@honikos wrote:
Does anyone have an idea how this plug will dim my lights? It’s my first try with dimming devices and I am confused, because it seemed to be the easiest way for experience.
Z-Wave AD147 , isn’t working as expected in hass.io environment.
Tried a lot of recommendations from the web/forum, nothing works.
- changed from normal node to secure node
- changed node configuration in Z-Wave configuration (output-level)
- set refresh value
- …
nothing helps. The brightness slider is out off function, but if I switch the plug 3 or 4 times off an on the light dims as expected (slider still doesn’t work).
Logging looks nice for me.
> 2019-11-30 12:11:44.119 Info, Node035, Value::Set - COMMAND_CLASS_SWITCH_MULTILEVEL - Level - 0 - 1 - 3 > 2019-11-30 12:11:44.119 Info, Node035, SwitchMultilevel::Set - Setting to level 3 > 2019-11-30 12:11:44.119 Detail, Node035, Queuing (Send) SwitchMultilevelCmd_Set (Node=35): 0x01, 0x0a, 0x00, 0x13, 0x23, 0x03, 0x26, 0x01, 0x03, 0x25, 0x78, 0xbf > 2019-11-30 12:11:44.119 Detail, Node035, Queuing (Send) SwitchMultilevelCmd_Get (Node=35): 0x01, 0x09, 0x00, 0x13, 0x23, 0x02, 0x26, 0x02, 0x25, 0x79, 0xbc > 2019-11-30 12:11:44.120 Detail, > 2019-11-30 12:11:44.120 Info, Node035, Sending (Send) message (Callback ID=0x78, Expected Reply=0x13) - SwitchMultilevelCmd_Set (Node=35): 0x01, 0x0a, 0x00, 0x13, 0x23, 0x03, 0x26, 0x01, 0x03, 0x25, 0x78, 0xbf > 2019-11-30 12:11:44.127 Detail, Node035, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8 > 2019-11-30 12:11:44.127 Detail, Node035, ZW_SEND_DATA delivered to Z-Wave stack > 2019-11-30 12:11:44.144 Detail, Node035, Received: 0x01, 0x07, 0x00, 0x13, 0x78, 0x00, 0x00, 0x02, 0x91 > 2019-11-30 12:11:44.144 Detail, Node035, ZW_SEND_DATA Request with callback ID 0x78 received (expected 0x78) > 2019-11-30 12:11:44.144 Info, Node035, Request RTT 23 Average Request RTT 23 > 2019-11-30 12:11:44.144 Detail, Expected callbackId was received > 2019-11-30 12:11:44.144 Detail, Expected reply was received > 2019-11-30 12:11:44.144 Detail, Message transaction complete > 2019-11-30 12:11:44.144 Detail, > 2019-11-30 12:11:44.144 Detail, Node035, Removing current message > 2019-11-30 12:11:44.144 Detail, > 2019-11-30 12:11:44.144 Info, Node035, Sending (Send) message (Callback ID=0x79, Expected Reply=0x04) - SwitchMultilevelCmd_Get (Node=35): 0x01, 0x09, 0x00, 0x13, 0x23, 0x02, 0x26, 0x02, 0x25, 0x79, 0xbc > 2019-11-30 12:11:44.152 Detail, Node035, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8 > 2019-11-30 12:11:44.152 Detail, Node035, ZW_SEND_DATA delivered to Z-Wave stack > 2019-11-30 12:11:44.168 Detail, Node035, Received: 0x01, 0x07, 0x00, 0x13, 0x79, 0x00, 0x00, 0x03, 0x91 > 2019-11-30 12:11:44.168 Detail, Node035, ZW_SEND_DATA Request with callback ID 0x79 received (expected 0x79) > 2019-11-30 12:11:44.168 Info, Node035, Request RTT 23 Average Request RTT 23 > 2019-11-30 12:11:44.168 Detail, Expected callbackId was received > 2019-11-30 12:11:44.179 Detail, Node035, Received: 0x01, 0x09, 0x00, 0x04, 0x00, 0x23, 0x03, 0x26, 0x03, 0x03, 0xf4 > 2019-11-30 12:11:44.179 Detail, > 2019-11-30 12:11:44.179 Info, Node035, Response RTT 34 Average Response RTT 34 > 2019-11-30 12:11:44.179 Info, Node035, Received SwitchMultiLevel report: level=3 > 2019-11-30 12:11:44.179 Detail, Node035, Refreshed Value: old value=49, new value=3, type=byte > 2019-11-30 12:11:44.180 Detail, Node035, Changes to this value are not verified > 2019-11-30 12:11:44.180 Detail, Node035, Expected reply and command class was received > 2019-11-30 12:11:44.180 Detail, Node035, Message transaction complete
But the device doesn’t reduce the power to dim the lights as shown in the logs.
Are there configuration issues in the zwcfg…xml? In zwcfg…xml, there is an COMMAND_CLASS_SWITCH_MULTILEVEL -class but I can’t find such a command-class in github-open-zwave - xml - file. Also I am not sure this is the proper reference.Does someone have a clue to bring the things together for me?
Posts: 1
Participants: 1