New product,not reconiged when add so i create my own manufacture and xml based on the 2 gang.
Create a hotel script like the 2 gang and everything works in the zwave settings and in domoticz.
So i can turn all the options of the switch on and off an from within domoticz if i switch the 3 gang on the hotelswitch script switch the other 2 gang on.
But if u use the hardware buttons on the switch self then the hotelswitch does not work?
It's also not reflected to my dashboard the state stay off?
If i use the hardware buttons and look into the ozwcp then i see that the state is changing from.
in my log is see this
Code: Select all
2019-10-21 13:58:55.921 Info, Node033, Received SwitchBinary report from node 33: level=On
2019-10-21 13:58:55.921 Detail, Node033, Refreshed Value: old value=false, new value=true, type=bool
2019-10-21 13:58:55.922 Detail, Node033, Changes to this value are not verified
2019-10-21 13:58:55.922 Detail, Node033, Notification: ValueChanged
u suspect that this is all the communication between zwave and domoticz.
Code: Select all
2019-10-21 13:56:24.186 Info, Node033, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2019-10-21 13:56:24.187 Info, Node033, SwitchBinary::Set - Setting node 33 to On
2019-10-21 13:56:24.187 Detail, Node033, Queuing (Send) SwitchBinaryCmd_Set (Node=33): 0x01, 0x0a, 0x00, 0x13, 0x21, 0x03, 0x25, 0x01, 0xff, 0x25, 0x34, 0x0e
2019-10-21 13:56:24.187 Detail, Node033, Queuing (Send) SwitchBinaryCmd_Get (Node=33): 0x01, 0x09, 0x00, 0x13, 0x21, 0x02, 0x25, 0x02, 0x25, 0x35, 0xf1
2019-10-21 13:56:24.187 Detail,
2019-10-21 13:56:24.188 Info, Node033, Sending (Send) message (Callback ID=0x34, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=33): 0x01, 0x0a, 0x00, 0x13, 0x21, 0x03, 0x25, 0x01, 0xff, 0x25, 0x34, 0x0e
2019-10-21 13:56:24.197 Detail, Node033, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-10-21 13:56:24.197 Detail, Node033, ZW_SEND_DATA delivered to Z-Wave stack
2019-10-21 13:56:24.215 Detail, Node033, Received: 0x01, 0x07, 0x00, 0x13, 0x34, 0x00, 0x00, 0x02, 0xdd
2019-10-21 13:56:24.215 Detail, Node033, ZW_SEND_DATA Request with callback ID 0x34 received (expected 0x34)
2019-10-21 13:56:24.215 Info, Node033, Request RTT 26 Average Request RTT 29
2019-10-21 13:56:24.215 Detail, Expected callbackId was received
2019-10-21 13:56:24.215 Detail, Expected reply was received
2019-10-21 13:56:24.215 Detail, Message transaction complete
2019-10-21 13:56:24.215 Detail,
2019-10-21 13:56:24.215 Detail, Node033, Removing current message
2019-10-21 13:56:24.215 Detail,
2019-10-21 13:56:24.216 Info, Node033, Sending (Send) message (Callback ID=0x35, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=33): 0x01, 0x09, 0x00, 0x13, 0x21, 0x02, 0x25, 0x02, 0x25, 0x35, 0xf1
2019-10-21 13:56:24.224 Detail, Node033, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-10-21 13:56:24.224 Detail, Node033, ZW_SEND_DATA delivered to Z-Wave stack
2019-10-21 13:56:24.232 Detail, Node033, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x21, 0x03, 0x25, 0x03, 0xff, 0x09
2019-10-21 13:56:24.232 Detail,
2019-10-21 13:56:24.232 Info, Node033, Response RTT 16 Average Response RTT 27
2019-10-21 13:56:24.232 Info, Node033, Received SwitchBinary report from node 33: level=On
2019-10-21 13:56:24.232 Detail, Node033, Refreshed Value: old value=false, new value=true, type=bool
2019-10-21 13:56:24.232 Detail, Node033, Changes to this value are not verified
2019-10-21 13:56:24.232 Detail, Node033, Notification: ValueChanged
2019-10-21 13:56:24.252 Detail, Node033, Received: 0x01, 0x07, 0x00, 0x13, 0x35, 0x00, 0x00, 0x04, 0xda
2019-10-21 13:56:24.252 Detail, Node033, ZW_SEND_DATA Request with callback ID 0x35 received (expected 0x35)
2019-10-21 13:56:24.252 Info, Node033, Request RTT 36 Average Request RTT 32
2019-10-21 13:56:24.253 Detail, Expected callbackId was received
2019-10-21 13:56:24.266 Detail, Node033, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x21, 0x03, 0x25, 0x03, 0xff, 0x09
2019-10-21 13:56:24.266 Detail,
2019-10-21 13:56:24.266 Info, Node033, Response RTT 50 Average Response RTT 38
2019-10-21 13:56:24.266 Info, Node033, Received SwitchBinary report from node 33: level=On
2019-10-21 13:56:24.266 Detail, Node033, Refreshed Value: old value=true, new value=true, type=bool
2019-10-21 13:56:24.267 Detail, Node033, Changes to this value are not verified
2019-10-21 13:56:24.267 Detail, Node033, Expected reply and command class was received
2019-10-21 13:56:24.267 Detail, Node033, Message transaction complete
2019-10-21 13:56:24.267 Detail,
2019-10-21 13:56:24.267 Detail, Node033, Removing current message
2019-10-21 13:56:24.267 Detail, Node033, Notification: ValueChanged
2019-10-21 13:56:24.284 Detail, Node033, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x21, 0x03, 0x25, 0x03, 0xff, 0x09
2019-10-21 13:56:24.284 Detail,
2019-10-21 13:56:24.284 Info, Node033, Received SwitchBinary report from node 33: level=On
2019-10-21 13:56:24.284 Detail, Node033, Refreshed Value: old value=true, new value=true, type=bool
2019-10-21 13:56:24.284 Detail, Node033, Changes to this value are not verified
2019-10-21 13:56:24.284 Detail, Node033, Notification: ValueChanged
2019-10-21 13:56:24.300 Detail, Node033, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x21, 0x03, 0x25, 0x03, 0xff, 0x09
2019-10-21 13:56:24.300 Detail,
2019-10-21 13:56:24.300 Info, Node033, Received SwitchBinary report from node 33: level=On
2019-10-21 13:56:24.300 Detail, Node033, Refreshed Value: old value=true, new value=true, type=bool
2019-10-21 13:56:24.301 Detail, Node033, Changes to this value are not verified
2019-10-21 13:56:24.301 Detail, Node033, Notification: ValueChanged
There a little difference between the 2 and 3 gang
Code: Select all
2019-10-21 14:04:48.701 Detail, Node025, Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x19, 0x07, 0x60, 0x0d, 0x01, 0x00, 0x25, 0x03, 0xff, 0x5d
2019-10-21 14:04:48.702 Detail,
2019-10-21 14:04:48.702 Info, Node025, Received a MultiChannelEncap from node 25, endpoint 1 for Command Class COMMAND_CLASS_SWITCH_BINARY
2019-10-21 14:04:48.702 Info, Node025, Received SwitchBinary report from node 25: level=On
2019-10-21 14:04:48.702 Detail, Node025, Refreshed Value: old value=false, new value=true, type=bool
2019-10-21 14:04:48.702 Detail, Node025, Changes to this value are not verified
2019-10-21 14:04:48.703 Detail, Node025, Notification: ValueChanged
Any idea why its works on the software but not on the hardware?
grts