Skip to content

v0.3.0 — controls + dashboard redesign + brand

Choose a tag to compare

@botts7 botts7 released this 10 Jun 11:32

Major UX update plus inline brand assets.

Added

  • Charger controls in the Add-on dashboard — Start / Stop / Lock / Unlock + 6 – 32 A max-current slider. Routed through a new `/api/command` proxy that whitelists actions before forwarding to the gateway.
  • Power-meter values — Mains voltage + House power tiles backed by a new `/api/meter` proxy (BAPI `r_dca`).
  • Dashboard redesign to match the gateway's dark theme — hero card with charging-state pill, big tabular-nums kW value, 4-tile stats grid (Session kWh / Mains V / House W / Max curr A), connection-status dots for BLE / WiFi / MQTT.
  • State-aware status mapping — full 0..18 charger status code → English label, status pill colour shifts to indicate charging / error / idle.
  • Schedule-paused banner with inline Resume button — amber warning above the controls when `r_dat.gen != 0` (manual override active). The Resume button calls the gateway's new `/api/command?action=resume` (`s_cmode {"mode":0}`).
  • Brand assets — `icon.png` (128×128) + `logo.png` next to `config.yaml` for the Add-on Store tile and sidebar header.

Fixed

  • Supervisor ingress URL handling — the previous build used absolute `/static/...` paths that broke inside the ingress tunnel. Switched to relative URLs for every asset + fetch.

Install

Sideload as a local Add-on:
```
Settings → Add-ons → Add-on Store → ⋮ → Repositories → paste this repo's URL
```
Then install "Wallbox BLE Gateway Manager" from the local list.