-
It would be good to be able to set offsets for measured values, for example temperature offsets to compensate for too high readings.
-
# TODO
- [x] Include in menu the selection for CO2 sensors others than SCD30 and SCD4x
- [x] Save sensor selection to preferences (NVR)
- [x] Include the necessary logic lo support sensor selecti…
-
See [forum request](https://www.letscontrolit.com/forum/viewtopic.php?p=51510#p51510)
Playground P178_SCD30.
TD-er updated
2 years ago
-
**Describe the problem you have/What new integration you would like**
I would like to add support for the Sensirion SCD40/41 CO2 sensor.
**Please describe your use case for this integratio…
-
I use the TTGO ESP32 board.
SCD30 library examples work with esp32 board software 2.0.0 but not with 2.0.1
SCD30 module is not found on i2c bus.
There is a bug opened on esp32 github, where they sa…
-
I used the sensor_tuning.ino example and when I set the measurement interval to 5 or 10 the return values are wrong.
For example if I set the interval to 5 seconds the output of
```
Serial.print…
-
**Describe the bug**
In the case of the SCD30 sensor the library erase the original value that the sensor have in memory.
The app have problems of sincronization with the value of altitude that the …
-
Hi there, thanks for this library.
I'm using the latest version (1.0.14) on a M5 Stack Core2 (ESP32) and things are working ok, except for the temperature offset. When I set a positive offset there…
-
Hi Team,
I have been recently working with SCD30 and found there was a difference in the measured and actual Temperature and CO2 of the environment as I used a precise measuring unit to measure re…
-
i follow this documentation
https://esphome.io/components/sensor/scd30.html
I have ESP32 NodeMCU and sensor SCD30
When i add "temperature_offset" like documentation, i have an error : [scd30:08…