Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

v1.1.0

Latest
Compare
Choose a tag to compare
@securechicken securechicken released this 31 Oct 08:53
· 1 commit to main since this release
  • Fixed: despite more exceptions-handling attempts, refreshing authentication during API announced validity delay still fails after some time. The automatic authentification refresh delay is now set to an arbitrary value (4h), shorter than API announced duration validity, and a full login is done again when authentication expires unexpectedly (will generate non-blocking error messages in logs).
  • Changed: stove alerts are now correctly displayed as warning in logs, using manufacturer-set error codes ("E7", etc.) instead of the alarm integer values stored in stove.
  • Changed: reported temperatures now have a 0.5°C precision, if available from stove.
  • Changed: stove data is now automatically refreshed every hour, even if no one is asking (so in case of error/freeze, last status in app is at most 1h-old).
  • Changed: stove data is now read in a different way from API (direct individual values reading instead of full "buffer" reading), resulting in less memory use, better responsiveness, and more reliability.

v1.0.3...v1.1.0