Hello,
My setup: Raspberry Pi 4 with original HA Image
Home Assistant 2022.9.5 Supervisor 2022.09.1 Operating System 9.0 Frontend 20220907.2 - latest
Mosquitto broker 6.1.3
Aeotec Z-Stick 7 ZWA010 FW 7.17.2
tested with Z-Wave JS 0.1.71 and Z-Wave JS to MQTT 0.47.0
The device:
6 way Vitrum VI Satellite Wireless (01E060041)
the six buttons can be set to 3 modes, tested the 3 modes
dimmer association - on-off switch association - on-off push button association
In Dev Tool the state updates only if i use the HA Dashboard
The physical buttons update state colors correctly when using HA
no reaction on HA when pushing the physical buttons (only physical color change)
pushing button 5 log:
Subscribed to Z-Wave JS Log Messages…
Log Level changed to: Silly
2022-09-22T08:22:19.543Z SERIAL « 0x011100a806010508600a051100268672009171 (19 bytes)
2022-09-22T08:22:19.554Z SERIAL » [ACK] (0x06)
2022-09-22T08:22:19.561Z CNTRLR [Node 005] [translateValueEvent: value updated]
commandClass: Multi Channel
endpoint: 5
property: deviceClass
propertyKey: undefined
internal: true
secret: false
event source: undefined
2022-09-22T08:22:19.563Z CNTRLR [Node 005] [~] [Multi Channel] deviceClass: {“generic” [Endpoint 5] [internal]
:17,“specific”:0} => {“generic”:17,“specific”:0}
2022-09-22T08:22:19.566Z CNTRLR [Node 005] [translateValueEvent: value updated]
commandClass: Multi Channel
endpoint: 5
property: commandClasses
propertyKey: undefined
internal: true
secret: false
event source: undefined
2022-09-22T08:22:19.567Z CNTRLR [Node 005] [~] [Multi Channel] commandClasses: 38,134, [Endpoint 5] [internal]
114 => 38,134,114
2022-09-22T08:22:19.571Z DRIVER « [Node 005] [REQ] [BridgeApplicationCommand]
│ type: broadcast
│ target node: 255
│ RSSI: -111 dBm
└─[MultiChannelCCCapabilityReport]
endpoint index: 5
generic device class: Multilevel Switch
specific device class: Unused
is dynamic end point: false
supported CCs:
· Multilevel Switch
· Version
· Manufacturer Specific
with Z-Wave JS to MQTT, i can see currentValue and targetValue change (0.0 when OFF 99.255 when ON)
but again MQTT Explorer updates the values only when using HA Dashboard
if i use physical button, i need to click manually on refresh to the values to update
any advice ? am new to smart home, and need to get these old device to work…
many thanks
François