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

zwave_mqtt does not generate unique IDs #83

Closed towerhand closed 4 years ago

towerhand commented 4 years ago

Getting these errors for every entity after restarting qt-ozw while Home Assistant is running.

Log Details (ERROR)
Logger: homeassistant.components.light
Source: helpers/entity_platform.py:437 
Integration: Light (documentation, issues) 
First occurred: 8:25:15 PM (5 occurrences) 
Last logged: 8:25:19 PM

Entity id already exists - ignoring: light.porch_lights_dimmer. Platform zwave_mqtt does not generate unique IDs
Entity id already exists - ignoring: light.driveway_lights_dimmer. Platform zwave_mqtt does not generate unique IDs
Entity id already exists - ignoring: light.great_room_lights_dimmer. Platform zwave_mqtt does not generate unique IDs
Entity id already exists - ignoring: light.kitchen_lights_dimmer. Platform zwave_mqtt does not generate unique IDs
Entity id already exists - ignoring: light.master_bedroom_lights_dimmer. Platform zwave_mqtt does not generate unique IDs

This might be related to #24 but reporting just in case.

marcelveldt commented 4 years ago

See #24