Hello,
I recently added two AirGradient One sensors to my home and it generally works great and was easy to setup, thank you to the author of the Openhab binding! The only issue I’ve noticed so far is the TVOC value is not being picked up. I am using the local API on both sensors but the sensors are also uploading the AirGradient cloud service. I have manually browsed to the local sensor http://sensor_ip/metrics page and can see in the downloaded text that the TVOC values are present in the data, but the binding must be having a problem parsing it out. The value for the TVOC channel shows NULL, but I see the data in the response from the local device:
# HELP airgradient_tvoc_index The processed Total Volatile Organic Compounds (TVOC) index as measured by the AirGradient SGP sensor
# TYPE airgradient_tvoc_index gauge
airgradient_tvoc_index{} 102
# HELP airgradient_tvoc_raw The raw input value to the Total Volatile Organic Compounds (TVOC) index as measured by the AirGradient SGP sensor
# TYPE airgradient_tvoc_raw gauge
airgradient_tvoc_raw{} 30759
Is this a known issue?