Releases: IngoS11/ha-schluter
Releases · IngoS11/ha-schluter
v0.2.2
What's Changed
- Fixing deprecation warnings for 2025.1 by @jringuette in #74
- 2025.1 HA changes by @n2vsb in #77
- Adjustments for HA 2025-1 by @IngoS11 in #78
- Update README.md by @IngoS11 in #80
- Update README.md by @IngoS11 in #81
- Improvements 2025 by @IngoS11 in #79
New Contributors
- @jringuette made their first contribution in #74
- @n2vsb made their first contribution in #77
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
v0.1.9
v0.1.8
changes: v0.1.8
- added Thermostat Modes for Schedule, Manual, and Away modes to match Schluter UI
- added sensor for target temperature
- added sensor for power (Watt)
- added calculated sensor for energy (kWh) based on the last 60 readings from the Schluter API. This sensor resets when HA is restarted
- added sensor for price per kWh configurable on the Schluter device and Schluter UI
v0.1.7
change: v0.1.7
- Added sensor for power based on load_measured_watt attribute of the Schluter API.
The attribute seems to return always a value regardless of the state (idle, heating) of the thermostat. a check against the state of the thermostat is made and the power is only returned if the thermostat is in state heating.
v0.1.6
v0.1.5
v0.1.4
This version handles the expiration of a Schluter sessionid by checking the timestamp. If the timestamp is older than one day a new authentication is triggered generating a new sessionid. This counters the missing feature of long-lived tokens for API calls on the Schluter Side.