This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

NetAtmo Cameras into LM
#9
(16.03.2022, 09:24)admin Wrote: Most probably something is missing in the configuration on Netatmo side. LM is simply logging all received requests. It might be also possible that the JSON string is incorrect. Try logging the body variable contents:
Code:
<?

require('apps')
-- read POST data
body = ngx.req.get_body_data()
log(body)
Thanks, I added in the log(body), returns a string - same as decoded json
Looking into it, it seems this is broken on the Netatmo side, the camera I have is an outdoor camera “NOC” , it sends the smart events to the Netatmo app but not to the webhook… (but other events from the Netatmo web are sent to the webhook) just not the ones that are actually useful…  Huh
looks like it is a Netatmo firmware issue.
Has anyone else been successfully using this method? If so what camera/ and firmware version is being used?
Reply


Messages In This Thread
NetAtmo Cameras into LM - by Hyxion14 - 05.11.2020, 14:51
RE: NetAtmo Cameras into LM - by admin - 09.11.2020, 07:42
RE: NetAtmo Cameras into LM - by Hyxion14 - 10.11.2020, 08:49
RE: NetAtmo Cameras into LM - by admin - 16.03.2022, 09:24
RE: NetAtmo Cameras into LM - by benanderson_475 - 17.03.2022, 08:45
RE: NetAtmo Cameras into LM - by admin - 16.03.2022, 12:56

Forum Jump: