opendata-stuttgart / feinstaub-map

http://opendata-stuttgart.github.io/feinstaub-map/
153 stars 50 forks source link

secondary data consumers for the measurements #29

Open seb-1204 opened 7 years ago

seb-1204 commented 7 years ago

Hi, I would like to push my measurements to other services e.g. temperature and humidity to wunderground.com Is that possible?

ricki-z commented 7 years ago

You can use the 'Eigene API' to implement a proxy, that sends the data to any other service. You can find a demo php script named 'data-simple.php' in the repo 'madavi-api' that you can modify as needed. The firmware space is very limited and we prefer to implement new sensors over adding more services (that can be implemented in the mentioned way).

hibbes commented 7 years ago

I took data-simple.php and modified it, so that it uploads the measurements to the wonderground-network. Feel free to take and improve it :-) https://github.com/hibbes/fein2wunder