Page 1 of 1

[2025.1] Curl API call stopped working after update

Posted: Tuesday 06 May 2025 9:01
by siddagivers
Hello,

after yesterday update to latest stable half of my sensors (updated via bash scripting) stopped working.
when i checked what is wrong i get no data from command

Code: Select all

curl -s "http://192.168.1.16:8080/json.htm?type=devices"
therefore i cannot read data from domoticz sensor do some calculations and upload them to another sensor.

i cannot revert to previous version as this is not beta but stable.
any idea what could be wrong?
Thank you

Edit waltervl: changed title

Re: Curl stopped working after update

Posted: Tuesday 06 May 2025 9:31
by jvdz
Have a look here: https://wiki.domoticz.com/Domoticz_API/ ... and_newer)
This change has been implemented since the previous stable version showing a warning in the log when using the old format.
Support for the old format has been removed in this latest version.

Re: [2025.1] Curl API call stopped working after update

Posted: Tuesday 06 May 2025 11:35
by siddagivers
Thank you.
Working