Releases: mariolukas/Watterott-CO2-Ampel-Plus-Firmware
Releases · mariolukas/Watterott-CO2-Ampel-Plus-Firmware
v.3.0.1
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
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
v.2.1.0
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:
v.2.0.2
v.2.0.1
Fixes:
Credits:
Thanks to:
v.2.0.0
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:
Credits:
Thanks to
v.1.0.1
Fix:
- Firmware Version im Benutzer Interface hinzugefügt
v.1.0.0
First version.