Now that iHost 2.8.1. is stable its good to see the new Matter bridged devices like Light Sensor, Smoke Alarm and Air Quality.
I’ve created an Air Quality virtual sensor to show pm2.5 with no problem but as there’s no API documentation on this I’m struggling to configure how to indicate Air Quality level on a device tile (here Smartthings) i.e. here shown as Unknown, but should be “Good”, “Fair” etc
I’ve tried the permission and Settings as variations on
{
“capability”: “air-quality”,
“permission”: “1100”,
“settings”: {
“supportedValues”: {
“type”: “enum”,
“permission”: “01”,
“values”: [
“0”,“1”,“2”,“3”,“4”,“5”,“6”
]
}
}
}
but not working. Also tried values as Unknown", “Good”, “Fair”, “Moderate”, “Poor”, “VeryPoor”,
and “ExtremelyPoor” although that doesn’t seem logical
Perhaps @SuiKa could help here.









