fmartinou / tydom2mqtt

Deltadore Tydom to MQTT Bridge
https://fmartinou.github.io/tydom2mqtt/
MIT License
86 stars 49 forks source link

MQTT device name is equal to entity name #141

Open LGO44 opened 9 months ago

LGO44 commented 9 months ago

here is the logs got for covers:

Logger: homeassistant.components.mqtt.mixins Source: components/mqtt/mixins.py:296 Integration: MQTT (documentation, issues) First occurred: 18:49:56 (6 occurrences) Last logged: 18:49:56

MQTT device name is equal to entity name in your config {'name': 'endpoint_id_tydomChambre_1', 'unique_id': 'endpoint_id_tydom_1651773567_1651773567', 'device': {'manufacturer': 'Delta Dore', 'model': 'Sensor', 'name': 'endpoint_id_tydomChambre_1', 'identifiers': ['1651773567_1651773567_sensors'], 'connections': []}, 'state_topic': 'sensor/tydom/endpoint_id_tydom_1651773567_1651773567/state', 'availability_mode': 'latest', 'qos': 0, 'payload_not_available': 'offline', 'enabled_by_default': True, 'payload_available': 'online', 'encoding': 'utf-8', 'force_update': False}, this is not expected. Please correct your configuration. The entity name will be set to null MQTT device name is equal to entity name in your config {'name': 'id_tydomChambre_1', 'unique_id': 'id_tydom_1651773567_1651773567', 'device': {'manufacturer': 'Delta Dore', 'model': 'Sensor', 'name': 'id_tydomChambre_1', 'identifiers': ['1651773567_1651773567_sensors'], 'connections': []}, 'state_topic': 'sensor/tydom/id_tydom_1651773567_1651773567/state', 'availability_mode': 'latest', 'qos': 0, 'payload_not_available': 'offline', 'enabled_by_default': True, 'payload_available': 'online', 'encoding': 'utf-8', 'force_update': False}, this is not expected. Please correct your configuration. The entity name will be set to null MQTT device name is equal to entity name in your config {'name': 'device_id_tydomCuisine', 'unique_id': 'device_id_tydom_1651782167_1651782167', 'device': {'manufacturer': 'Delta Dore', 'model': 'Sensor', 'name': 'device_id_tydomCuisine', 'identifiers': ['1651782167_1651782167_sensors'], 'connections': []}, 'state_topic': 'sensor/tydom/device_id_tydom_1651782167_1651782167/state', 'availability_mode': 'latest', 'qos': 0, 'payload_not_available': 'offline', 'enabled_by_default': True, 'payload_available': 'online', 'encoding': 'utf-8', 'force_update': False}, this is not expected. Please correct your configuration. The entity name will be set to null MQTT device name is equal to entity name in your config {'name': 'endpoint_id_tydomCuisine', 'unique_id': 'endpoint_id_tydom_1651782167_1651782167', 'device': {'manufacturer': 'Delta Dore', 'model': 'Sensor', 'name': 'endpoint_id_tydomCuisine', 'identifiers': ['1651782167_1651782167_sensors'], 'connections': []}, 'state_topic': 'sensor/tydom/endpoint_id_tydom_1651782167_1651782167/state', 'availability_mode': 'latest', 'qos': 0, 'payload_not_available': 'offline', 'enabled_by_default': True, 'payload_available': 'online', 'encoding': 'utf-8', 'force_update': False}, this is not expected. Please correct your configuration. The entity name will be set to null MQTT device name is equal to entity name in your config {'name': 'id_tydom__Cuisine', 'unique_id': 'id_tydom_1651782167_1651782167', 'device': {'manufacturer': 'Delta Dore', 'model': 'Sensor', 'name': 'id_tydom__Cuisine', 'identifiers': ['1651782167_1651782167_sensors'], 'connections': []}, 'state_topic': 'sensor/tydom/id_tydom_1651782167_1651782167/state', 'availability_mode': 'latest', 'qos': 0, 'payload_not_available': 'offline', 'enabled_by_default': True, 'payload_available': 'online', 'encoding': 'utf-8', 'force_update': False}, this is not expected. Please correct your configuration. The entity name will be set to null

fmartinou commented 7 months ago

Hi,

This issue should have been already fixed from version 3.3.1 (see #121). What version are you running?

LGO44 commented 7 months ago

Hi,

I'm running the Current version: 3.4.1

LGO44 commented 6 months ago

Hi, today I use Core 2023.12.1 Supervisor 2023.11.6 Operating System 11.2 Interface utilisateur 20231208.2

tydom2mqtt Current version: 3.4.2

Thanks