Releases: lackas/ha-gridx
v1.0.10
Fixed
- Fix grid meter reading unit: gridX API returns values in Ws (watt-seconds), not Wh — readings were 3600x too high, inflating Energy Dashboard statistics
⚠️ Action required after update
The corrected values will be 3600x smaller. HA will interpret this as a meter reset and add phantom energy to the statistics. To fix: go to Developer Tools → Statistics, find gridx_grid_meter_import and gridx_grid_meter_export, and click "Fix issue" to reset their accumulated values.
v1.0.9
Fixed
- Fix energy sensor names all showing as "gridX Energy" instead of distinct names (e.g. "Photovoltaic energy", "Grid import energy"). Translation keys were missing from
translations/en.json.
Note: After updating, you may need to restart HA for the corrected names to appear. If entity names are still cached as "Energy", delete the affected entities in Settings → Devices → gridX and restart — they will be re-created with correct names.
v1.0.8
v1.0.7
v1.0.6
Fixed
- Fix SG Ready states: use correct values from gridX API (
UNKNOWN,OFF,AUTO,RECOMMEND_ON,ON) instead of wrong placeholder values - Handle unknown future SG Ready states gracefully (show as unavailable instead of crashing)
- Add state translations for SG Ready sensor
Note: After updating, restart HA. The heat pump SG Ready state sensor should now show the actual state (e.g. RECOMMEND_ON when gridX recommends boosting due to excess solar).
v1.0.4
v1.0.3
v1.0.2
- Fix entity IDs: use unique prefixed keys per appliance type
- Add translations/en.json for HACS compatibility
- Fix entity names with proper translation keys
Breaking: Entity IDs changed from generic (sensor.gridx_power_2) to descriptive (sensor.gridx_photovoltaic). Remove and re-add the integration after updating.