Skip to content

Releases: mariolukas/Watterott-CO2-Ampel-Plus-Firmware

v.3.0.1

14 Dec 20:10
Compare
Choose a tag to compare

Refactoring:

  • Reduces default logging

Note:
This binary uses a hotfix in the WiFiWebServer library, which solves the "ERR_EMPTY_RESPONSE" issue. See: khoih-prog/WiFiWebServer#3 for further information.

v.3.0.0

13 Dec 20:32
Compare
Choose a tag to compare

Add:

  • the new webserver brings a small JSON interface which can be reached over http://[ampel_ip]>/status.json

Refactoring:

  • this version comes with a refactored WebServer. The webserver code is much cleaner now. This makes code changes/extensions more easy.
  • build requires now khoih-prog/WiFiWebServer (see Readme.md for further information)
  • the main HTML page updates the states without a page reload now

v.2.2.0

28 Feb 12:42
Compare
Choose a tag to compare

Add:

added mqtt topics for enable/disable co2-ampel options (led, buzzer) PR #21
added led enable/disable option to web frontend

Credits:

Thanks to:

@reibuehl for PR #21

v.2.1.0

16 Feb 20:20
Compare
Choose a tag to compare

Add:

added selection for MQTT protocol. JSON (default) and influxdb (supports https://github.com/mariolukas/Docker-CO2-Monitoring)

Fixes:

fixes float format for temperature values PR #14

Credits:

Thanks to:

@Jesse-Grass

v.2.0.2

29 Jan 20:46
a86af47
Compare
Choose a tag to compare

Fixes:

fixes mqtt connection issue PR #13

Credits:

Thanks to:

@reibuehl

v.2.0.1

27 Jan 16:41
Compare
Choose a tag to compare

Fixes:

  • fixes mqtt local ip address issue #10
  • fixes serial startup issue #9

Credits:

Thanks to:

v.2.0.0

26 Jan 23:25
3485701
Compare
Choose a tag to compare

Fixes:

  • Fixes the issue where the MQTT only starts if the Broker IP is 127.0.0.1 (PR #8 )
  • Use the available credentials for MQTT (PR #8 )

Added:

  • Add a volume parameter for the buzzer (PR #8 )
  • Add possibility to enable a debug log (PR #8)
  • Allow setting a default SSID and passwort without using the webinterface (PR #8 )
  • Added Support MQTT Username and Password (PR #6 )
  • added Setting for activating/deactivating buzzer (PR #6 )

Changes:

  • Refactor, improve code aesthetics (PR #8)
  • Update documentation and logging verbosity (PR #8)

Credits:

Thanks to

v.1.0.1

25 Nov 22:00
Compare
Choose a tag to compare

Fix:

  • Firmware Version im Benutzer Interface hinzugefügt

v.1.0.0

24 Nov 07:31
Compare
Choose a tag to compare

First version.