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
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: