Skip to content

Fix for Fox error 41200 on some systems

Pre-release
Pre-release
Compare
Choose a tag to compare
@FozzieUK FozzieUK released this 22 Sep 16:29
· 1 commit to main since this release
73068d5

A very small amount of systems have experienced a Fox ESS error 41200 query data failed since the OpenAPI was updated in September 2024.

This adds a restrict switch that limits the data fetch on these systems and allows the data query to work.

Note: If your system is working normally, you don't need to worry about this.

To enable these strings, add the extra config to the Platform statement in your configuration.yaml with Restrict: true

sensor:
  - platform: foxess
    deviceID: enter_your_inverter_id
    deviceSN: enter_your_inverter_serial_number
    apiKey: enter_your_personal_api_key
    Restrict: true

See #268