Skip to content

Releases: custom-components/sensor.airthings_wave

Deprecating project

03 Nov 17:23
067210d
Compare
Choose a tag to compare
v5.0.0

Update info.md

Merged Converted from the bluepy library to bleak library for bluetooth access

14 Jul 02:01
ef4d7ab
Compare
Choose a tag to compare

Solves breaking changes made by HA release 2022.7

What's Changed

  • Converted from the bluepy library to bleak library for bluetooth access by @B1ob in #87

Full Changelog: v3.1.1...v4.0.0

Adding support for Adjusting unit of measurement for sensors (2022.4)

10 Jun 17:30
d000d2e
Compare
Choose a tag to compare

Support for battery level for wave pluss device

05 Feb 19:25
e9175d9
Compare
Choose a tag to compare

Adds support for reading out battery voltage from the airthings wave pluss device.

new sensors added with batter level calculated from battery voltage.
The battery level sensor can be configured with two new optional parameters to set the 0% battery voltage and 100% battery voltage, the battery level is calculated linearly between those values.

Fix warning for deprecated function in HA 2021.12

13 Dec 20:10
0d5abd7
Compare
Choose a tag to compare
Merge pull request #69 from sverrham/master

Fix deprecated function, rename to new signature.

Add support for long-term statistics

11 Dec 19:56
85654ff
Compare
Choose a tag to compare
Merge pull request #66 from sverrham/master

Update manifest, new version including support for long-time statistics

Updated version # in manifest

16 Nov 20:21
9f46508
Compare
Choose a tag to compare
v3.0.3

Update manifest.json

Added escape clause to while loop to eliminate retries after successfull connection

16 Nov 20:11
a091fc1
Compare
Choose a tag to compare
Merge pull request #57 from TomTorger/nuc_connect_fix

added escape clause to while loop to eliminate retries after successfull connection: Closes #50 in my case

Error handling of connection issue

17 Mar 12:42
ffe540c
Compare
Choose a tag to compare

Better error handling of connection issue

Replaced unstable pygatt BLE library with bluepy.btle

16 Mar 01:45
cb9ff2f
Compare
Choose a tag to compare

Replaced unstable pygatt BLE library with bluepy.btle
Amazing work from our friend @sverrham !

Resolves:

  • When "mac" is provided, case causes entity duplicates #26
  • Only finding 1 WavePlus #33
  • Failed initial setup #42
  • Connection time out when restarting #46

If you experience any issues with this release, please log your issue here https://github.com/custom-components/sensor.airthings_wave/issues
You can easily revert back to version v2.9.1 by selecting "Reinstall" from this component's HACS kebab menu (aka three dots menu)