OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

[Qubino Flush Dimmer] Turning on the light with the switch command class doesn't update the dimmer level nor the power (W) #2446

Open darkbasic opened 3 years ago

darkbasic commented 3 years ago

I'm using an AEON Labs Z-Stick Gen5 EU with no other devices included, the controller is a few centimeters away from the Qubino Flush Dimmer (which has been resetted) and I'm doing the inclusion without security.

OZW_Log.txt

ozwcache_0xc54055a2.xml.txt

  z2m:App Zwave api call: setValue [ 3, 37, 1, 0, true ] +2m
m2020-11-03 12:32:14.521 Info, Node003, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 1 - True
2020-11-03 12:32:14.522 Info, Node003, SwitchBinary::Set - Setting to On
2020-11-03 12:32:14.522 Detail, Node003, Queuing (Send) SwitchBinaryCmd_Set (Node=3): 0x01, 0x0a, 0x00, 0x13, 0x03, 0x03, 0x25, 0x01, 0xff, 0x25, 0x32, 0x2a
2020-11-03 12:32:14.522 Detail, Node003, Queuing (Send) SwitchBinaryCmd_Get (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x25, 0x02, 0x25, 0x33, 0xd5
 z2m:Zwave Success zwave api call setValue  +1m
m2020-11-03 12:32:14.523 Detail, 
2020-11-03 12:32:14.523 Info, Node003, Sending (Send) message (Callback ID=0x32, Expected Reply=0x13) - SwitchBinaryCmd_Set (Node=3): 0x01, 0x0a, 0x00, 0x13, 0x03, 0x03, 0x25, 0x01, 0xff, 0x25, 0x32, 0x2a
2020-11-03 12:32:14.523 Info, Node003, Encrypted Flag is 0
2020-11-03 12:32:14.530 Detail, Node003,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-11-03 12:32:14.530 Detail, Node003,   ZW_SEND_DATA delivered to Z-Wave stack
2020-11-03 12:32:14.546 Detail, Node003,   Received: 0x01, 0x07, 0x00, 0x13, 0x32, 0x00, 0x00, 0x02, 0xdb
2020-11-03 12:32:14.547 Detail, Node003,   ZW_SEND_DATA Request with callback ID 0x32 received (expected 0x32)
2020-11-03 12:32:14.547 Info, Node003, Request RTT 23 Average Request RTT 23
2020-11-03 12:32:14.547 Detail, Node003,   Expected callbackId was received
2020-11-03 12:32:14.547 Detail, Node003,   Expected reply was received
2020-11-03 12:32:14.547 Detail, Node003,   Message transaction complete
2020-11-03 12:32:14.547 Detail, 
2020-11-03 12:32:14.547 Detail, Node003, Removing current message
2020-11-03 12:32:14.547 Detail, 
2020-11-03 12:32:14.547 Info, Node003, Sending (Send) message (Callback ID=0x33, Expected Reply=0x04) - SwitchBinaryCmd_Get (Node=3): 0x01, 0x09, 0x00, 0x13, 0x03, 0x02, 0x25, 0x02, 0x25, 0x33, 0xd5
2020-11-03 12:32:14.547 Info, Node003, Encrypted Flag is 0
2020-11-03 12:32:14.555 Detail, Node003,   Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2020-11-03 12:32:14.555 Detail, Node003,   ZW_SEND_DATA delivered to Z-Wave stack
2020-11-03 12:32:14.575 Detail, Node003,   Received: 0x01, 0x07, 0x00, 0x13, 0x33, 0x00, 0x00, 0x02, 0xda
2020-11-03 12:32:14.576 Detail, Node003,   ZW_SEND_DATA Request with callback ID 0x33 received (expected 0x33)
2020-11-03 12:32:14.576 Info, Node003, Request RTT 28 Average Request RTT 25
2020-11-03 12:32:14.576 Detail, Node003,   Expected callbackId was received
2020-11-03 12:32:14.612 Detail, Node003,   Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x03, 0x03, 0x25, 0x03, 0xff, 0x2b
2020-11-03 12:32:14.612 Detail, 
2020-11-03 12:32:14.612 Info, Node003, Response RTT 64 Average Response RTT 67
2020-11-03 12:32:14.612 Info, Node003, Received SwitchBinary report from node 3: level=On
2020-11-03 12:32:14.612 Detail, Node003, Value Updated: old value=false, new value=true, type=bool
2020-11-03 12:32:14.612 Detail, Node003, Changes to this value are not verified
2020-11-03 12:32:14.613 Detail, Node003,   Expected reply and command class was received
2020-11-03 12:32:14.613 Detail, Node003,   Message transaction complete
2020-11-03 12:32:14.613 Detail, 
2020-11-03 12:32:14.613 Detail, Node003, Removing current message
2020-11-03 12:32:14.613 Detail, Node003, Notification: ValueChanged CC: COMMAND_CLASS_SWITCH_BINARY Instance: 1 Index: 0
 z2m:Zwave zwave node 3: changed: 37-1-0:Switch:false -> true +96ms