S0 Counter works, but current power is always zero #22676
Unanswered
ctschach
asked this question in
Support request
Replies: 1 comment
-
Ich bezweifle in Ihrem Beispiel, das alle S0 Counter richtig funktionieren, Desweiteren sollte man KLammerebenen nicht nur öffnen, sondern auch schließen. Umlaute würde ich auch nicht verwenden. Die Zeile oberhalb "#" kann da deaktiviet auch gelöscht werden. Ein Beispiel mit 5 Zähler finden Sie auch unter github.com/HofeBY |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've a couple of S0 meters which I've integrated into Tasmota. Counting the actually impulses works fine and I see the meter value in kWh. This is done with:
4,1-0:1.8.0*255(@1000,Zählerstand,kWh,ServerTotal,2
According to the documentation I should also be able to get the current power by using this:
4,1-0:1.7.0*255(@0.01667,Power,W,Server_Actual,0)
While the counter increases (I use aprox 200W), this always show zero.
Am I doing something wrong here?
Any way to debug this?
Any other way to calculate the current power usage?
This runs on Tasmota 14.4.0.1 with scripting on an ESP32
Beta Was this translation helpful? Give feedback.
All reactions