-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new mqtt command to rename devices #177
Comments
@lolorc if you're using home assistant you could use the unique_id functionality and just rename your devices in Home Assistant directly. |
@Koenkk Question: Does we could trigger zigbee2mqtt internal to reread the configuration.yaml ? |
Yes I'm using home-assistant but I'm not using the discovery thingy. I guess I should have a look at it. |
@lolorc Agree that feature would be useful, but believe me that using Home Assistant with discovery and unique ID makes renaming and managing devices much easier. |
Implemented rudimental rename function for settings.js
module.exports
|
Rename devices (friendly_name) -> (#177)
Merged and documented: https://github.com/Koenkk/zigbee2mqtt/wiki/MQTT-topics-and-message-structure#zigbee2mqttbridgeconfigrename Many thanks for the implementation @tb-killa ! |
Rename devices (friendly_name) -> (Koenkk#177)
Hi,
I've just started to use your project yesterday, I might be wrong but it looks like we have to restart the daemon when we rename a device.
If this statement is correct, I think it would be useful to be able to change the friendly_name of a device with a mqtt command.
The text was updated successfully, but these errors were encountered: