- 25 Jan, 2022 1 commit
-
-
Eric Duminil authored
-
- 22 Jan, 2022 2 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
e.g. for local MQTT on port 1883 encryption will be on by default
-
- 01 Oct, 2021 4 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
- 08 Jul, 2021 1 commit
-
-
Eric Duminil authored
-
- 18 Jun, 2021 2 commits
-
-
Eric Duminil authored
A short red wheel is displayed after the LED countdown has been completed. It prevents a new countdown from starting, or night mode to be activated. Since a red wheel is displayed at the start of the calibration process anyway (until measurements are stable enough), it should hopefully not be too surprising.
-
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 1 commit
-
-
Käppler authored
Previously, it was hardcoded to 2000 ppm, which remains the default value.
-
- 06 Jun, 2021 7 commits
-
-
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
-
- 05 Jun, 2021 6 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
If calibration is finally reliable, let's update the version!
-
Eric Duminil authored
-
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 1 commit
-
-
Eric Duminil authored
-
- 08 May, 2021 1 commit
-
-
Eric Duminil authored
-
- 07 May, 2021 1 commit
-
-
Eric Duminil authored
-
- 05 May, 2021 4 commits
-
-
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
-
- 01 May, 2021 4 commits
-
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
-
Eric Duminil authored
could be useful, but hasn't been integrated yet.
-