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
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