Releases: Domochip/WDS18B20
v12.1.0 Switch to Tasmota
I'm now using tasmota firmware with little code modification described in the readme.
You need to flash and reconfigure completely your WDS18B20.
You can find Tasmota guides here: https://tasmota.github.io/docs/Getting-Started/
And DS18B20 configuration and commands here: https://tasmota.github.io/docs/DS18x20/
v1.3.3-3.3.4 Web Event
- Web pages isolation
- Remove TLS for MQTT
- Python 3 compatibility
- Add Event Source on status web page
- Update schematic: add Optional Power for large network
v1.2.4-3.3.1 D1 Mini - ESP8266 Arduino v2.5.0 - Base V1.2.4
- Changed to D1 Mini hardware
- MQTT management improved
- Home Automation Status improved
Updated to Base V1.2.4 :
- jQuery removed from webpages
- simpler WiFi code due to correction in ESP8266 Arduino
- don't try to reconnect to AP if WiFi client connected to this module
- Update to ArduinoJson 6
v1.1.6-3.2.2 Web and Core improvement
Update README
Switch to Base V1.1.6
- No More PowerShell
- GZIP and convertion to header done in python with platformIO
- Webpages small improvement
minor bugfix on MQTT topic
v1.0.6-3.2.1 Add MQTT + Conversion mechanism
MQTT protocol has been added.
Web UI improved a little with some help DIV.
Temperature conversion is scheduled and different access return last measurements (better performances).
v1.0.5-3.1.4 Code structure changed + SPIFFS
The base code structure changed.
Core and Wifi management has been extracted in Base code.
Application data has been merged into Application class
Configuration is now stored into file system SPIFFS. that will allow a better handle of version update/configuration evolution