Skip to content

Commit

Permalink
Create fox.yaml (#1409)
Browse files Browse the repository at this point in the history
* Create fox.yaml

* [pre-commit.ci lite] apply automatic fixes

* Update other-inverters.md

* Update install.md

* Update index.md

* Update custom-dictionary-workspace.txt

* [pre-commit.ci lite] apply automatic fixes

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
  • Loading branch information
springfall2008 and pre-commit-ci-lite[bot] authored Aug 30, 2024
1 parent 04bf087 commit dc86af8
Show file tree
Hide file tree
Showing 5 changed files with 418 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cspell/custom-dictionary-workspace.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ feedin
fentry
Fingerbot
firstparty
foxess
futurerate
gekey
geserial
Expand All @@ -78,6 +79,7 @@ iboost
idag
idetails
inday
invbatpower
invname
isort
itemtype
Expand Down
11 changes: 10 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Introduction

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

- GivEnergy Hybrid, AC and AIO
- Solis
- Solax
- Sunsynk
- Huawei
- SolarEdge
- Fox
- Sofar

Also known by some as Batpred or Batman!

Expand Down
1 change: 1 addition & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ You will need to install an integration to communicate with and control your inv
| Huawei | Huawei Modbus | <https://github.com/wlcrs/huawei_solar> |
| SolarEdge | SolarEdge Modbus | <https://github.com/WillCodeForCats/solaredge-modbus-multi> |
| SunSynk | SunSynk Modbus | <https://github.com/kellerza/sunsynk> |
| Fox | Fox Modbus | <https://github.com/nathanmarlor/foxess_modbus> |

Predbat was originally written for GivEnergy inverters controlled by the GivTCP add-on but has been extended for other inverter types.
Please see [Other Inverters](other-inverters.md) for details on the install details.
Expand Down
10 changes: 10 additions & 0 deletions docs/other-inverters.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ PredBat was originally written for GivEnergy inverters using the GivTCP integrat
| Givenergy with GE Cloud | [ge_cloud](https://github.com/springfall2008/ge_cloud) | [givenergy_cloud.yaml](https://raw.githubusercontent.com/springfall2008/batpred/main/templates/givenergy_cloud.yaml) |
| Givenergy with GE Cloud EMC | [ge_cloud](https://github.com/springfall2008/ge_cloud) | [givenergy_ems.yaml](https://raw.githubusercontent.com/springfall2008/batpred/main/templates/givenergy_ems.yaml) |
| SunSynk | [Sunsynk](https://github.com/kellerza/sunsynk) | [sunsynk.yaml](https://raw.githubusercontent.com/springfall2008/batpred/main/templates/sunsynk.yaml) |
| Fox | [Foxess](https://github.com/nathanmarlor/foxess_modbus) | [fox.yaml](https://raw.githubusercontent.com/springfall2008/batpred/main/templates/fox.yaml) |

Note that support for all these inverters is in various stages of development. Please expect things to fail and report them as Issues on Github.
Please also ensure you have set up enhanced logging in AppDaemon as described here.
Expand Down Expand Up @@ -145,6 +146,15 @@ This is experimental system, please discuss on the ticket: <https://github.com/s
- Set geseriale to the EMS inverter serial number (look in HA for entity names)
- Turn off slots 2, 3 and 4 for charge, export and discharge as Predbat will only use 1 slot (set the start and end times to 00:00)
## Fox
**Experimental**
- I've managed to get Batpred working on my Fox ESS inverter, connected via an Elfin EW11 modbus and using Nathan's Fox ESS Modbus tool.
See: <https://github.com/springfall2008/batpred/issues/1401>
Template is in the templates area, give it a try
## Sunsynk
- Copy the Sunsynk apps.yaml template and edit for your system.
Expand Down
Loading

0 comments on commit dc86af8

Please sign in to comment.