-
Notifications
You must be signed in to change notification settings - Fork 68
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
[Bug]: iobroker does not permanently store the names of blu buttons #1064
Comments
Thanks for reporting a new issue @jenbenn!
Otherwise this issue will be closed. |
The name is a preserved property on the device and it should not be overwritten: Lines 358 to 365 in 76b8ad2
A better solution (like always) is to create an alias for all your devices.
You should use the room enum for that. |
|
I'm sure that
Shelly device
Blu Button
Shelly firmware version
1.016
Protocol
MQTT
The problem
iobroker does not permanently store the names of blu buttons. I have manually changed the names (NOT the IDs) of my blu buttons in iobroker objects from the default names to sth identifiable. I.e. the name of the room the button is located in. While iobroker lets me changes the names at first, it only stores the new names until the buttons are activated the next time. Once the button is pressed after the name change the names of all button objectes are automatically reverted back to their default factory names. This behaviour is different to all other shelly wifi relays, which permanently store the names manually chosen.
iobroker.current.log (in debug mode!)
Log-Größe: 2.4 MB
Version of nodejs
20.17.0
Version of ioBroker js-controller
6.0.11
Version of adapter
8.2.1
The text was updated successfully, but these errors were encountered: