Bram Gerritsen
Bram Gerritsen
Profile was provided here. https://github.com/bramstroker/homeassistant-powercalc/pull/2292. I don't own this bulb so I can't cross verify. @cammurray Could you please chime in on this? Looking at the product specs light is...
**WIZ app power figures.** As @cammurray already mentioned, this is probably just a simple calculation and not really reliable. We don't know what algorithm they use, but looking at the...
Group energy sensors created by Powercalc should only ever increase in value, so `total_increasing` is the right one. Do you have access to the HA database? If so, could you...
hmm yes seems to be some rounding or race condition with timing (maybe 2 state changes at the same time or something like that). Looking at log line. Previous state:...
@RN-Say it's very strange. The energy sensor created for the substract sensor is in essence just an rieman integral sensor. Should behave exactly similar when you create one with the...
Please make sure you understand the difference between power and energy, see https://docs.powercalc.nl/troubleshooting/faq/#what-is-the-difference-between-power-and-energy. Powercalc always creates a power sensor, and optionally an energy sensor (depending on the toggle `create energy...