ESPHome implementation to pull data from BT-enabled Renogy devices
-
renogy_batteries.yaml is configured to connect to a single Renogy BT device (currently tested on a BT-2 connected to three batteries in a daisy-chained configuration.) There are TODOs in the yaml that indicate places where updates should be made, or at least pertinent information for the user is available.
- renogy_battery_utilities.h contains methods to do the payload creation and response parsing for communicating with the BT device.
-
renogy_rover.yaml is configured to connect to a Renogy BT device (tested on a BT-2.) There are TODOs in the yaml that indicate place where updates should be made.
- renogy_rover_utilities.h contains methods to do the payload creation and response parsing for communicating with the BT device.
This is not an official library endorsed by the device manufacturer. Renogy and all other trademarks in this repo are the property of their respective owners and their use herein does not imply any sponsorship or endorsement.
- Olen/solar-monitor
- corbinbs/solarshed
- Rover 20A/40A Charge Controller—MODBUS Protocol
- Lithium Iron Battery BMS Modbus Protocol V1.7
- The original Renogy BT project - This current project is effectively a port of cyrils' work to make it run on ESPHome. None of this would be possible without the groundwork that was laid there.