Skip to content
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

CFG Holder automatisch Update Alert Message #1214

Open
Martin11180 opened this issue Jul 17, 2024 · 6 comments
Open

CFG Holder automatisch Update Alert Message #1214

Martin11180 opened this issue Jul 17, 2024 · 6 comments

Comments

@Martin11180
Copy link

Hello
just testing tasmoadmin
I currently only have one module installed to test
For me, when I want to update my device, I get this message automatically
Attention: If you previously changed the CFG_HOLDER, it is now reset. This means that the default user_config.h will be loaded from the Tasmota GIT and your previous settings will be overwritten!
The CFG Holder is like the original setting, see device data
10:22:15.266 MQT: STATUS1 = {"StatusPRM":{"Baudrate":115200,"SerialConfig":"8N1","GroupTopic":"Küche_Nachtlicht","OtaUrl":"http://ota.tasmota. com/tasmota/release/tasmota.bin.gz","RestartReason":"Software/System restart","Uptime":"0T00:00:34","StartupUTC":"2024-07-17T09:21:41 ","Sleep":50,"CfgHolder":4617,"BootCount":3,"BCResetTime":"2024-07-17T10:12:05","SaveCount":8,"SaveAddress":"F4000"} }
what is wrong or is it a BUG

@inverse
Copy link
Collaborator

inverse commented Jul 17, 2024

That's just a warning that's displayed when you choose the automatic updates if you are coming from a custom build I believe. Are you coming from a custom build?

If your Tasmota upgrade flow is valid it should be fine.

@Martin11180
Copy link
Author

yes before that was a custom build
I have now done an OTA update
with this file
http://ota.tasmota.com/tasmota/release/tasmota-minimal.bin.gz
http://ota.tasmota.com/tasmota/release/tasmota-DE.bin.gz
and then reset the device
And removing the device from TasmoAdmin and adding it back unfortunately still gives the message

@inverse
Copy link
Collaborator

inverse commented Jul 17, 2024

That message will always be displayed as a warning whenever you do an automatic upgrade unfortunately.

Perhaps we could provide a setting to permanently dismiss it in the settings.

@Martin11180
Copy link
Author

Yes, it would be better because you think you have to do something
The CfgHolder can be queried via STATUS1 and compared with 4617

@inverse
Copy link
Collaborator

inverse commented Jul 17, 2024

That sounds like a better suggestion! Thanks

Might make the UI a bit slow as this warning is triggered from the BE after querying all devices but could be feasible unless we render it on the UI.

@inverse inverse added enhancement and removed bug labels Jul 17, 2024
@Martin11180
Copy link
Author

Read STATUS1 when creating the module

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants