Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## Introduction

Home battery prediction and automatic charging for Home Assistant
Home battery prediction and automatic charging for Home Assistant supporting multiple inverters including GivEnergy, Solis and Sofar.

Also known by some as Batpred or Batman!

Expand Down
5 changes: 4 additions & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ The Integration that communicates with your inverter will be depend on the brand
| Brand | Integration | Github Link |
| :-------- | :----------- | :------------------------------------------------------------------------------- |
| GivEnergy | GivTCP | [https://github.com/britkat1980/giv_tcp](https://github.com/britkat1980/giv_tcp) |
| Solis | SolaX ModBus | <https://github.com/wills106/homeassistant-solax-modbus> |
| Solis | SolaX ModBus | <https://github.com/wills106/homeassistant-solax-modbus> |
| Sofar | Sofar MQTT | <https://github.com/cmcgerty/Sofar2mqtt> |

Please see [Other Inverters](other-inverters.md) for details on how Solis, Solax and Sofar install details.

- Follow the installation and configuration instructions appropriate for your inverter so that Home Assistant is able to 'see' and manage your inverter.
- You will need at least 24 hours history in Home Assistant for Predbat to work correctly, the default is 7 days (but you configure this back to 1 day if you need to).
Expand Down