michaelahern / homebridge-airthings

A Homebridge plugin for Airthings air quality monitors via the Airthings Consumer API.
ISC License
38 stars 6 forks source link

Direct connect to Airthings Wave Plus #25

Closed akellbl4 closed 1 year ago

akellbl4 commented 1 year ago

Arithings Wave Plus (and other sensors) has ability to connect via bluetooth and pull all of the metrics from it without going into the cloud. For example Airthings has repo that shows this ability.

I think this ability can be added to the package by reimplementaton of the package above into JS/TS. Could you consider adding such functionality to the package? (I'm willing to help with it)

michaelahern commented 1 year ago

There are a few existing Homebridge plugins that target Airthings Wave devices over Bluetooth. Have you tried any of these?

https://www.npmjs.com/search?q=keywords%3Ahomebridge-plugin%20airthings

akellbl4 commented 1 year ago

@michaelahern I didn't do broader search and that's my fault. Thank you for pointing to the package. So I think this issue is pointless.