Replies: 1 comment 14 replies
-
The RMS voltage may be identical, but the phases are definitely not! Current & voltage is measured by the vue thousands of times a second, while your multimeter only measures a long-term average. Please update your & come back if you're still have trouble. |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everybody--
I recently flashed a vue2 with the ESP32 firmware and have added it to a homeassistant instance (running HAOS on a proxmox VM if it matters) -- I was able to pull in the entities however, the values are incorrect.
The software pulled in POWER and DAILY ENERGY for each circuit. However, after comparing with a standalone current clamp meter, I found a huge disparity in some. Two examples are below:
Circuit 6 current clamp meter reading: 12.10A
HA reports 2670W
2670W / 117.6V = 22.70A
Circuit 12 current clamp meter reading: 0.750A
HA reports 98.9W
98.9W / 117.6 = 0.84A
One is way off, the other is close. I switched the current clamp jacks and got the same readings, so I have ruled out issue of a bad CT sensor. In searching I read about assigning the correct phase for each circuit in configuration, but both phases read 117.6v, so I didn't bother to get to that just yet, since it wouldn't be the problem here as both are identical.
Does anybody have any ideas what I could do to fix this or tests I could perform to nail down what the cause of these inaccuracies are? I've read that the native reporting of current is off, and that it should be mathematically computed within HA to get the correct data, but before I even get to that, I'm seeing the wrong values. Is there some other data available via JSON/esp32home that HA did not pull in that I should be using to calculate the wattage/current draw?
Thanks for any help
Randy
Beta Was this translation helpful? Give feedback.
All reactions