Skip to content

Releases: maierkomor/atrium

R2103

30 Mar 22:34
Compare
Choose a tag to compare
  • 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

28 Feb 08:54
Compare
Choose a tag to compare
  • 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

21 Jan 07:15
Compare
Choose a tag to compare
  • 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

28 Jun 13:15
Compare
Choose a tag to compare
  • 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

28 May 20:50
Compare
Choose a tag to compare
  • fix: some memory leaks
  • fix: esp8266_4m ptable addresses
  • enhancement: reduced use of temporary buffers

R2004

01 May 15:18
Compare
Choose a tag to compare

R2004:

  • fixed WPS and updated project files to use WPS for esp8266 projects

R2003

29 Mar 09:24
Compare
Choose a tag to compare
  • 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

01 Mar 14:08
Compare
Choose a tag to compare

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

15 Feb 11:28
Compare
Choose a tag to compare

First public release.