pimoroni / enviro

MIT License
101 stars 79 forks source link

Enviro AQI Score #213

Open Ubique88 opened 4 months ago

Ubique88 commented 4 months ago

Hello,

I am working on an integration with Home Assistant.

I am struggling with how I can produce an AQI score using MQTT.

The read out I am getting back is when listening to the MQTT messages are { "pressure": 955.76, "temperature": 21.1, "timestamp": "2024-03-01 10:54:17", "color_temperature": 3468, "device": "office", "humidity": 55.09, "luminance": 97 }

Its now showing even showing the Gas reading. Is there something I am missing?

Thanks

FashionFrame commented 1 month ago

You might want to check that your device has been flashed with the latest firmware, only versions after Version 0.0.7 have the calculated gas resistance & AQI

Ubique88 commented 1 month ago

Thanks will have a check.