API calls not working on fresh install 2023 .1
Posted: Monday 20 March 2023 15:44
I did a fresh RPI install of the latest Raspbian (Kernel 5. 15 Debian 11) and Domoticz version 2023 .1
After restoring the database i noticed that some custom scripts weren't updating my dummy sensors.
I tried running the API call from my browser:
http://192. 168. 30. 10: 500/json. htm?type=command¶m=udevice&idx=125&nvalue=0&svalue=0 .10 but the browser responded with a ERR_CONNECTION_RESET.
So i tried a telnet session towards domoticz on port 500 and the port was open.
also confirmed this on the RPI with ss -tulwn | grep LISTEN wich shows port 500 to be open as well.
In Domoticz security i have set Trusted Networks to 192. 168. 30 .* to whitelist the whole subnet.
Has anyone more idea's to try ?
After restoring the database i noticed that some custom scripts weren't updating my dummy sensors.
I tried running the API call from my browser:
http://192. 168. 30. 10: 500/json. htm?type=command¶m=udevice&idx=125&nvalue=0&svalue=0 .10 but the browser responded with a ERR_CONNECTION_RESET.
So i tried a telnet session towards domoticz on port 500 and the port was open.
also confirmed this on the RPI with ss -tulwn | grep LISTEN wich shows port 500 to be open as well.
In Domoticz security i have set Trusted Networks to 192. 168. 30 .* to whitelist the whole subnet.
Has anyone more idea's to try ?