Skip to content

Releases: fabiovit/daze-dashboard

DAZE Dashboard 1.0 – First Stable Release

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 20:47
a0d77aa

⚡ DAZE Dashboard 1.0

First stable release.

DAZE Dashboard is now ready as a stable companion interface for the ha-daze
Home Assistant integration.

Highlights

  • Home Assistant setup wizard
  • Automatic ha-daze detection
  • Automatic DAZE entity discovery
  • Single config entry
  • Dedicated sidebar panel
  • Privacy-safe backend WebSocket architecture
  • Live charging power
  • 5-minute live power graph
  • Session energy
  • Live elapsed time
  • Live average power
  • Estimated session cost
  • Smart diagnostics
  • Overview / Diagnostics / Information views
  • UI configuration through Home Assistant Options
  • Auto / Dark / Light themes
  • Responsive desktop and mobile layout
  • Local Home Assistant icon and logo
  • Italian and English setup/options translations
  • No YAML required

Privacy

DAZE Dashboard does not hardcode or display personal Home Assistant entity IDs,
SSID values, wallbox serials, home names or room names.

Requirements

DAZE Dashboard requires:

https://github.com/rdndnl/ha-daze

HACS

Custom Repository:

https://github.com/fabiovit/daze-dashboard

Type:

Integration


DAZE Dashboard is an independent companion project and does not modify ha-daze.

DAZE Dashboard v0.7.0

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 19:25
ba02565

⚡ DAZE Dashboard v0.7.0

Live graph, session intelligence and UI configuration.

What's new

  • Native live power graph
  • Rolling 5-minute power history while the panel is open
  • Power samples every 5 seconds
  • Session energy
  • Live elapsed charging time
  • Live average charging power
  • Estimated session cost
  • Smart temperature diagnostic bars
  • Home Assistant Options Flow
  • No YAML required for dashboard preferences
  • Show/hide live graph
  • Show/hide session statistics
  • Show/hide diagnostics
  • Auto / Dark / Light panel themes

Architecture

DAZE Dashboard continues to receive its data through the privacy-safe backend
WebSocket API introduced in previous releases.

No additional DAZE cloud polling is introduced.

Privacy

No personal Home Assistant entity IDs, SSID values, wallbox serials, home names
or room names are displayed or hardcoded.

Requirements

DAZE Dashboard requires:

https://github.com/rdndnl/ha-daze

HACS

Custom Repository:

https://github.com/fabiovit/daze-dashboard

Type:

Integration


DAZE Dashboard is an independent companion project and does not modify ha-daze.

v0.6.0

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 19:10
c710dcf

⚡ DAZE Dashboard v0.6.0

Live dashboard experience update.

What's new

  • Added three dedicated views:
    • Panoramica
    • Diagnostica
    • Informazioni
  • Larger live charging power display
  • Dynamic accent colors based on wallbox state
  • Subtle charging pulse animation
  • Session energy directly in the hero
  • Live elapsed timer while charging
  • Improved visual hierarchy
  • Smart temperature diagnostics
  • System, fan and Wi-Fi status checks
  • Improved mobile layout

Architecture

DAZE Dashboard continues to use the backend WebSocket architecture introduced in v0.5.0.

The frontend receives logical DAZE values and does not discover or depend on Home Assistant entity IDs.

Privacy

No personal Home Assistant entity IDs, SSID values, wallbox serials, home names or room names are displayed or hardcoded.

Requirements

DAZE Dashboard requires:

https://github.com/rdndnl/ha-daze

HACS

Custom Repository:

https://github.com/fabiovit/daze-dashboard

Type:

Integration


DAZE Dashboard is an independent companion project and does not modify ha-daze.

DAZE Dashboard v0.5.0

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 18:54
76abea7

⚡ DAZE Dashboard v0.5.0

Major architecture update.

What's new

  • Moved DAZE entity discovery from JavaScript to the Python backend
  • Uses Home Assistant Entity Registry metadata
  • Uses stable ha-daze unique ID keys for entity discovery
  • Added dedicated backend entity mapping
  • Added live WebSocket subscription
  • Relevant DAZE state changes are pushed directly to the panel
  • Frontend no longer searches or depends on Home Assistant entity IDs
  • No additional DAZE cloud polling
  • Improved compatibility with renamed Home Assistant entities

Privacy

No personal Home Assistant entity IDs, home names, room names, wallbox serials
or custom helper entities are hardcoded or displayed.

Requirements

DAZE Dashboard requires:

https://github.com/rdndnl/ha-daze

HACS

Custom Repository:

https://github.com/fabiovit/daze-dashboard

Type:

Integration


DAZE Dashboard is an independent companion project and does not modify ha-daze.

DAZE Dashboard v0.4.0

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 18:38
09ac353

⚡ DAZE Dashboard v0.4.0

This release focuses on the live dashboard experience and privacy-safe presentation.

What's new

  • Larger live charging power display
  • Dynamic charging power bar
  • Human-friendly EVSE status labels
  • Cleaner charging hero
  • Improved system error presentation
  • Simplified diagnostic labels
  • Wi-Fi status no longer exposes the SSID
  • Wallbox prefix/serial removed from the visible UI
  • Cleaner footer with version and Powered by ha-daze

Privacy

DAZE Dashboard continues to use generic runtime entity discovery.

No personal Home Assistant entity IDs, home names, room names or wallbox serials are hardcoded in the project.

Requirements

DAZE Dashboard requires:

https://github.com/rdndnl/ha-daze

HACS

Custom Repository:

https://github.com/fabiovit/daze-dashboard

Type:

Integration


DAZE Dashboard is an independent companion project and does not modify ha-daze.

DAZE Dashboard v0.3.0

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 18:27
61e6a2b

⚡ DAZE Dashboard v0.3.0

This release introduces generic and privacy-safe DAZE entity discovery.

What's new

  • Generic runtime discovery of ha-daze entities
  • No personal Home Assistant entity IDs are hardcoded
  • Automatic wallbox prefix detection from the EVSE entity
  • Wallbox status
  • EVSE status
  • Charging power
  • Session energy
  • Charging current
  • Voltage
  • Maximum charging current
  • Grid current
  • System error
  • Fan status
  • Case temperature
  • Board temperature
  • Wi-Fi SSID
  • Energy tariff
  • Firmware version
  • Software version

Privacy

DAZE Dashboard does not include personal Home Assistant entity IDs, home names,
room names, wallbox serials, vehicle names or private helper entities.

Entity discovery happens locally at runtime inside Home Assistant.

Requirements

DAZE Dashboard requires:

https://github.com/rdndnl/ha-daze

HACS

Custom Repository:

https://github.com/fabiovit/daze-dashboard

Type:

Integration


DAZE Dashboard is an independent companion project and does not modify ha-daze.

DAZE Dashboard v0.2.1

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 18:00
9e66cdd

⚡ DAZE Dashboard v0.2.1

Hotfix release.

Fixes

  • Fixed Home Assistant startup failure while registering the DAZE sidebar panel
  • Removed the unsupported handle_safe_area argument from async_register_panel()
  • Improved compatibility with the current Home Assistant panel registration API
  • Updated frontend cache/version marker to 0.2.1

Requirements

DAZE Dashboard requires:

https://github.com/rdndnl/ha-daze

HACS

Custom Repository:

https://github.com/fabiovit/daze-dashboard

Type:

Integration


This release contains no major feature changes.

DAZE Dashboard v0.2.0

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 17:51
0a9df41

⚡ DAZE Dashboard v0.2.0

Documentation and distribution update.

What's new

  • Added direct references to the ha-daze companion integration
  • Added one-click HACS Custom Repository link
  • Added manual HACS installation instructions
  • Added GitHub, HACS, Home Assistant and license badges
  • Added credits to rdndnl/ha-daze
  • Added project architecture documentation
  • Added issue and support links
  • Corrected repository references to fabiovit/daze-dashboard

Requirements

DAZE Dashboard requires:

https://github.com/rdndnl/ha-daze

HACS

Add DAZE Dashboard as a Custom Repository:

https://github.com/fabiovit/daze-dashboard

Repository type:

Integration

DAZE Dashboard is an independent companion project and does not modify ha-daze.


This is still an early development release.

DAZE Dashboard v0.1.0

Choose a tag to compare

@fabiovit fabiovit released this 10 Aug 17:43
edbb2ca

⚡ DAZE Dashboard v0.1.0

First public development release.

This version lays the foundation of the project and introduces the initial architecture for a dedicated Home Assistant dashboard for DAZE EV chargers.

✨ Features

  • Initial Home Assistant custom integration
  • HACS-ready project structure
  • Sidebar panel registration
  • Initial frontend
  • Automatic DAZE entity detection (work in progress)
  • Config Flow
  • English and Italian translations

🚧 Status

This is an early development release intended for testing.

Many planned features are still under development, including:

  • Live charging dashboard
  • BYD integration
  • PV/Grid energy flow
  • Charging history
  • Diagnostics
  • Advanced UI

❤️ Roadmap

  • v0.2.0 – Entity coordinator
  • v0.3.0 – Charging overview
  • v0.4.0 – BYD support
  • v0.5.0 – Energy flow
  • v1.0.0 – Stable release

Thank you for testing DAZE Dashboard!