A very expensive three phase meter? #83
BuongiornoTexas
started this conversation in
Polls
Replies: 1 comment 1 reply
-
Whoopsie. That should have been "Yes! But I don't have a three phase system (yet)." |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been puttering around with pypowerwall and Powerwall-Dashboard, and I've realised that it could be used as a rough per phase power meter for anyone with a three phase/3 phase system. I think with a bit of work, I can get a per phase plot of grid, home/site load, solar and battery. This will allow monitoring of the three phase net metering, and could also be useful when trying to assign circuits to phases and when troubleshooting misbehaving circuits.
I'm definitely going to do a hack first pass of this for fun and personal interest. If other people think this feature may be useful, I will spend a bit more time to put a PR together to automate the three phase monitoring setup.
I've put together a proof of concept python script which generates output along the following lines (at the end of this LOOOOONG post):
The first block shows aggregate meter values and cross checks from the sum of the phase values. The second block shows per phase values. Note that the data will not provide exact values, as I'm pulling some cached data (time drift), I need to make 4 different api calls to get the full data set (more time drift), and there is a bit of variation between the different cts and meters - I'm seeing variations of anywhere between 10 and 100w on the reconciliations (e.g. phase c has a consistent errror between the solar meter and the gateway site meter). But this is good enough for what I want to do.
So, could I get poll responses on level of interest? And could I also ask anybody with a three phase system to run the proof of concept script and let us know the outcome to debug/improve the phase data extraction (our system is pretty simple - one power wall on one phase only - data from systems with more powerwalls on single and multiple phases will be very useful). Note: You need to enter your local powerwall login credentials to run the script!
threephasetest.py
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions