16.03.2022, 09:24
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)