Skip to content

v1.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Feb 23:14

Fixed

  • Refresh status: The Refresh Status button and evcnet.refresh_status service now call the portal GetStatus API before refreshing data; previously they only triggered a coordinator refresh and did not request fresh status from the charger.
  • Action services (refresh_status, soft_reset, hard_reset, etc.) are now registered with proper async handlers so the service calls are correctly awaited (fixes "coroutine was never awaited" warning in logs).

Changed

  • Refresh Status button now uses the same base class and execution flow as the other action buttons (API call, settle delay, coordinator refresh).