sensebox / openSenseMap

Platform for storing and exploring sensor data
https://opensensemap.org
MIT License
99 stars 51 forks source link

Sensor names in OSM box .ino creation script #73

Closed christophfriedrich closed 8 years ago

christophfriedrich commented 8 years ago

When setting up a manually configured sense box with more than one temperature sensor, both sensors are assigned the same name (TEMPSENSOR_ID) in the mailed sensebox.ino file. Numbering (for example TEMPSENSOR2_ID) would be desirable.

Also, (at least) humidity and light (digital) sensors are named SENSOR1_ID (here numbering works) with their phenomenon only mentioned in a comment. Naming as done with temperature sensors would be desirable.

mpfeil commented 8 years ago

This is an issue of the API. I openend up a new issue here: https://github.com/sensebox/openSenseMap-API/issues/27 For updates check the issue over there.