Skip to content

Commit

Permalink
Disable Revov for LifePower test
Browse files Browse the repository at this point in the history
Revov and LifePower both seem to be using the same BMS
  • Loading branch information
Louisvdw committed Sep 21, 2022
1 parent 6d9cff3 commit f859277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/dbus-serialbattery.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def get_battery_type(_port):
Lifepower(port=_port, baud=9600),
Renogy(port=_port, baud=9600, address=b"\x30"),
Renogy(port=_port, baud=9600, address=b"\xF7"),
Revov (port=_port, baud=9600),
# Revov (port=_port, baud=9600),
Ecs (port=_port, baud=19200),
# MNB(port=_port, baud=9600),
]
Expand Down

0 comments on commit f859277

Please sign in to comment.