Eaton Aspire RFWC5 scene controller with Z-Wave JS

I used MQTT instead of doing things through HA. I use Node-Red for my automations, so it was easier and actually works. You can trigger on zwave/<node name>/32/0/currentValue to update the status indicator value in HA when deactivating. You can trigger on zwave/<node name>/43/0/sceneId for activation. I then read the indicator LEDs at zwave/<node name>/135/0/value and do some binary math to see what changed from the previous indicator state.

1 Like