HomeKidd / ESP8266-HomeKit-Air-Quality-Sensor-Elgato-Eve-Room

ESP8266 based  Homekit Indoor Air Quality sensor that acts like Eve Room🌱
70 stars 8 forks source link

How to show the AirQuality stars? #2

Closed tobekas closed 4 years ago

tobekas commented 4 years ago

Which characteristics must be provided to show the new star-rating air quality in Eve instead of the text „Excellent“ „Good“,... (like in the 2015 Version?)?

HomeKidd commented 4 years ago

As i remember AirQuality Service as primary Service with VOC Density Characteristic and the old Eve characteristic for Eve Room, Temperature sensor Service with Current Temp characteristic and Status Fault characteristic, Humidity sensor Service with Current RH characteristic and Status Fault. And the Eve Log Service with all de necessary Characteristics! ✌️

tobekas commented 4 years ago

hm... I tried it with the HomeKit Accessory Simulator, but it just shows the old style. No stars...

HomeKidd commented 4 years ago

Mine is working with this setup 😳

Try to add Temp Display Unit characteristic to the Temp sensor service. As i remember this is required too for the new Room's display Also i'veE863F131 andE863F11D added to Log Service

tobekas commented 4 years ago

That's it! Characteristic "Temperature Display Units" makes the difference. Thanks!