First thank you all for all the amazing work. I've just started to use domoticz with mysensors on a test environment.
I'm using latest Beta and my switches stopped working returning "Error sending switch command, check device/hardware !" every time I try to change state.
After this i've uploaded the latest GatewaySerial to my arduino UNO thinking that I would fix this (After seeing something about ACK changes). My switches still had the same error.
I've also tried this new change to sketc relaybuttonactuator example trying to define ACK in the present: present(CHILD_ID, S_LIGHT, "Bedroom light", 1);
I can switch the light with the button and it changes the state on the web interface but when i try to change on the web interface the error returns.
All my other sensors are reporting correct values.
Code: Select all
Starting...
send: 3-3-1-0 s=255,c=0,t=18,pt=0,l=3,sg=0,st=ok:1.6
send: 3-3-1-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=ok:1
send: 3-3-1-0 s=255,c=3,t=11,pt=0,l=16,sg=0,st=ok:Relay Bedroom
send: 3-3-1-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=ok:1.0
send: 3-3-1-0 s=1,c=0,t=3,pt=0,l=21,sg=0,st=ok:Bedroom light
repeater started, id=3, parent=1, distance=2
read: 0-1-3 s=1,c=0,t=3,pt=0,l=21,sg=0:Bedroom light
This is an ack from gateway
send: 3-3-1-0 s=1,c=1,t=2,pt=2,l=2,sg=0,st=ok:0
read: 0-1-3 s=1,c=1,t=2,pt=2,l=2,sg=0:0
This is an ack from gateway
Incoming change for sensor:1, New status: 0
send: 3-3-1-0 s=1,c=1,t=2,pt=2,l=2,sg=0,st=ok:1
read: 0-1-3 s=1,c=1,t=2,pt=2,l=2,sg=0:1
This is an ack from gateway
Incoming change for sensor:1, New status: 1
read: 0-1-3 s=1,c=1,t=2,pt=0,l=1,sg=0:0
send: 3-3-1-0 s=1,c=1,t=2,pt=0,l=1,sg=0,st=ok:0
Incoming change for sensor:1, New status: 0
send: 3-3-1-0 s=1,c=1,t=2,pt=2,l=2,sg=0,st=ok:1
read: 0-1-3 s=1,c=1,t=2,pt=2,l=2,sg=0:1
This is an ack from gateway
Incoming change for sensor:1, New status: 1
read: 0-1-3 s=1,c=1,t=2,pt=0,l=1,sg=0:0
send: 3-3-1-0 s=1,c=1,t=2,pt=0,l=1,sg=0,st=ok:0
Incoming change for sensor:1, New status: 0
send: 3-3-1-0 s=1,c=1,t=2,pt=2,l=2,sg=0,st=fail:1
send: 3-3-1-0 s=1,c=1,t=2,pt=2,l=2,sg=0,st=fail:1