V0.42-beta-1
Pre-release
Pre-release
Testing for additional PV strings for Fox ESS R Series - don’t use this if not involved please.
This extends the PV string entities current PV1-6 and adds PV7-18 (each PV string has Volts, Power, Current)
To enable these strings, add the extra config to the Platform statement in your configuration.yaml with extendPV: true
sensor:
- platform: foxess
deviceID: enter_your_inverter_id
deviceSN: enter_your_inverter_serial_number
apiKey: enter_your_personal_api_key
extendPV: true
Update Volt Ampere Reactive to UnitOfReactivePower for future compatibility.
See #265