Skip to content

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 28 Apr 21:57
  • Dispatch diagnostics (5): dispatch_energy_flow_direction (0x0889, human-readable string),
    dispatch_pv_switch (0x088A), freq_dispatch_flag (0x088F), freq_dispatch_power (0x0890),
    freq_dispatch_frequency (0x0891)
  • Battery cell health (3): battery_min_cell_voltage (0x0107), battery_max_cell_voltage (0x010A),
    battery_relay_status (0x0104)
  • Battery identity (5, disabled by default, 300s poll): battery_charge_cutoff_voltage (0x0113),
    battery_discharge_cutoff_voltage (0x0114), battery_module_count (0x0118),
    battery_capacity_kwh (0x0119), battery_type (0x011A)
  • PV total power (0x0453, uint32, disabled by default)
  • SOC calibration scheduling: soc_calibration_enable switch (0x1900),
    soc_calibration_cycle_mode select (0x1902, One-shot/Recurring),
    soc_calibration_cycle_days number (0x1903, 1-30 days)
  • Reset Energy Totals button (writes 1 to 0x1100 - clears lifetime energy counters)
  • dispatch_energy_flow_direction renders as string via _SENSOR_ENUM_LOOKUPS in sensor.py