Hello all. I have a few Inovelli Red switches (see my other post in the hardware section) and wanted to add some more, but found out that the Red series is done and the new Blue series has extremely limited availability. I did some research and found out that the older Black series had a firmware update that allowed limited scene control (single tap up and down and 2x tap on the config button). I successfully updated the firmware on my switch to 1.57, but the scene control doesn’t seem to show up in the Zwave JS integration logs. All I get is the following when I tap the paddle up and then down:
2022-12-28T13:21:46.639Z DRIVER « [Node 013] [REQ] [ApplicationCommand]
└─[MultilevelSwitchCCReport]
current value: 99
2022-12-28T13:21:48.793Z DRIVER « [Node 013] [REQ] [ApplicationCommand]
└─[MultilevelSwitchCCReport]
current value: 0
This is in contrast to the Red switches, which give me this output on a paddle down:
2022-12-28T13:26:22.705Z DRIVER « [Node 010] [REQ] [ApplicationCommand]
└─[CentralSceneCCNotification]
sequence number: 17
key attribute: KeyPressed
scene number: 2
2022-12-28T13:26:22.715Z CNTRLR « [Node 010] received CentralScene notification {
“nodeId”: 10,
“ccId”: “Central Scene”,
“ccCommand”: “0x03”,
“payload”: “0x118002”
}
2022-12-28T13:26:24.793Z DRIVER » [Node 005] [REQ] [SendData]
│ transmit options: 0x25
│ callback id: 27
└─[SupervisionCCGet]
│ session id: 35
│ request updates: true
└─[MultilevelSwitchCCSet]
target value: 255
duration: default
2022-12-28T13:26:24.800Z DRIVER « [RES] [SendData]
was sent: true
2022-12-28T13:26:24.816Z DRIVER « [REQ] [SendData]
callback id: 27
transmit status: OK
2022-12-28T13:26:24.838Z DRIVER « [Node 005] [REQ] [ApplicationCommand]
└─[SupervisionCCReport]
session id: 35
more updates follow: false
status: Success
duration: 0s
2022-12-28T13:26:25.641Z DRIVER « [Node 010] [REQ] [ApplicationCommand]
└─[BasicCCReport]
current value: 99
2022-12-28T13:26:28.073Z CNTRLR [Node 005] Scheduled poll canceled because expected value was received
2022-12-28T13:26:28.075Z DRIVER « [Node 005] [REQ] [ApplicationCommand]
└─[MultilevelSwitchCCReport]
current value: 98
2022-12-28T13:26:30.464Z DRIVER « [Node 010] [REQ] [ApplicationCommand]
└─[MeterCCReport]
type: Electric
scale: W
rate type: Consumed
value: 5.2
time delta: 0 seconds
2022-12-28T13:26:32.736Z DRIVER « [Node 005] [REQ] [ApplicationCommand]
└─[MeterCCReport]
type: Electric
scale: W
rate type: Consumed
value: 5.2
time delta: 0 seconds
Home Assistant is still able to see if the switch is on or off, and I can set up triggers with turning the switch on and off, but actually having the ability to use the limited scenes that the newer firmware enables would be really nice. I assume the problem is in the Zwave JS plugin that Home Assistant uses not recognizing the scene commands, but I’m not sure. Has anyone run into this issue and found a solution?
Thanks