HTTP request stopped working overnight
Posted: Friday 05 May 2023 13:22
My Domoticz setup monitors and logs my smart meter. That works fine, and gives me insight in gas / electricity and water consumption. It calculates the cost fine too.
I have a Homey system, that fetches data from Domoticz via a http request. This has been working fine, but overnight stoppes working. My Domoticz has not updated, nor has anything in Homey.
The error I get is "Cannot read properties of undefined (reading 'settings')"
The url I use, is correct because I can load the page and see the contents via
The JSONpath expression is
Why has this stopped working?
I have a Homey system, that fetches data from Domoticz via a http request. This has been working fine, but overnight stoppes working. My Domoticz has not updated, nor has anything in Homey.
The error I get is "Cannot read properties of undefined (reading 'settings')"
The url I use, is correct because I can load the page and see the contents via
Code: Select all
http://192.168.50.53:8080/json.htm?type=devices&rid=104
Code: Select all
$.[result][0][Data]