Replies: 3 comments 22 replies
-
Hi @akropp ! Thanks for opening this. Does each gateway have a separate IP address? If so, my recommendation would be to spin up two pypowerwall instances (containers) on separate ports (say 8676 for pypowerwall2), one for each gateway, then edit the telegraf config to have a separate section (inputs.http) for the 2nd gateway and add tag. It would still require updating the Grafana dashboard.json to accommodate, but at least all the data would be in the same spot for both gateways. If you are able to get this to work, we should add this as an optional configuration to the project! I haven't tried it but I think something like this for
|
Beta Was this translation helpful? Give feedback.
-
Yeh, each gateway shows up separately in the app (you swipe back and forth
between them). There is no combined info. I never ended up setting up the
two sessions, because I am mostly pulling the data in to Home Assistant and
keeping track of it there (although it doesn't track as many of the
stats). I have pypowerwall set up pulling the stats from one still.
Probably would have been nice to have the second set up for historical
purposes.
…--Adam
On Mon, Jan 2, 2023 at 9:33 PM Nick Berardi ***@***.***> wrote:
As far as I understand the setup, which I can confirm tomorrow after
installation. Each gateway is registered as a different installation. I am
not sure how the app combines the two yet.
—
Reply to this email directly, view it on GitHub
<#62 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHIXJVM66IV3Z5DCOTNLKH3WQOFV7ANCNFSM556KYRFQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
I have the same issue, also noticing a difference in reported powerwall charge level between the gateway page and the dashboard. could it be that with multiple powerwalls per gateway the wrong charge is being reported? |
Beta Was this translation helpful? Give feedback.
-
My system is set up with two gateways, each being fed by a powerwall+ inverter. It seems that you can handle multiple PW+ on one system, but is there anything already in place to handle multiple gateways? I was thinking I could just run two proxies and then have the data merged into influxdb, but don't know if I can do that in a way that will flow through everything else without breaking it. Any thoughts? I'm happy to be a guinea pig/dig into the code if necessary.
Beta Was this translation helpful? Give feedback.
All reactions