Commit Graph

6 Commits

Author SHA1 Message Date
Ralf Bauer
0ea19c3685 fixed changes in the scheduler 2024-02-21 18:05:07 +01:00
Ralf Bauer
db3b5a62a3 Merge branch 'master' of https://github.com/tbnobody/OpenDTU into Database 2024-02-18 22:11:35 +01:00
Ralf Bauer
a5fc54e87d fixed problem in initialization 2023-12-21 21:45:20 +01:00
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