Skip to content

Commit

Permalink
Merge pull request #413 from jblance/jblance-patch-1
Browse files Browse the repository at this point in the history
Update pi18.py with extra battery options
  • Loading branch information
jblance authored Oct 22, 2023
2 parents c3708f7 + f66525e commit 1e4da0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mppsolar/protocols/pi18.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@
["10int", "Battery under voltage", "V", {"icon": "mdi:battery-outline", "device-class": "voltage"}],
["10int", "Battery bulk voltage", "V", {"icon": "mdi:battery-outline", "device-class": "voltage"}],
["10int", "Battery float voltage", "V", {"icon": "mdi:battery-outline", "device-class": "voltage"}],
["option", "Battery type", ["AGM", "Flooded", "User"]],
#["option", "Battery type", ["AGM", "Flooded", "User"]],
["option", "Battery Type", [ "AGM", "Flooded", "User", "Pylontech", "TBD", "WECO", "Soltaro", "3rd party Lithium", "LIB", "LIC", ]],
["int", "Max AC charging current", "A", {"icon": "mdi:current-dc", "device-class": "current"}],
["int", "Max charging current", "A", {"icon": "mdi:current-dc", "device-class": "current"}],
["option", "Input voltage rang", ["Appliance", "UPS"]],
Expand Down

0 comments on commit 1e4da0b

Please sign in to comment.