- 18 Jun, 2021 1 commit
-
-
Käppler authored
* The 'int' return signature and the comment 'Returns the number of remaining leds' sounds like the function would return its current countdown state. However, it only returns the number of remaining leds after the button was released. Thus change the type to 'bool' and return 'true' after a successful countdown * Do not use 1 as return value for night mode, because it is ambigous. Return 'false' instead.
-
- 07 Jun, 2021 2 commits
-
-
Eric Duminil authored
co2_sensor: Make co2 alert threshold configurable See merge request !11
-
Käppler authored
Previously, it was hardcoded to 2000 ppm, which remains the default value.
-
- 06 Jun, 2021 12 commits
-
-
Eric Duminil authored
Clarify documentation of `reset` command See merge request !9
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Käppler authored
The old wording 'sensor' for the whole controller can be misleading.
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
- 05 Jun, 2021 10 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
If calibration is finally reliable, let's update the version!
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
co2_sensor: Add console command for SCD30 reset See merge request !8
-
Eric Duminil authored
co2_sensor: Do not reset ESP after calibration See merge request !7
-
Käppler authored
-
Käppler authored
A soft reset of the SCD30 sensor, i.e. calling `SCD30.reset()` was added in commit fe023428 to force an instant update of the measurement interval after bootup. It seems, however, that the calibration value is not stored if the sensor is reset before carrying out at least one measurement after calibration. This breaks calibration with the current code, because the ESP (and then the SCD30) is reset directly after calibration.
-
- 19 May, 2021 1 commit
-
-
Eric Duminil authored
-
- 10 May, 2021 2 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
-
- 08 May, 2021 1 commit
-
-
Eric Duminil authored
-
- 07 May, 2021 2 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
-
- 05 May, 2021 5 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
* Trying 10s instead. * Adding warning if timestep < 10s Forced calibration should hopefully be more reliable now.
-
- 04 May, 2021 3 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
-
- 03 May, 2021 1 commit
-
-
Eric Duminil authored
-