kike-canaries / canairio_sensorlib

Particle sensor manager for multiple sensors: Honeywell, Plantower, Panasonic, Sensirion, etc. This is sensors layer of CanAirIO project too.
https://canair.io/docs/sensorlib.html
GNU General Public License v3.0
37 stars 12 forks source link

Av/i116 kelvin support #176

Closed hpsaturn closed 11 months ago

hpsaturn commented 11 months ago

Description

Added Kelvin and Fahrenheit units support on environment and CO2 sensors. This new feature is automatic for this kind of sensors when the user choose some one of these units.

Configurartion via CLI:

kset tunit 0 => Celsius (default) kset tunit 1 => Fahrenheit kset tunit 2 => Kelvin

Related Issues

116

Tests