kike-canaries / canairio_firmware

CanAirIO is a citizen science initiative. We are developing a mobile application that is able to set a PM2.5 or CO2 sensors, and other related sensors, as a fixed station using WiFi or mobile station with an smartphone by using a Bluetooth connection.
https://canair.io
GNU General Public License v3.0
104 stars 23 forks source link

Support for https://sensor.community/ (Luftdaten) #244

Open stsdc opened 1 year ago

stsdc commented 1 year ago

Wondering if sending data to third party services like https://sensor.community/ (Luftdaten) is on the ToDo list?

roberbike commented 1 year ago

This is the roadmap: https://github.com/orgs/kike-canaries/projects/1

With the app, you can route sensor data via MQTT to other platform.

hpsaturn commented 1 year ago

Thanks @roberbike. This roadmap is a little outdated, but I want to add that the Sensor Community support ever it has always been in the roadmap. For the moment yes, we can change the config to write via MQTT, but the idea is have a more easy switch or setting to publish to Sensor Community @stsdc

hpsaturn commented 1 year ago

Hi @stsdc I want integrate a new alternative to post to Luftdaten. I reviewed that they have an API REST with POST for publish the sensor data, but maybe do you know if they have a alternative using MQTT?

I did this question regarding a new CanAirIO CLI that I'm writing now, and I will glad if maybe we integrate this, like a new cloud alternative in this new serial setup CLI of CanAirIO:

screenshot20230212_134820

stsdc commented 1 year ago

I can presume, that they have only REST api. Since that's only thing they describe in the docs and everyone using only that.