Skip to content

V0.42-beta-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@FozzieUK FozzieUK released this 14 Sep 16:44
· 4 commits to main since this release
f980a47

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