jasonacox / Powerwall-Dashboard

Grafana Monitoring Dashboard for Tesla Solar and Powerwall Systems
MIT License
302 stars 66 forks source link

Change files to run a two-gateway system #394

Closed gallimorej closed 12 months ago

gallimorej commented 12 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 12 months ago

Wow, nice! Do you have it working?

gallimorej commented 11 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 11 months ago

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