Openweather API

I am trying to fetch NO2 values from open weather’s Air Pollution API these are the configuration that I am using but the values are not getting updated. Any solution for this?

Hi,

Looking at the Air Pollution API docs your JSON path doesn’t match the API response data; something like this should work:

$.list[:0].components.no2

Also note that the API returns decimal values but our demo Environment Sensor asset is set to use Positive Integer for the NO2 attribute so you’ll need to create a new attribute.