amsreader-firmware
amsreader-firmware copied to clipboard
Support for update entities in Home Assistant introduced in 2022.4
As a person that rarely visits the AMS interface, but instead pulls the data into my Home Assistant instance through MQTT, I might miss important updates. From version 2022.4, Home Assistant will support update entities.
This could allow the visibility within Home Assistant, if an update is available.
In addition, and IF(!) AMS will support 1-click-to-update (rather than uploading a downloaded firmware and installing), you would be able to initiate the update from Home Assistant.
ESP32 version of the firmware can self update. If anyone can provide the necessary JSON to publish on MQTT, I can implement the changes.
ESP32 version of the firmware can self update. If anyone can provide the necessary JSON to publish on MQTT, I can implement the changes.
Is the same functionality planned for ESP8266? Although I am more than happy with the current approach.
Yes, but I've had some issues getting it to work properly. I have not given up though.
Please make the auto updating optional and not forced when implemented, it can surely be the default but if running snapshots or modified versions forced updates is undesirable. Same goes for updates that might break some configuration.
I cannot find any specific examples on how this should be published on MQTT. If someone can reference a proper example, I will look into this.
Thank you, I will have a look!
There are examples here: https://www.home-assistant.io/integrations/update.mqtt/