I have a variety of Leviton 1 and 4 button scene/zone controllers that do not appears as entities in Home Assistant. They do appear in ozwcp. How can I add them?
I found one in the hass log file by tapping one of the scene buttons and searching for “Event zwave.scene_activated”: leviton_unknown_type0802_id0209_21. I added it to some automation to see if it works. It doesn’t have a type in front, is that why it doesn’t appear in the list of entities? Can I just add some information to that manufacturer_specific.xml file to make this work better?
Did you ever make any progress with this? I have some leviton controllers in my system as well that I’d like to utilize.
I think i’ve tracked this down to a missing notification handler for “NodeEvent” and the basic set class.
I’ve started a feature request here:
When I reference them by the name I found in the log (leviton_unknown_type0802_id0209_21), it works, sometimes.
I actually gave up and went to insteon for multi-button keypads. Their keypads control other insteon stuff directly without fail. I’m working on getting the button presses in homeassitant via hub or openhab via modem, so I can do other stuff with them like room music/volume.
I know this is an old thread, but I was able to get the Scene Controllers working to some extent: The NodeEvent issue still needs to be resolved however with the automation I have linked below, you can use the Scene Controllers as intended to turn on/off devices.