Skip to content

Releases: michaelahern/homebridge-airthings

v1.4.0

05 Oct 20:15
Compare
Choose a tag to compare

Major Changes

  • Added support for Airthings Wave Enhance devices @Morac2 [#45] [#46]

v1.3.1

08 Sep 20:22
Compare
Choose a tag to compare

v1.3.0

25 Aug 17:37
Compare
Choose a tag to compare

Minor Changes

  • Enabled code formatting and linting standards within the project
  • Enabled support for npm provenance statements
  • Various dependency version updates

v1.2.0

24 Aug 16:55
Compare
Choose a tag to compare

Minor Changes

  • Various dependency version updates

v1.1.0

10 Mar 00:49
Compare
Choose a tag to compare

Notable Changes

  • Ability to configure the sensors used to calculate the Air Quality sensor value [#30]
  • Set CO2 & Humidity characteristics under the Air Quality sensor [#36]
    • Note: This is not officially supported as per the HomeKit spec, but do appear to be visible in the Apple Home app.
  • Update VOC ppb to µg/m³ conversion logic to align with Airthings logic [#37]
  • Removed Node 16 support
  • Various dependency updates

v1.0.0

13 May 03:16
Compare
Choose a tag to compare

Notable Changes

  • Configurable CO2 detection threshold [#30]
  • Configurable debug logging to opt into sensor metric logging and reduce logging noise by default @davidjbradshaw [#27] [#33]
  • Improved validation logic when updating sensor values to prevent HomeKit exceptions and other errors @cgrazy @davidjbradshaw [#26] [#32]
  • Added Node 20 build and removed Node 14 build
  • Dependency version updates

v0.8.0

04 Dec 04:36
Compare
Choose a tag to compare

Notable Changes

  • Expanded min value range for the air pressure characteristic to account for higher altitude locations
  • Experimental support for the Airthings for Business API via a custom token scope config key [#20]
  • Dependency version updates

v0.7.0

05 Jul 00:15
Compare
Choose a tag to compare

Notable Changes

  • Continuous background refresh of sensor data on a configurable interval @ninjas28 [#14] [#15]
  • Optionally use a HomeKit Leak Sensor as a Radon Sensor [#16]
  • Documentation improvements

v0.6.0

26 Mar 20:33
Compare
Choose a tag to compare

Notable Changes

  • Experimental support for View Pollution and View Radon devices
    If you own one of these devices, please open an issue to report if it works or not..

v0.5.0

26 Mar 19:38
Compare
Choose a tag to compare

Notable Changes

  • Support for the Mold Risk Indicator sensor on Wave Mini [#6]
    Note: Mold risk is now factored into the Air Quality sensor status on Wave Mini devices, but its value is only visible in some apps (e.g. Eve)
  • Show current device battery level in Apple Home app @ninjas28 [#4] [#10] [#13]

Bug Fixes

  • Fix VOC Density sensor default max value limit in HomeKit @ninjas28 [#12]