Prices and realtime HA sensors

This commit is contained in:
Gunnar Skjold
2022-09-28 20:13:03 +02:00
parent 2a4772fe25
commit e7c25fafda
12 changed files with 149 additions and 35 deletions

20
web/realtime.json Normal file
View File

@@ -0,0 +1,20 @@
{
"max" : %.1f,
"peaks" : [ %s ],
"threshold" : %d,
"hour" : {
"use" : %.2f,
"cost" : %.2f,
"produced" : %.2f
},
"day" : {
"use" : %.2f,
"cost" : %.2f,
"produced" : %.2f
},
"month" : {
"use" : %.2f,
"cost" : %.2f,
"produced" : %.2f
}
}