michaelahern / homebridge-airthings

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

Radon tile does not show up #16

Closed rogerbl closed 2 years ago

rogerbl commented 2 years ago

All other tiles show up in the accessories view on Homebridge. I would like to see the Radon tile as well.

ninjas28 commented 2 years ago

I think only tiles that are Apple-defined services and characteristics will show up in the Homebridge accessories tab. I also don't see the air pressure tile and that's an Eve defined service. Would have to come up with a different way of showing the radon/air pressure data using a native Apple Homekit service to get it to show up I think.

michaelahern commented 2 years ago

I've added the option to use a HomeKit Leak Sensor as a Radon Sensor in the latest version (v0.7). It won't show the current Radon levels in the Apple Home app (you'd need to use a third-party HomeKit app), but you can configure the detection threshold and should be able to use the leak detected events for notifications and within automations. More details in the readme. Let us know if that helps!