Enphase Microinverter Data Access & Usage Example #467
Replies: 3 comments 14 replies
-
Hey SCHibbard, this is great! Would you be willing to share how you did this so that I can do it too? I have Enphase micro inverters and would like to see this data from my install. I am reasonably new to stuff like this and have been dipping my toes in with a mix of guides and discussions on here, google-fu and chatGPT. And by 'dipping my toes in' I mean I managed to add a new query to show a bar in the savings panel that shows my running electricity cost from my provider for the time period selected, I called it 'exported - imported'. Nothing fancy obviously, but you gotta start somewhere. SELECT tg - fg FROM (SELECT sum("to_grid") * $avg_sell_per_kwh AS tg, sum("from_grid") * $avg_buy_per_kwh AS fg FROM kwh.http WHERE $timeFilter tz('$tz')) |
Beta Was this translation helpful? Give feedback.
-
It is definitely an issue with 30Color. It must be the same as the background, or transparent. I manually edited the dashboard to have panel 30 use 29Color (the neighboring panel, so normally the output should be similar). Now I can see the values and legends. So no panic to fix this.
I also had to manually edit the placement of the "Total Current Output" and "Total Production" legends and values. They ended up vertically centered in the midst of the panels, so unreadable. I moved them to the top. My Canvas grid is 6 high by 15 wide, if that matters.
Enjoy your vacation,
Kevin
… On Jun 22, 2024, at 06:03, Scott Hibbard ***@***.***> wrote:
Body's on vacation, but brain multitasks. The values and panel numbers are aliased, then colored black or white to contrast against the background color, which is based on the wattage value. I'm guessing that's what's messed up. Can't remember from here if I tested with higher panel quantities after making that contrast change. Won't take a month, few days to catch up on mail & bills and I'll be back in the saddle!
—
Reply to this email directly, view it on GitHub <#467 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAS6ZEOYSWQVT5PC4UFCUDZIVKYHAVCNFSM6AAAAABJLKVLZOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TQNBWGMZTE>.
You are receiving this because you commented.
|
Beta Was this translation helpful? Give feedback.
-
Enphase data update frequency - I see that the data is updated every 5m (default defined in telegraf.enphase, but copied to telegraf.local during the setup process). Are there any likely issues if this data was updated more frequently? How long should it take to poll each microinverter? Are they polled in parallel, or sequentially? |
Beta Was this translation helpful? Give feedback.
-
More show & tell. I have Enphase inverters under each of my solar panels, and through their API I am able to access their output individually. The inverters can be accessed from the local network, however a token is required that is good for a year. Access worked fine adding the info to Powerwall-Dashboard’s telegraf.local. Using the data I was able to make the panels below. Notes:
The project turned out well. The Inverter Output Time Series Panel can get quite busy, so I mainly monitor the Canvas panels, however there are some interesting tidbits to be had from the time-series depiction. For example, today, with a fairly clear sky, the effect of my neighbor’s chimney as the sun moves behind it can be seen on the lower panels outputs. I was also glad I had it after a recent hail storm here. Could easily see later if any damage occurred.
Beta Was this translation helpful? Give feedback.
All reactions