So I bought a sensor off amazon (Opuorcy Tuya Wifi Air Quality Monitor) shows up in HA as (TS0601 by _TZE200_mja3fuja) and ( zhaquirks.tuya.air.ts0601_smart_air.TuyaSmartAirSensorGPP)
Checking the diagnostics, the only section that has the same number in the value is as follows -
},
"0x042b": {
"endpoint_attribute": "formaldehyde_concentration",
"attributes": {
"0x0000": {
"attribute_name": "measured_value",
"value": 0.000368
}
},
With the dashboard showing a much larger number (368 ppm), which would actually be extremely bad healthwise. So I am more inclinded to think the value is actually 0.000368 and its just being shown incorrectly in the dashboard?
In the readme that came with the sensor it says the range of that sensor is 0-10 mg/m3 so what is HA reporting, PPM or mg/m3…? and is it 368 or 0.000368?
Where do I edit the measurement label and the decimal value its supposed to have?