Skip to content

Releases: jeremynoesen/homebridge-dyson-bp01

1.9.4

09 Aug 22:38
Compare
Choose a tag to compare
  • Updated tsconfig for node 16
  • Updated runner node version to node 16

1.9.3

08 Aug 04:44
Compare
Choose a tag to compare

Fixed funding link and description

1.9.2

06 Aug 19:15
Compare
Choose a tag to compare

Fixed capitalization in some messages

1.9.1

06 Aug 18:46
Compare
Choose a tag to compare
  • Serial Number is no longer required since it is only a visual setting. This used to crash Homebridge if this option was purposefully deleted.
  • The minimum supported Homebridge version is now 1.6.1 due to security issues in older versions.
  • The minimum supported Node version is now 16 to match verified plugin requirements.
  • Bumped other dependencies

1.9.0

27 Jul 13:24
Compare
Choose a tag to compare
  • Check for sensor updates significantly less often
  • Oscillation can now only be toggled when fan is on
  • Turning fan off will now wait for states to finish updating instead of turning off immediately
  • Made delay between signals slightly longer
  • Fixed sensor decimal precision
  • Lots of internal refactoring
  • Bumped dependencies

1.8.2

06 Apr 14:19
Compare
Choose a tag to compare

Fix dependencies to match engine requirements

1.8.1

05 Apr 01:29
Compare
Choose a tag to compare

Minor code and documentation cleanup

1.8.0

04 Apr 04:52
Compare
Choose a tag to compare

Sensor values are no longer saved to disk with the fan states, since they do not need to persist across reboots. This greatly reduces disk IO. It is recommended (but not required) that you delete the persist file for the accessory in your homebridge persist directory to ensure the old sensor data is not kept around and repeatedly read/written when the fan states update. You would also have to redo the fan hardware setup.

1.7.10

31 Mar 04:27
Compare
Choose a tag to compare
  • Bumped dependencies
  • Fixed required Homebridge and Node versions
  • Clarified which sensors get exposed in the readme and config UI
  • Code formatting

1.7.9

27 Mar 03:00
Compare
Choose a tag to compare
  • Bumped dependencies
  • Condensed some conditionals
  • More logo cleanup