Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.58 KB

itron.md

File metadata and controls

33 lines (24 loc) · 1.58 KB

Integration with the Itron Cloud

Device connections

The prototype AQ node connects to the control unit with a weather-resistant, standard type A/B USB cord. This cable provides power to the sensor array and supports communications with the control unit via emulated network interface.

Each prototype AQ node has the static IP address 10.20.0.2/24 and expects a network gateway with the IP address 10.20.0.1/24. The control unit is then configured with the static IP 10.20.0.1/24 (and a local DNS server to proxy requests from the AQ node).

Querying for data in real time

The Itron system controller generates and loads an ssh key onto the downstream air quality sensor node computer during initial device setup. Subsequently, the Itron controller issues remote shell commands (i.e. cat) via ssh to obtain new measurement values.

Key metrics are summarized in the table below; full descriptions of all metrics are available in this Excel™ file.

Metric description Units Current value file path
Barometric pressure mbar /run/aqnet/bmp280/P
Air temperature °C /run/aqnet/bmp280/T
Carbon dioxide (CO2 mixing ratio ppmv /run/aqnet/k30/CO2
Particulate (PM1) concentration µg/m3 /run/aqnet/opcn2/PM1
Particulate (PM2.5) concentration µg/m3 /run/aqnet/opcn2/PM2.5
Particulate (PM10) concentration µg/m3 /run/aqnet/opcn2/PM10