Skip to content

Releases: IngoS11/ha-schluter

v0.2.1

08 Nov 02:54
6a70cbe
Compare
Choose a tag to compare

changes: v0.2.1

added re-authentication flow when authentication fails

v0.2.0

09 Aug 21:40
Compare
Choose a tag to compare

changes: v0.2.0

  • updated for Home Assistant 2023.7.0 and above

v0.1.9

08 Jul 03:06
Compare
Choose a tag to compare

change: v0.1.9

  • call coordinator update when changes are made to thermostat

v0.1.8

08 Jul 00:56
d103494
Compare
Choose a tag to compare

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

04 Jul 20:12
Compare
Choose a tag to compare

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

03 Jul 22:42
Compare
Choose a tag to compare

Added ZIP file to release

v0.1.5

03 Jul 06:18
Compare
Choose a tag to compare

changes: v.0.1.5

  • corrected timestamp comparison for sessionid renewal

v0.1.4

02 Jul 22:08
Compare
Choose a tag to compare

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.