Releases: HarshBhardwaj/foxess-add-on
Releases · HarshBhardwaj/foxess-add-on
Release list
Version 0.4.0
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
- Settings → Apps → App store → FoxESS Local (or Add-ons on older HA).
- Click Update (refresh the store first if 0.4.0 doesn't appear).
- Confirm
fox_hostis still set on the Configuration tab, then Start.
Version 0.1.7
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
- 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
- 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) plusAC Input/Output Energy Totalas 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/acgroup (inverter AC
terminal); a fewsensor.foxess_*_grid_*entities become*_ac_*.
Version 0.1.4
Version 0.1.3
- Restructure as Home Assistant add-on repository
Version 0.1.2
Now you can configure your specific IP Address
Version 0.1.1
- 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.