basic stuff implemented

This commit is contained in:
Daniel Ekman
2021-12-21 20:40:17 +01:00
parent 86939d4890
commit 03089e92cb
9 changed files with 50 additions and 34 deletions

24
web/ha2.json Normal file
View File

@@ -0,0 +1,24 @@
{
"lv" : "%s",
"id" : "%s",
"type" : "%s",
"P" : %d,
"Q" : %d,
"PO" : %d,
"QO" : %d,
"I1" : %.2f,
"I2" : %.2f,
"I3" : %.2f,
"U1" : %.2f,
"U2" : %.2f,
"U3" : %.2f,
"PF" : null,
"PF1" : null,
"PF2" : null,
"PF3" : null,
"tPI" : null,
"tPO" : null,
"tQI" : null,
"tQO" : null,
"rtc" : null
}