Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.71 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.71 KB

renogy-bt-esphome

ESPHome implementation to pull data from BT-enabled Renogy devices

Setup

  • 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.

Disclaimer

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.

References