How do I change name to so many devices and entities in HA? #161
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @samusamu81, the easiest way to rename the devices is directly in the bridge with the commands: For single-bridge users, it would suffice to do There are 2 thermostats for cold/hot because all Daikin system settings are duplicated, and the MQTT-discovered version of the climate entity in Home Assistant is more limited in functionality and would not show all information if combined, and would often show the wrong color, so I had to separate these, also based on user feedback that combination and renaming of entities is unwanted. If you would like to combine, it would require some yaml coding to add a combined climate entity. |
Beta Was this translation helpful? Give feedback.
Hi @samusamu81, the easiest way to rename the devices is directly in the bridge with the commands:
-
P14 AC_day
on bridge0 (via telnet ofP1P2/W/P1P2MQTT/bridge0
) followed byD5
to save,D0
to restart-
P14 AC_night
on bridge1 (via telnet ofP1P2/W/P1P2MQTT/bridge1
) followed byD5
to save,D0
to restart-wait until ready (max 5 minutes)
-press
MQTT_Delete_All_Rebuild
on one of the bridges to delete and rebuild all MQTT entities with new unique identifiers-wait until ready (max 5 minutes)
-rebuild your HA dashboards.
For single-bridge users, it would suffice to do
-
P14 new_name
(name is max 8 characters) on bridge0 (via telnet ofP1P2/W
) followed byD5
to save,D0
to restart, wait until rea…