You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
HAP Warning: Characteristic 00000093-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 0000008D-0000-1000-8000-0026BB765291. Adding anyway.
which I think is essentially saying the CO2 level isn't set up as a characteristic of the Air Quality service.
I'm new at this, and not sure how to test this w/ your index.ts, but I think adding CarbonDioxideLevel to airQualityService.setCharacteristic might fix it, based on another plugin I was playing with?
Hi, it appears the CarbonDioxideLevel characteristic is indeed not set to be used with an AirQuality service (https://developers.homebridge.io/#/service/AirQualitySensor), thus displaying this warning, but it should not prevent the plugin from working anyway. I'll silence the warning in a future version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get this warning when starting up:
HAP Warning: Characteristic 00000093-0000-1000-8000-0026BB765291 not in required or optional characteristics for service 0000008D-0000-1000-8000-0026BB765291. Adding anyway.
which I think is essentially saying the CO2 level isn't set up as a characteristic of the Air Quality service.
I'm new at this, and not sure how to test this w/ your index.ts, but I think adding
CarbonDioxideLevel
toairQualityService.setCharacteristic
might fix it, based on another plugin I was playing with?And perhaps the same for
StatusLowBattery
?The text was updated successfully, but these errors were encountered: