Yessss, that did the trick!waltervl wrote: ↑Wednesday 07 May 2025 23:42 Yes, the API has changed. See Wiki https://wiki.domoticz.com/Domoticz_API/ ... and_newer)
It should already gave warnings in the logs from 2023 about the change....
I changed
"url = dz.settings['Domoticz url'] .. '/json.htm?type=devices&used=true"
in
"url = dz.settings['Domoticz url'] .. '/json.htm?type=command¶m=getdevices&used=true".
Problem solved, thanks !