Olen / solar-monitor

GNU General Public License v3.0
54 stars 21 forks source link

Battery Device: return cell_voltages in addition to cell_mvoltages #11

Closed acmagn closed 2 years ago

acmagn commented 2 years ago

Battery cells were only return mvoltage. I added voltage as well to return accurate values but not mess up existing setups with other batteries. MQTT format for new cell voltage: "cell_{i}_voltage"

Olen commented 2 years ago

LGTM