Skip to content

Releases: HarshBhardwaj/foxess-add-on

Version 0.4.0

Choose a tag to compare

@HarshBhardwaj HarshBhardwaj released this 19 Aug 15:23

Summary

Bundles foxess-local 0.4.0 — includes the MQTT poll-loop resilience fix that stops the app from crash-looping on transient SunSpec timeouts (FoxTimeoutError).

What's fixed

  • The MQTT bridge no longer exits (and Watchdog no longer restarts it into Error) when a single poll times out. Failed polls mark sensors unavailable and retry on the next interval.

What's included

  • foxess-local 0.4.0 wheel (MQTT resilience + Phase 11 EMS API in the SDK; the HA app remains read-only telemetry).

Upgrade

  1. Settings → Apps → App store → FoxESS Local (or Add-ons on older HA).
  2. Click Update (refresh the store first if 0.4.0 doesn't appear).
  3. Confirm fox_host is still set on the Configuration tab, then Start.

Version 0.1.7

Choose a tag to compare

@HarshBhardwaj HarshBhardwaj released this 22 Jul 04:17
27af23e

What's Changed

  • Fix: updating the user facing language from Add-on to App and fixing … by @HarshBhardwaj in #9

Full Changelog: v0.1.6...v0.1.7

Version 0.1.6

Choose a tag to compare

@HarshBhardwaj HarshBhardwaj released this 21 Jul 05:21
94d4f09
  • Fix Grid Import/Export and Load reading 0. Grid and load now come from model
    65031 (Fox Hub G2 "HubInfo") read at the gateway address, where the whole-home
    meter values live — verified against the device (959 W import matching
    FoxCloud). Previously these were read from model 65004 at the inverter address,
    where they are zeroed, which caused the Energy dashboard to attribute all house
    consumption to the battery.
  • Grid Import/Export Energy now use the Hub's real cumulative counters (import
    3660.5 kWh / export 316.5 kWh on the reference unit) instead of the
    unavailable revenue-meter registers; adds Grid Import/Export Energy Today.
  • Grid power sign verified: negative = import, positive = export.
  • Bundles foxess-local 0.3.0.

Version 0.1.5

Choose a tag to compare

@HarshBhardwaj HarshBhardwaj released this 21 Jul 04:12
1f2058b
  • Bundle foxess-local 0.2.0. Adds battery charge/discharge power and cumulative
    battery charge/discharge energy (kWh) sensors for the Energy dashboard.
  • Add real net grid import/export from model 65004 (Grid Power, Grid Import Power, Grid Export Power) plus AC Input/Output Energy Total as a grid
    energy proxy where no external meter is installed.
  • Sentinel "not available" registers now publish as null (HA shows
    "unavailable") instead of nonsense values.
  • The old model-701 "grid" sensors moved to the fox/ac group (inverter AC
    terminal); a few sensor.foxess_*_grid_* entities become *_ac_*.

Version 0.1.4

Choose a tag to compare

@HarshBhardwaj HarshBhardwaj released this 21 Jul 00:14
ecdf0d9
  • Publish prebuilt GHCR images

Version 0.1.3

Choose a tag to compare

@HarshBhardwaj HarshBhardwaj released this 20 Jul 21:48
f4ff126
  • Restructure as Home Assistant add-on repository

Version 0.1.2

Choose a tag to compare

@HarshBhardwaj HarshBhardwaj released this 20 Jul 21:23
0c9496b

Now you can configure your specific IP Address

Version 0.1.1

Choose a tag to compare

@HarshBhardwaj HarshBhardwaj released this 20 Jul 19:47
0b1f1fc
  • Requires the Mosquitto broker add-on and the MQTT integration (you already have both).
  • The add-on only reads the inverter; it never writes. Writes remain a separate, opt-in Python API on a trusted host.
  • Prefer a static DHCP reservation for the inverter so fox_host stays valid.