Skip to content

Commit

Permalink
Update README.md to prepare formal release (#273)
Browse files Browse the repository at this point in the history
Adds PV strings 7-18 for Fox ESS R series
As the OpenAPI is performing well again, the enforced delay of 5 seconds between API calls has been reduced to 2 making startup much faster.
Fixes a bug that burnt through personal API calls if the device variable call returned an error 41200 (a Foxess internal data query error)
  • Loading branch information
FozzieUK1 authored Sep 30, 2024
1 parent 73068d5 commit 3a23756
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ sensor:
It can be found in the UUID on the foxesscloud in the url path of the `Inverter Details` page; make sure that this is exact value from inverter details page address between the %2522 and %2522 characters:
![112](https://github.com/macxq/foxess-ha/assets/123640536/1e024286-7215-4bab-8e7d-5dfe5e719275)

- Fox R series or inverters with more than 6 PV strings - if you have an inverter that supports more than 16 PV strings, please add the following switch `extendPV: true` to your platform config and the integration will attempt to read PV strings 7-18 volts, current power sensors.
```
deviceID: enter_your_inverter_serial_number
deviceSN: enter_your_inverter_serial_number
apiKey: enter_your_personal_api_key
extendPV: true
```


- Multi-inverter support - if you have more than one FoxESS device in your installation, you can leverage the optional `name` field in your config,
```
Expand Down

0 comments on commit 3a23756

Please sign in to comment.