mnebuhr / smart-plant-care

Framework for a smart plant care project with Arduino, NodeJS, MQTTT and plants.
1 stars 0 forks source link

Concept for Units #16

Open FirstKlaas opened 6 years ago

FirstKlaas commented 6 years ago

Humidity and Temperature are using scaled integer values and moisture uses values from 0 to 100. Currently the moisture sensor multiplies the result by 100 to be consistent to humidity and temperature sensor so every sensor can use the pushSensorData function. We need a concept for different units or value types (Scaled100, Percentage, ...)