t0bst4r / home-assistant-matter-hub

Publish your Home-Assistant Instance using Matter.
Apache License 2.0
157 stars 10 forks source link

"climate" control #166

Open bamirb opened 1 week ago

bamirb commented 1 week ago

I have two AC units. One that appears in HomeAssistant as "climate.ac1" is a MQTT entry which is identified by the bridge and is controllable The second appears in HomeAssistant as "climate.ac2" is connected via RS485 (modbus integration) but is not discovered by the bridge.

Can something be done to make "ac2" discovered and controlled?

t0bst4r commented 4 days ago

It is hard to find out, but it seems that devices which do net get a "unique_id" from their integration are not exposed in the entity_registry - this is where i get the list of all entities from.

You can check if that's the case by opening the entity's details in home assistant. (where you can could change its name etc.)

unique_id

bamirb commented 1 day ago

You're correct. the entity doesn't have a unique_id and creating an entry in the modbus YAML doesn't solve the issue. Is there a way around it?