Skip to content

v1.4.0

Choose a tag to compare

@hoizi89 hoizi89 released this 06 Mar 13:03

What's New

Bug Fixes

  • Fix stuck active state (#1): Added periodic state re-evaluation every 30 seconds. If the power sensor reports 0W but the state machine was stuck at "active", it now correctly transitions back to "off".
  • Fix runtime tracking always showing "unknown" (#3): Live session duration sensor now updates every 30 seconds during active sessions instead of only on state transitions.
  • Fix German weekday labels (#2): Schedule configuration now shows English weekday names (Monday-Sunday) instead of German.
  • Fix German strings in auto-off sensor: Attribute texts changed from German to English ("Inactive", "Timer running").

New Features

  • Energy entity is now optional (#2): Not all smart plugs report energy (kWh). You can now set up the integration with only a power (W) sensor. Session energy tracking will be unavailable but everything else works.
  • Auto-off after standby (#2): New option to automatically turn off the switch after it has been in standby for X minutes. Useful for devices that stay in standby indefinitely after finishing (e.g., chargers, media players). Configure via Options → Auto-Off Timer.

Notes

  • Fully backwards compatible — existing installations will continue to work without changes
  • Entity names remain multilingual (German + English) via translation files
  • New features are disabled by default

Addressed Issues

  • #1 Device marked as active at 0 Power
  • #2 Auto-off after standby / Energy sensor mandatory / German weekdays
  • #3 Problems of tracking session time