MarkBryanMilligan / LanternPowerMonitor

The Lantern Power Monitor is a Raspberry Pi service, Java Web Service, and Android application that allow you to monitor every electrical breaker in your house, regardless of how many panels or breakers you have.
GNU General Public License v3.0
82 stars 26 forks source link

Dual pole numbering #26

Open zyphlar opened 2 years ago

zyphlar commented 2 years ago

Would it be possible to allow for different panel configurations? The default one is typical for US residential panels, but for example my old Pushmatic panel (which needs to be replaced, yes) does its dual pole hookups across the numbers not alongside. So when I want to indicate a 240v circuit the correct spot numbers would be 1-2, instead of the app's assumption of 1&3.

It's not a big deal but it could be a small change that would help especially in other countries or situations where the default layout isn't accurate.

Thank you for this project, I appreciate it!