You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).