Added timestamp sensors to HA

This commit is contained in:
Gunnar Skjold
2025-01-12 09:57:29 +01:00
parent 1d4e7e564d
commit 0c3eea8d37
6 changed files with 118 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
{
"P" : %lu
"P" : %lu,
"t" : "%s"
}

View File

@@ -3,5 +3,6 @@
"tPO" : %.3f,
"tQI" : %.3f,
"tQO" : %.3f,
"rtc" : %lu
"rtc" : "%s",
"t" : "%s"
}

View File

@@ -11,5 +11,6 @@
"I3" : %.2f,
"U1" : %.2f,
"U2" : %.2f,
"U3" : %.2f
"U3" : %.2f,
"t" : "%s"
}

View File

@@ -27,5 +27,6 @@
"tPI3" : %.3f,
"tPO1" : %.3f,
"tPO2" : %.3f,
"tPO3" : %.3f
"tPO3" : %.3f,
"t" : "%s"
}