Skip to content

Release v1.8.0

Choose a tag to compare

@github-actions github-actions released this 28 Jan 02:28

Added

  • Support for devcode 2334 (EASUN 6.2KW Hybrid Solar Inverter) with sensor mappings and priority normalization (#8, thanks to @AndyTempleman for the CLI analysis data).
  • Support for devcode 2449 (EASUN 8/11KWA, WKS Evo MAX II 10kVA 48V) with sensor mappings, priority normalization, and operating mode handling (#6, thanks to @TheJudge01 and @mielune for the CLI analysis data).
  • New sensor definitions: Battery Charging Current, Battery Discharge Current, State of Charge, Output Frequency, Energy Today, Energy Total.

Fixed

  • Standardized sensor title casing across all devcode files (Output Frequency, State of Charge, Energy Today/Total now have proper SENSOR_TYPES metadata).
  • Resolved mypy type errors in data coordinator for devcode type narrowing.