OpenEPaperLink / Home_Assistant_Integration

Home assistant Integration for the OpenEPaperLink project
https://openepaperlink.de
Apache License 2.0
149 stars 34 forks source link

Add sensor to report the tag firmware version #103

Closed psfales closed 9 months ago

psfales commented 9 months ago

Is your feature request related to a problem? Please describe. Would like a way to determine if all my tags have up to date firmware

Describe the solution you'd like Create a "sensor" that reports the tag fw versioni (like the temperature or battery voltage)

Additional context This information is displayed in the web UI on the AP, so at some level the tag knows and broadcasts this information. I don't know how easy it would be for the integration to access the information. If it takes changes to the API, we could make that request of the tag developers.

jonasniesner commented 9 months ago

The firmware version is already reported in the Device info on the device page. If you still need a separate sensor, please reopen.

psfales commented 9 months ago

I can live with what we have. ( I don't really "need" a sensor, but it would be a nice frill. With a sensor, it would be be possible to create an automation to report that a tag needs to be updated)

jonasniesner commented 9 months ago

As soon as the AP is aware of that, I will implement the proper home assistant way to inform you about an update.