Releases: maierkomor/atrium
Releases · maierkomor/atrium
R2103
- workaround for LWIP/MQTT crashing with multiple publish requests
- reduction of RAM consumption
- integrated cyclic into inetd
- replaced LWIP MQTT with own MQTT implementation
- syslog logging without dedicated task
- syslog sends messages from dmesg buffer
(i.e. if dmesg is big enough, you get the complete boot log)
R2102
- fix Influx submission of structured run-time data
- make dimmer period configurable
- better handling of magic value of hw.cfg
- added backup mechanism for configuration
- 1-wire docu update and fixes
- make ws2812b on ESP8266 work
- relay should publish its status to mqtt
- fix storage update rejected when running on app2
R2101
- new one firmware for many use-cases concept
- hardware/driver configuration is now done at boot-time
- optional on-line CLI for driver configuration
- new timer concept
- new event/action concept
- added touchpad support for ESP32
- added onewire support for ESP32
- new atriumctrl.py tool for broadcasting e.g. holidays to devices
- added support for sending data to an Influx DB
- complete MQTT rework
- configurable debugging
- more flexible help system (help pages can now be in ROMFS)
- CLI for GPIO access
R2006
- enhancement: influx tunable intervals
- enhancement: sntp should use domainname to determine server IP
- enhancement: added support for vacation periods
- enhancement: syslog should use logging infrastructure
- enhancement: reordered startup
- enhancmennt: upgrade to idf release/v3.3 for esp8266
- fix: some MQTT issues
- fix: exit in telnet session may cause crash
- fix: leaking socket
- fix: on holidays only holiday actions should be performed
R2005
- fix: some memory leaks
- fix: esp8266_4m ptable addresses
- enhancement: reduced use of temporary buffers
R2004
R2004:
- fixed WPS and updated project files to use WPS for esp8266 projects
R2003
- mqtt should resolve hostnames
- at should check time boundaries
- fix: de/activate buttons not working on alarms.html
- ota could be more verbose on telnet
- fixed32 encoded IPs should be output in dot notation as ASCII
- WFC minimum version updated to R2003
R2002
R2002:
- added option to restore relay state on power-up
- added command to modify MAC addresses
- fix: version not picked up correctly from repository
- hostname must be possible to query without privileges
- added support to set domainname, use domainname for host lookups
- changed setupenv.sh to pick esp8266/v3.2 idf, because
v3.3 produces corrupt OTA binaries
R2001
First public release.