The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
Analog sensors that return raw values should read percentage like 0.0 ~ 100.0, instead of integer values like 0 ~ 1023 (current implementation).
Therefore if we get different or more accurate ADCs we don't need to rewrite second-level virtual sensors like TemperatureHighVirtualSensor, LightFlashVirtualSensor, etc.
Not urgent, but should change at some point, and upgrade all devices together in order to avoid confusion on sensor readings.
Analog sensors that return raw values should read percentage like 0.0 ~ 100.0, instead of integer values like 0 ~ 1023 (current implementation). Therefore if we get different or more accurate ADCs we don't need to rewrite second-level virtual sensors like TemperatureHighVirtualSensor, LightFlashVirtualSensor, etc.
Not urgent, but should change at some point, and upgrade all devices together in order to avoid confusion on sensor readings.