-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Device rename does not stick #2321
Comments
The name is stored in the customization file, you can check in settings->download the file and the name. |
I have not restored an older customization. The device is restarted yesterday and I will check daily if the name is still correct. |
PS: I assume a device restart is effectively the same as a power cycle? |
I recognized the same behavior while updating between different versions. |
The rename option is added a few versions ago, using an older version (and changing customizations) will erase the setting. Also the logic for reading and display the internal name from telegram 0x1 has changed and effects the custom name.
Mostly, power cycle is a cold start, all registers are in powerup state, restart is a soft reset, u-ram values and some registers are not reseted. But this should not affect the values saved in filesystem like the custom name. |
Has the happened again since? |
No, name is still correct, even after a few power cycles. |
Speak of the devil. I just disconnected and reconnected the power and the device name was back to standard. |
that is weird. When it happens can you
|
OK, this is the customization file as it is now (with device name changed). The partition is app0. I will upload the corresponding items when the device defaults again. BTW; Shouldn't the changed device name already be in this customization file? |
Yes, it should be and called .....
....
"masked_entities": [
{
"product_id": 123,
"device_id": 8,
"custom_name": "Trendline",
"entity_ids": [
"08heatingactive",
"08tapwateractive",
"08selflowtemp|<90",
"08curflowtemp",
"08syspress"
]
}
] and if none is set it should show |
@mattreim was the previous a 'brand' shown for your BC400? |
Sorry, I researched again and the "brand" was never displayed on the thermostats.
The custom names look like this again: |
v3.7.2-dev.8 - 1 -> App1 v3.7.2-dev.8 - 2-> App0 v3.7.2-dev.8 - 3-> App1 |
Hi,
I use a BBQKees gateway E32 V2 (EMS-ESP V3.7.1) to monitor my boiler (Nefit Trendline II). In EMS-ESP the boiler shows up as "CBS/GB*72, Trendline, Cerapur, Greenstar Si".
I renamed the device several times to "Nefit Trendline II".
However, after some time (days-weeks) it defaults back to the standard.
The rename "survives" a normal reboot indicating that it is stored properly.
Why is it defaulting back to the standard?
The text was updated successfully, but these errors were encountered: