diff --git a/README.md b/README.md index f1c18f3..f966188 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,6 @@ Python library to read Renogy RS232 compatible solar charge controllers using [B This was also found working with RS485 type [BT-2](https://www.renogy.com/bt-2-bluetooth-module/) adapter, but does not work with communication hub. Also it reads only charge controller data, and will fail with any other bluetooth connected peripherals like renogy battery (see [thread](https://github.com/cyrils/renogy-bt1/issues/7#issuecomment-1500237677)). -## Dependencies - -```sh -python3 -m pip install -r requirements.txt -``` - ## Example Make sure to update [config.ini](https://github.com/cyrils/renogy-bt1/blob/main/config.ini) with correct values for `mac_addr` and `alias` and run the following command: @@ -48,6 +42,12 @@ DEBUG:root:BT-TH-B00FXXXX => {'function': 'READ', 'battery_percentage': 87, 'bat INFO:root:Exit: Disconnecting device: BT-TH-B00FXXXX [80:6F:B0:0F:XX:XX] ``` +## Dependencies + +```sh +python3 -m pip install -r requirements.txt +``` + ## Data logging Supports logging data to local MQTT brokers like [Mosquitto](https://mosquitto.org/) or [Home Assistant](https://www.home-assistant.io/) dashboards. You can also log it to third party cloud services like [PVOutput](https://pvoutput.org/). See [config.ini](https://github.com/cyrils/renogy-bt1/blob/main/config.ini) for more details. Note that free PVOutput accounts have a cap of one request per minute.