Hi @a_ndy and Simon,
I also just purchased a Kichler 15DC300 and am attempting to get it fully functional with Home Assistant (hassio). Iâm using an Aeotec Gen5 z-wave stick with a Pi. I added the unit fairly easily by simply using the Configuration-> Z-Wave tool in HA, choosing âAdd deviceâ and then going over to the Kichler and telling it to âJoin networkâ. I did a âheal networkâ for good measure and watched the OZW log via Tail for a few minutes thereafter to see everything report.
I got 8 switches added as described above. They are all named the exact same thing and by clicking each one, and watching the ozw log, I am able to see the ids of each individual endpoint:
Turning on a switch produces the following:
2019-06-28 09:24:57.404 Info, Node006, Value::Set - COMMAND_CLASS_SWITCH_BINARY - Switch - 0 - 4 - True
2019-06-28 09:24:57.404 Info, Node006, SwitchBinary::Set - Setting node 6 to On
2019-06-28 09:24:57.405 Detail, Node006, Queuing (Send) MultiChannel Encapsulated (instance=4): SwitchBinaryCmd_Set (Node=6): 0x01, 0x0e, 0x00, 0x13, 0x06, 0x07, 0x60, 0x0d, 0x01, 0x03, 0x25, 0x01, 0xff, 0x25, 0x24, 0x56
2019-06-28 09:24:57.405 Detail, Node006, Queuing (Send) MultiChannel Encapsulated (instance=4): SwitchBinaryCmd_Get (Node=6): 0x01, 0x0d, 0x00, 0x13, 0x06, 0x06, 0x60, 0x0d, 0x01, 0x03, 0x25, 0x02, 0x25, 0x25, 0xa9
2019-06-28 09:24:57.405 Detail,
2019-06-28 09:24:57.405 Info, Node006, Sending (Send) message (Callback ID=0x24, Expected Reply=0x13) - MultiChannel Encapsulated (instance=4): SwitchBinaryCmd_Set (Node=6): 0x01, 0x0e, 0x00, 0x13, 0x06, 0x07, 0x60, 0x0d, 0x01, 0x03, 0x25, 0x01, 0xff, 0x25, 0x24, 0x56
2019-06-28 09:24:57.414 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-06-28 09:24:57.415 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2019-06-28 09:24:57.432 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x24, 0x00, 0x00, 0x02, 0xcd
2019-06-28 09:24:57.432 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x24 received (expected 0x24)
2019-06-28 09:24:57.432 Info, Node006, Request RTT 26 Average Request RTT 26
2019-06-28 09:24:57.432 Detail, Expected callbackId was received
2019-06-28 09:24:57.432 Detail, Expected reply was received
2019-06-28 09:24:57.432 Detail, Message transaction complete
2019-06-28 09:24:57.432 Detail,
2019-06-28 09:24:57.432 Detail, Node006, Removing current message
2019-06-28 09:24:57.432 Detail,
2019-06-28 09:24:57.432 Info, Node006, Sending (Send) message (Callback ID=0x25, Expected Reply=0x04) - MultiChannel Encapsulated (instance=4): SwitchBinaryCmd_Get (Node=6): 0x01, 0x0d, 0x00, 0x13, 0x06, 0x06, 0x60, 0x0d, 0x01, 0x03, 0x25, 0x02, 0x25, 0x25, 0xa9
2019-06-28 09:24:57.441 Detail, Node006, Received: 0x01, 0x04, 0x01, 0x13, 0x01, 0xe8
2019-06-28 09:24:57.441 Detail, Node006, ZW_SEND_DATA delivered to Z-Wave stack
2019-06-28 09:24:57.459 Detail, Node006, Received: 0x01, 0x07, 0x00, 0x13, 0x25, 0x00, 0x00, 0x03, 0xcd
2019-06-28 09:24:57.459 Detail, Node006, ZW_SEND_DATA Request with callback ID 0x25 received (expected 0x25)
2019-06-28 09:24:57.459 Info, Node006, Request RTT 26 Average Request RTT 26
2019-06-28 09:24:57.459 Detail, Expected callbackId was received
2019-06-28 09:24:57.500 Detail, Node006, Received: 0x01, 0x0d, 0x00, 0x04, 0x00, 0x06, 0x07, 0x60, 0x0d, 0x03, 0x01, 0x25, 0x03, 0xff, 0x41
2019-06-28 09:24:57.500 Detail,
2019-06-28 09:24:57.500 Info, Node006, Response RTT 68 Average Response RTT 55
2019-06-28 09:24:57.500 Info, Node006, Received a MultiChannelEncap from node 6, endpoint 3 for Command Class COMMAND_CLASS_SWITCH_BINARY
2019-06-28 09:24:57.500 Info, Node006, Received SwitchBinary report from node 6: level=On
2019-06-28 09:24:57.501 Detail, Node006, Refreshed Value: old value=false, new value=true, type=bool
2019-06-28 09:24:57.501 Detail, Node006, Changes to this value are not verified
2019-06-28 09:24:57.501 Detail, Node006, Expected reply and command class was received
2019-06-28 09:24:57.501 Detail, Node006, Message transaction complete
2019-06-28 09:24:57.501 Detail,
2019-06-28 09:24:57.501 Detail, Node006, Removing current message
2019-06-28 09:24:57.501 Detail, Node006, Notification: ValueChanged
I put in custom names on the switches to prevent HA from constantly moving them around (making it appear that certain things were on or off). Because the Kichler doesnât have Zwave Plus, Iâll need to set up some sort of not-too-often polling to get the actual status of things.
My current issue: I need to monitor the ozw log to be sure, but often times clicking a toggle in HAs UI doesnât produce the desired results on the Kichler LED Controller. Random zones appear to turn on/off and they arenât correlating directly to the right switches in HA.
@a_ndy, did you have any issues with this?
-Jakob