Skip to content

v0.1.40

Choose a tag to compare

@mrebbert mrebbert released this 04 Jun 17:18

What's New

A small docs-and-tooling release. No new code, entities or services.

New blueprint: notify_connectivity_lost.yaml

Pairs with the v0.1.38 connectivity sensors (site, inverter, heat pump, meter, wallbox). Fires a notification when the chosen sensor stays OFF for a debounce duration (default 5 minutes — filters brief cloud reconnects). The default message templates {{ trigger.to_state.name }}, so a single import covers any of the five sensors — instantiate one automation per sensor you want to watch.

Import URL:

https://github.com/mrebbert/1komma5-ha/blob/main/blueprints/automation/onekommafive/notify_connectivity_lost.yaml

README: Energy Dashboard setup

A new top-level section explains how to wire each integration sensor into the Home Assistant Energy Dashboard:

  • Grid consumption / return / solar / battery in / battery out
  • Per-device tracking for heat pump, EV charger, AC, household
  • Grid pricing via electricity_cost (no static price field needed — already integrates the live dynamic price including negative slots)
  • Return-to-grid revenue via feed_in_revenue

README: reordered for discoverability

The "Features" section (~300 lines of entity reference tables) used to come before Installation, so a new user had to scroll past 8 screens of tables to find out how to install. The new order surfaces the action-required content first:

  1. Disclaimer
  2. Installation
  3. Configuration
  4. Energy Dashboard setup
  5. Example Dashboard
  6. Blueprints
  7. Entities (renamed from Features)
  8. Services & Events (lifted to its own H2 — was a sub-section of Features)
  9. Requirements / Technical Details / Development / Credits

No content was removed or shortened — only reordered, renamed and split.

Tooling

  • onekommafive floor bumped to >=0.1.22. The release adds an optional CLI token cache; this integration doesn't consume it. The bump just keeps the pin honest to the latest tested SDK.

Full changelog

See CHANGELOG.md.