robertklep / name.klep.homekitty

HomeyKit 3.0
14 stars 5 forks source link

Airquality not showing in HomeKit #48

Open jahnkenneth opened 1 year ago

jahnkenneth commented 1 year ago

(make sure you also edit the title)

Aqara TVOC sensor

...

Homey Model

Is it supported by HomeyKit?

Device Classes

Find the device here: https://tools.developer.homey.app/tools/devices

What are it's class, and virtual class (if it has one)?

Device Capabilities

(see above for where you can find these; please post ID, title and type)

IMG_2863

jahnkenneth commented 1 year ago

IMG_2864

robertklep commented 1 year ago

What does/did this device show with HomeyKit? As far as I know, that app never supported air quality.

HomeyKit only supports air quality based on the CO2 sensor, which your device doesn't have. The capability that you're showing thats related to air quality (measure_AirQualityLevel) is not a regular Homey capability but a custom one for the particular app you use to support the device.

HomeKitty doesn't support custom capabilities because I have no way of knowing what their value represents, and because two apps can implement the a custom capability with the same name yet use completely different values for it.