vives-dust / framework

Software IoT stack for the LoRaWAN Micro Weather Station module
1 stars 0 forks source link

Add support for 'airTemperature' and 'soilTemperature' #162

Open sillevl opened 1 year ago

sillevl commented 1 year ago

New hardware v1.1 boards support air and soil temperature sensors. This information is currently not processed by the 'process' service. These values should be added to the influxdb database.

afbeelding

Older v1.0 devices don't send these values. airTemperature and soilTemperature will contain null values

afbeelding

https://github.com/vives-dust/framework/blob/3a552dee90f049661327075fb4aa2bbac27971c9/process/src/app.ts#L4-L23