cgarwood / homeassistant-zwave_mqtt

Limited Pre-Release of the new OZW1.6 Z-Wave component. Currently has limited platform support. Check the README for more details.
72 stars 8 forks source link

Complete light platform #1

Open cgarwood opened 4 years ago

cgarwood commented 4 years ago

Need to add light platform. Discovery schemas were copied from the existing zwave component.

marcelveldt commented 4 years ago

Basic dimmer support has been added. Now we still need to add support for color bulbs.

mcondren commented 4 years ago

Just adding a test outcome that may or may not fall into the dimmer category. I have a Zooz Zen31 rgbw dimmer. I get sensors for all the power monitoring and voltage monitoring sensors, but no switch or light entity in HA. Seems to be a device of type “multilevel tunable color light”.

kpine commented 4 years ago

Same as existing problem in HA core zwave https://github.com/home-assistant/core/issues/31253. The discovery schema needs to be updated for that device type.

Hatzl commented 4 years ago

Are there any news in supporting color bulbs?

MartinHjelmare commented 4 years ago

It's planned and in discussion. I have an Aeotec LED 6 for testing. If you have another bulb you can help by posting a text file with a dump of the mqtt messages for the bulb.

Hatzl commented 4 years ago

I also have an Aeotec Bulb 6 but the Multi-White edition. With the current native zwave integration in home assistant core I'm unable to change the color-temperature. I hope your new mqtt integration fix this issue. Should I post a dump of the mqtt messages for this bulb? For dumping I can use home-assistant logger?

If I can provide any help let me know.

MartinHjelmare commented 4 years ago

Yes, please post a dump. 👍

Hatzl commented 4 years ago

Can you provide a short description how to dump it? I think I need to be able to control the color for dumping? Because at the moment I'm unable to control it.

MartinHjelmare commented 4 years ago

I think it will be enough to record the information that is transmitted during inclusion of the device. It can take some seconds before the device transmits all its information.

Here's how to record the mqtt dump: https://github.com/cgarwood/homeassistant-zwave_mqtt/issues/121#issuecomment-622300453

Make sure the USB controller is connected and the ozwdaemon running on the same host. Include the device by calling the add_node service and then perform the device specific operation to include the device.