Skip to content

Releases: oseiler2/CO2Monitor

v1.2.4

07 Aug 08:22
Compare
Choose a tag to compare

Commits

  • ade0d62: manual calibration, no auto AP (Oliver Seiler)
  • 9b4737a: Faster I2C CLK (Oliver Seiler)

v1.2.3

31 Jul 05:48
Compare
Choose a tag to compare

Commits

  • 5aec101: use single pwm channel for LEDs (Oliver Seiler)
  • 7fdb657: Fixed I2C::takeMutex (Oliver Seiler)
  • 45da002: single sensor loop task (Oliver Seiler)
  • 3cd232a: immdiately update on config change (Oliver Seiler)
  • 877d305: fix LEDs startup sequence (Oliver Seiler)

v1.2.2

26 Jul 05:00
Compare
Choose a tag to compare

Commits

  • aeceafa: Rename github workflows (Oliver Seiler)
  • bb30ad4: Added build status (Oliver Seiler)
  • 0141c36: fix config ui truncates input (Oliver Seiler) #13

v1.2.1

24 Jul 10:12
Compare
Choose a tag to compare

Commits

  • 96aafef: Github workflow (Oliver Seiler)
  • 066478c: Updated git-rev.py for workflows (Oliver Seiler)
  • eb3a111: Updated git-rev.py for workflows (Oliver Seiler)
  • 240b594: Merge branch 'main' of github.com:oseiler2/CO2Monitor (Oliver Seiler)
  • 23a1e2a: Fix release file name (Oliver Seiler)

Documentation, minor fixes and updates

22 Jul 04:46
Compare
Choose a tag to compare
  • TLS and other documentation updated
  • improved button press detection
  • use base64url instead of base64 for mac creation to avoid issues with using the mac in MQTT access control
  • updated dependencies and platform to latest versions

IAQ thresholds, ambient pressure and improved Docker

16 Jul 22:25
Compare
Choose a tag to compare
  • new thresholds for IAQ readings
  • renamed config values from [yellow|red|darkRed]Threshold to co2[Yellow|Red|DarkRed]Threshold and added iaq[Yellow|Red|DarkRed]
  • improved docker documentation and provisioning for Grafana
  • feed ambient pressure readings from BME680 to SCD30/SCD40 if present for improved accuracy.

MQTT mTLS support

15 Jul 22:29
c2d8a50
Compare
Choose a tag to compare
  • added support for MQTT TLS client authentication
  • minor bug fixes

Bugfixes

20 Jun 04:50
Compare
Choose a tag to compare
  • fix issue that stops entering '0' values on the UI configuration
  • fix invalid array index in HUB75 display

Minor bugfix for 32 row LCDs

10 Jun 05:52
Compare
Choose a tag to compare

Bugfix that stops a priority message blocking data updates for LCDs with 32 rows.

Initial release with semantic versioning

09 Jun 04:12
Compare
Choose a tag to compare

Some refinements around support for semantic versioning, better OTA support and TLS support for MQTT.