Skip to content

Commit 3a23756

Browse files
authored
Update README.md to prepare formal release (#273)
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)
1 parent 73068d5 commit 3a23756

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ sensor:
5959
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:
6060
![112](https://github.com/macxq/foxess-ha/assets/123640536/1e024286-7215-4bab-8e7d-5dfe5e719275)
6161

62+
- 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.
63+
```
64+
deviceID: enter_your_inverter_serial_number
65+
deviceSN: enter_your_inverter_serial_number
66+
apiKey: enter_your_personal_api_key
67+
extendPV: true
68+
```
69+
6270

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

0 commit comments

Comments
 (0)