jasonacox / Powerwall-Dashboard

Grafana Monitoring Dashboard for Tesla Solar and Powerwall Systems
MIT License
270 stars 57 forks source link

Change files to run a two-gateway system #394

Closed gallimorej closed 7 months ago

gallimorej commented 7 months ago

This makes changes all over the place to run a two-gateway system. It essentially runs all the services side by side with the exception of grafana.

jasonacox commented 7 months ago

Wow, nice! Do you have it working?

gallimorej commented 6 months ago

I do have it working! It's an inelegant solution at the moment. I basically took all the scripts and config and duplicated them for a "left" and a "right" system. The only one that I didn't do that with is the grafana service -- but I do have a left and a right dashboard.

A better solution would probably be to enable passing in a variable as a name for the system to be appended as a suffix to the running services. 🤔 That would eliminate a lot of the duplication.

jasonacox commented 6 months ago

Great job @gallimorej ! I agree. That's worth investigating.