So I have a meter which reports two values:
-
Instant kw usage (e.g. 1.14633923214)
-
Kw that was used per period (1 minute) e.g. 0.019
So usage per hour if I understand correctly would be simply 60 * 0.019 = 1.14 kwh (which sounds about right given that the instant usage is 1.4633923214 kw)
How do I integrate those values into Utility Meter? For instant Kw I should probably use Integration sensor and then Utility Meter ?
But maybe I could just use the period value somehow, since it’s already precalculated ?