changelog.txt 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. 2023-03-09
  2. - Sensors_OneWire: ignore value 85°C if last value <80 or >90 (filter 85 as it is used as error code)
  3. - Sensors_OneWire: increase precision to 12 bit
  4. - Sensors_OneWire: float values in web interface and MQTT
  5. - Sensors: fix bug not publishing OneWire values when DHT sensor is disabled
  6. - WebIF - Heatcontrol: hide Heat Curve and DHT sensor if disabled
  7. 2023-03-07
  8. - Sensors_DHT: changed log levels
  9. - Sensors_DHT: add option to disable DHT sensor
  10. - Sensors_DHT: make more settings pre-compile configurable
  11. - Scheduler: use millis for 100ms/1s/1m each, not nested any more
  12. 2023-03-06
  13. - fixed bug in config_set.ino - sensor configuration items were only available when compiled as variant thermostat
  14. - fixed web interface - conf UI sensors and heat control
  15. - moved one wire pre compile config to settings.h
  16. 2023-02-17 - 2023-03-03
  17. - huge code review, many changes to improve stability
  18. - basic multilanguage support (pre-compile option)
  19. - all strings used in program moved to header files and stored in progmem
  20. - nearly all modules/features are now pre-compile configurable via settings.h and/or build flags
  21. - move sensors configuration out of thermostat configuration as it will also be used in other firmware variants
  22. - firmware variant HEATCONTROL code complete and well tested (currently only language version DE is fully implemented)
  23. - firmware variant THERMOSTAT taken over from WiFiThermostat but not yet finished
  24. - other firmware variants as "WiFiBlinds" (UART to MQTT bridge) not yet implemented
  25. 2023-02-17
  26. - update arduinoWebSockets-2.1.4 -> arduinoWebSockets-2.3.6
  27. ##- update DHT-sensor-library-1.3.8 -> DHT-sensor-library-1.4.4
  28. ##- update Adafruit_Sensor-1.1.1 -> Adafruit_Sensor-1.1.7 (previously unused? necessary for DHT-sensor-library-1.3.8)
  29. ## --> reverted as often could not read DHT sensor with it. did not investigate why.
  30. - update ArduinoJson-6.13.0 -> ArduinoJson-6.20.1
  31. - update pubsubclient-2.7 -> pubsubclient-2.8
  32. - update Bounce2-2.52 -> Bounce2-2.71
  33. - building with ESP8266 Arduino Core v3.0.2 works now (but not tested much yet)
  34. - building with ESP8266 Arduino Core v3.1.1 works now (but not tested much yet)
  35. - FS: replaced deprecated SPIFFS with LittleFS
  36. - config: complete rework - now saves binary structs instead of overly complicated to maintain json files to file system
  37. - config: move secrets to its own struct, which is saved to "EEPROM" instead of file system to make extracting passwords much harder
  38. - config: improve XOR encryption of secrets
  39. 2023-02-01
  40. - started "universal" base firmware using code base of WiFiThermostat v0.7.1
  41. - merged with WiFiBlinds dev version (also initially starting from WiFiThermostat) which already had many improvements
  42. - make firmware variant configurable by pre-compile config switches