Because of problems I made a complete new installation on the Raspberry Pi and now my Domoticz is running version 2023.
So far so good.
From the Domoticz I can send data to the ESPEasy modules. So, I can (de)activate relays in the Sonoff (with ESPEasy) modules.
Unfortunately the data from the ESPEasy modules to Domticz doesn’t work.
By hand I can send data to Domoticz.
For instance:
This line will show 20 and 80 in the Domoticz dummy temp/hum device:
Code: Select all
http://192.168.178.200:8080/json.htm?type=command¶m=udevice&idx=12&nvalue=0&svalue=20;80;2
Code: Select all
http://192.168.178.200:8080/json.htm?type=command¶m=switchlight&idx=1&switchcmd=On
The Devices in ESPEasy have the proper Ctrl(IDX).
What is the solution?
I also placed this topic on Lets Control It