Skip to content

Version 6.1.2 Bugfixes, Climate, NTP with daylight savings, Bell

Latest
Compare
Choose a tag to compare
@kevinkk525 kevinkk525 released this 01 Sep 10:23

Changes

  • [BELL] 2 different modules, one for usage with interrupts, the other for polling using uasyncio. They are interchangeable. Support for detecting an AC signal when bell is ringing.
  • [NTPTIME] Support for daylight savings (summer/winter time). Note: time may be wrong for a few hours on the day of the time change.
  • [SENSORS] Support for publishing readings as retained
  • [TOOLS] support 1M esp8266 module, remove deprecated files
  • [CLIMATE] support using one target_temp with tolerance instead of temp_high and temp_low
  • sys_vars: fix DEVICE_NAME being only used on unix port

Next major release

The next major release will have full support for the pyboard D.

Release files

ESP8266

Attached is a compiled firmware for esp8266 with heap increased by 6kB and Micropython 1.12 daily updates. One firmware for 4MB modules and one for 1MB modules like the sonoff devices.

ESP32

No firmware file but the precompiled .mpy files that can be directly uploaded to the esp. Either by "rshell rsync/cp -r" or using an ftp server.
The .py files are not recommended to upload directly as compiling on the device takes some time and a lot of RAM.