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
cbfe01c477
changed font size
2024-01-16 21:39:17 +01:00
Ralf Bauer
a5fc54e87d
fixed problem in initialization
2023-12-21 21:45:20 +01:00
Ralf Bauer
c5016a376b
fixed one bug reports and one feature request
2023-09-16 21:34:37 +02:00
Ralf Bauer
c289c27e5a
fixed date comparison
2023-06-30 13:28:33 +02:00
Ralf Bauer
d2a15f86a9
fixed wrong time for first database entry on a day
2023-06-26 16:30:29 +02: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
3710591edd
used chunked data transfer
2023-06-13 20:37:45 +02:00
Ralf Bauer
9b417f3592
fixed time handling
2023-06-06 20:34:06 +02:00
Ralf Bauer
4b23b38baa
moved loop handler
2023-06-06 18:11:00 +02:00
Ralf Bauer
5f1664ad6b
added more debugging messages
2023-06-05 18:31:40 +02:00
Ralf Bauer
3cdab45e1e
added debug messages
2023-06-04 22:19:47 +02:00
Ralf Bauer
64c6bd683a
create database when it does not exist
2023-06-03 23:01:13 +02:00
Ralf Bauer
abc4b8300b
Added code for JS and HTML (as comment at the end of the file).
...
This code is working and has to be integrated into the UI.
2023-05-21 10:26:47 +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