I'm having a problem and don't know what's the best place on the forum to place it. So I'll start here...
Because of z-wave problems I decided to move my z-wave stick to a secondary Pi. It was in a Pi 4, my main domoticz, but every now and then I got a crashed domoticz. Today I couldn't get it working again, after a restart during z-wave initialization I got a segmentation fault every time. On my secondary Pi, a Pi 3 only running for 6 Mi Flora's and 2 Somfy blinds it worked without any problem.
So all my z-wave devices worked and with the Domoticz remote server I got the devices on my main Domoticz again. So far so good, everything works and I can control my z-wave devices on my main domoticz.
But my scripts don't work anymore. When I send a command to a shutter or light switch I get the following error:
Code: Select all
2020-06-13 22:12:40.380 Error: Switch command not send!, Hardware device disabled or not found! For my Somfy blinds using RFXCom this works fine.
As a workaround I tried to send new setpoints to my blinds using json command in dzVents and this works fine. But not the dimTo() command...
So...
1) Controlling z-wave blinds and switches from server to client using the Domoticz widgets works fine.
2) Controlling z-wave blinds and switches from server to client using json commands from dzVents works fine.
3) Contrlling Somfy blinds from server to client using dzVents commands works fine. (.open() and .close())
But...
Controlling z-wave blinds and switches from server to client using DzVents commands does not work (.dimTo(), .switchOn() and .switchOff())
Hopefully someone can help.