mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #45] Feature request: Add easy Tag firmware update and Tag firmware information to the websocket output. #3331
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonasniesner on GitHub (May 21, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/45
New firmware could be downloaded to the ESP automatically after a firmware update an shown a a prompt to the user (if the current firmware version would be added to the Tag check in websocket packets, I could also add this feature to my HA integration)
@jonasniesner commented on GitHub (May 21, 2023):
For this feature request, #43 should be implemented first
@nlimper commented on GitHub (Jun 9, 2023):
Personally, I don't like prompts like 'there is a new update ready for you', as imho they are mostly just disturbing, and for people that just use the system without any problems, not necessary (as we don't have security updates, due to the fact there's no security anyway ;-).
But, if you want to do a version check in HA, you can do a GET request to
/sysinfo, to get the current running version:buildversionwill contain the current release version if you run an automatic build.For performing an update, the process relies on javascript in the browser, so initiating an update remotely will not easily be possible. But at least you can inform the user that there is an update available.
@nlimper commented on GitHub (Jun 28, 2023):
Added tag fw version and current channel id to the webinterface (and so, also to the websockets stream).