You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature
Would it be possible to provide the 'Firmware update available' of the add-on itself via MQTT?
That way we wouldn't have to login to the add-on itself to check for newer versions (or follow the GoT toic very precisely)
Expected behaviour
Provide an 'fw_update_available' boolean on the mqtt status topic for the add-on.
or a 'available firmware version' field
The text was updated successfully, but these errors were encountered:
thyzzv
changed the title
[Feature] provide FW update available of addon via MQTT
[Feature] provide FW update available of add-on via MQTT
Mar 17, 2024
certainly possible. The json file could be parsed from github lets say once a day. Only downside is that connecting to github requires https client support in the firmware which is quite costly firmware size (adds about 180kb).
Maybe some other solution is possible...
Describe the feature
Would it be possible to provide the 'Firmware update available' of the add-on itself via MQTT?
That way we wouldn't have to login to the add-on itself to check for newer versions (or follow the GoT toic very precisely)
Expected behaviour
Provide an 'fw_update_available' boolean on the mqtt status topic for the add-on.
or a 'available firmware version' field
The text was updated successfully, but these errors were encountered: