OpenZWave / open-zwave

a C++ library to control Z-Wave Networks via a USB Z-Wave Controller.
http://www.openzwave.net/
GNU Lesser General Public License v3.0
1.05k stars 918 forks source link

Update ZDB5100.xml #2499

Closed staal0 closed 3 years ago

staal0 commented 3 years ago

According to: https://products.z-wavealliance.org/products/3399/configs

staal0 commented 3 years ago

@Fishwaldo - Question: Device gets recognized as switch not as dimmer. Is it possible to ajust this in the xml? or is this device one of the 2-3% using non-standard implementation?

kpine commented 3 years ago

Question: Device gets recognized as switch not as dimmer

What's the context here? You don't see the dimmer command classes (multilevel switch) reported by the device, or your home automation software doesn't show it as a light?

staal0 commented 3 years ago

Home Assistant sees it as a switch - if generic value is changed from 24 (switch) to 17 (dimmer) inside the node tag it will become a dimmer. So my question is, if I can change anything in the xml to make it get recognized as a dimmer?

kpine commented 3 years ago

if generic value is changed from 24 (switch) to 17 (dimmer) inside the node tag it will become a dimmer.

You should submit an issue to the HA core project to support this. It's not changed in the XML.

24 is not switch, it means "Wall Controller". HA doesn't create light entities for this generic type, but it probably should based on this.

staal0 commented 3 years ago

Yes, that sounds right - I thought that might be the case. It's been far too long since I've looked at this integration. I'll submit an issue to HA.