Replies: 1 comment 3 replies
|
The problem with exposing management functions like these is that they affect volatile memory (flash), which has a limited lifespan caused by the number of write cycles. Exposing this through (for example an Home Assistant integration, or script that tries basically to make time-based access or similar) that could potentially write to it frequently (or even periodically) would risk wearing out the charger's storage prematurely. This is an actual concern raised by the Peblar engineers themselves, which has honestly withheld me from exposing everything the API technically offers. ../Frenck Blogging my personal ramblings at frenck.dev |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As previously requested in #333
This endpoint writes a new RFID tag:
This endpoint returns the list of tags:
Removing a single tag:
There is a working PR for this feature in #349
All reactions