The Nettigo Air Monitor can interface with the following ‘services’:
- Sensor.Community (I believe this is what used to be luftdaten.info?)
- madavi.de
- aqi.eco
- InfluxDB
- OpenSense Map
- Feinstaub App
- Your own API
- CSV output
Mine is currently connected to Sensor.Community (although I don’t see my data there yet), madavi.de and aqi.eco. I don’t know any of the other service destinations so I don’t know how useful they are.
Edit: The Own API sends JSON data, e.g.
{
"software_version": "NAMF-2020-45",
"age":"22",
"measurements":"24",
"uptime":"3673",
"sensordatavalues":
[
{"value_type":"SDS_P1","value":"1.80"},
{"value_type":"SDS_P2","value":"0.50"},
{"value_type":"HECA_temperature","value":"19.63"},
{"value_type":"HECA_humidity","value":"59.91"},
{"value_type":"HECA_Tdc","value":"0.00"},
{"value_type":"HECA_RHdc","value":"0.00"},
{"value_type":"HECA_dc","value":"0.00"},
{"value_type":"BME280_temperature","value":"18.46"},
{"value_type":"BME280_pressure","value":"96459.29"},
{"value_type":"BME280_humidity","value":"57.80"},
{"value_type":"samples","value":"109095"},
{"value_type":"min_micro","value":"1282"},
{"value_type":"max_micro","value":"237218"},
{"value_type":"signal","value":"-53"}
]
}
I’ve registered the sensor on community.sensors, although it took a Google search to locate the registration page. Not sure why it doesn’t seem to be linked to on the main pages. My data is being seen but I guess it takes a while before my station appears on the map.
Edit 2: My sensor is on the map, but it’s currently an indoor sensor so not shown unless you select to display indoor sensors. I need to work out where I can locate the sensor outdoors where there’s somewhere to get power nearby.