Skip to content

v1.1.1

Compare
Choose a tag to compare
@mskg mskg released this 07 Feb 10:17
· 47 commits to master since this release

Major Changes and Improvements

Change: Optimized device identification (#34)

Now, all devices are available that support the target_temperature capability.

Fix: Target temperatures are not changing (#22, #23, #38)

Workarounds for issues while using CapabilityInstance. Code is now using setCapabilityValue, with exponential retries. This seems to work quite stable.

Change: Architectural rewrite

Large parts of the UI have been reworked to workaround issues on iOS Safari: Input focus, wrong resizing for fixed divs, blocking of scrolling behind popups, ...

Minor Changes

User Interface

  • Change: Current temperature page shows better formatting and a comparison between temperature and setpoint values #27
  • Add: Unnamed plan is displayed as long as the plan has no name #28
  • Add: Heating modes can now be changed from the overview page #33
  • Fix: Removed unnecessary "/" in header of a dialog #36
  • Change: All setpoints now always show temperature with .0 digits #35
  • Add: Toasts are shown after important actions e.g. save, remove, ... #17
  • Fix: Copied schedules are now correctly aligned to the day #19

App

  • Add: Mode changes are now posted to the timeline #33
  • Add: Zone and devices changes are now honored, no App restart required #16

Backend

  • Fix: Api logging is now also correctly reset when flipping settings #37