Commit Graph

3 Commits

Author SHA1 Message Date
Ralf Bauer
e6cf6b00d3 fixed chart refresh after reload 2023-06-25 18:53:51 +02:00
Ralf Bauer
925c434e61 removed lambda function 2023-06-13 22:49:07 +02:00
Ralf Bauer
1c07249b2c Added database feature.
The database ist stored persistently on LittleFS.
The AC total energy is written every hour to the database, together with a timestamp.
Each entry to the database requires 8 bytes on the LittleFS partition.
The database can be read with the API call /api/database

Ralf Bauer
2023-05-19 11:07:49 +02:00