Thread Closed
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Air Quality Monitor III - Overview
#3

AQM III - Usage Notes




Requesting data from the Air Quality Monitor III

Users can request data from the AQM-III by using some commands, usually in the form: IP Address / Command
Examples of recognized Commands:
 
  • 192.168.1.120/aqnow - Will return an webpage like illustrated on first post.

  • 192.168.1.120/dust - Will return Temperature, Humidity, Pressure and Air Quality data in JSON format.

  • 192.168.1.120/v1/current_conditions - This special command will return a full set of data (JSON formatted), compatible with the Davis AirLink Local API
 


Getting AQM III Air Quality data with CumulusMX

On CumulusMX go to Air Quality settings, add AirLink as Air Quality sensor.
On the AirLink config, just fill the IP address of your AQM III device. Left everything else blank.

 


Sending AQM III Air Quality data to Sensor Community

- First register your sensor on Sensor Community: https://devices.sensor.community/
- As type of sensor choose ESP32. Follow instructions presented during registering your sensor.
- After having your Sensor ID, set it on the AQM III software

Code:
// --------------------------------------------------------------------------------------
// sensor-community Credentials
//
// The AQM-III allows you to share Air Quality data from your location, with the sensor.community project.
// Your sensor and data will be show on a map: https://maps.sensor.community/#2/0.0/0.0
// Just register your sensor at https://devices.sensor.community/ and put here your Sensor_UID.
// --------------------------------------------------------------------------------------
const char* Sensor_UID = "esp32-xxxxxxxxxxxx"; // Put here the Sensor_UID registered at sensor-community

 


AQM-III usage with WeatherDuino Pro2 and 4Pro weather stations

There are some minor differences when a AQM-III is used with a Pro2 or a 4Pro weather station:

 
  • AQM-III used with a 4Pro weather station

    Scenario 1: The AQM-III is installed in a place with WiFi coverage
    The 4Pro weather stations can get Air Quality data from the AQM-III device using the WiFi network, so the AQM-III Standard Version is all you need.
    Of course you may also decide to use the version with a LoRa radio, and receive data by RF.

    Scenario 2: The AQM-III is installed in a place without WiFi coverage
    You will need the AQM-III equiped with a LoRa radio module.

    - The AQI standard defined on the AQI-III software is independent of the AQI Standard chosen on the 4Pro weather station.
 
  • AQM-III used with a Pro2 weather station

    - You will need the AQM-III equiped with a OOK radio module
    - The AQI standard defined on the AQI-III software, must match the AQI Standard chosen on the Pro2 weather station.
Thread Closed


Messages In This Thread
Air Quality Monitor III - Overview - by werk_ag - 06-04-2021, 03:30
RE: Air Quality Monitor III - by werk_ag - 13-05-2021, 22:44
RE: Air Quality Monitor III - Overview - by werk_ag - 16-05-2021, 05:22



Users browsing this thread: 1 Guest(s)