From 3a23756f5eb2dcd4112edf7644dba407891d571e Mon Sep 17 00:00:00 2001 From: Dave Foster <123640536+FozzieUK1@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:50:57 +0100 Subject: [PATCH] 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) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 31f2357..75028e6 100644 --- a/README.md +++ b/README.md @@ -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, ```