Skip to content

1.14.1 [2019-12-31]

Latest
Compare
Choose a tag to compare
@mcspr mcspr released this 31 Dec 03:04
62ad7da

Fixed

Devices

Domoticz

  • Fix unresponsive switches, use proper datastructure to track state (#2034, #2040, #2049)

InfluxDB

  • Use sensor "report" instead of sending data each reading. Use async client, send data in batches (#2044, #2061)
  • Don't queue any new data while connecting

IR

  • Revert "ir: use proper methods" (#2066, thanks to @sehraf for reporting the issue)

OTA

  • Verify data stream and properly handle errors. Do not write to flash when any error was encountered. (#1835, #2067)

Sensor

  • Use different Broker instances for read and report data (#2061)

WebUI

  • Fix LED mode title style (#2038, thanks to @foxman69)
  • Properly handle websocket payloads when scheduler is disabled (#2050)
  • Fix colorpicker not working in RGB mode (#2043, #2053)
  • Remove some unused code from resulting image (#2053)

Added

Devices

  • Add GENERIC_E14, e14 rgb+w 4,5w (#2039, thanks to @orrpan)
  • Add support for LinkSprite R4 (#2042, thanks to @mpcusack)
  • Add support for eHomeDIY devices. (#2046, thanks to @user890104)
  • Add support for Magichome zj-wfmn-c-11 (#1999, #2051, thanks to @davebuk)
  • Add support for the LSC LED LIGHT STRIP from ACTION using a tuya chip. (#2065, thanks to @sehraf)
  • Add LOHAS_E26_A19, rename LOHAS_9W to LOHAS_E27_9W (#2068, thanks to @cro for providing A19 configuration)

Home Assistant

  • Try to avoid conflict with useCSS (#2075)

WebUI

  • WebUI fix change detection of input elements (#1986)

Changed

Build

  • Removed unneeded reference to Ticker library in RFBridge module

PlatformIO

  • Update latest Arduino core platform to 2.6.3 (#2069, thanks to @Niek)
  • Test espurna-core feature build (#2080)

Scripts

  • Using python3 by default in OTA manager
  • Force get_device_size to return an int in OTA manager
  • Beautify build script size output
  • ota.py version 0.4 (#2020)
  • Do not run test stages on tag in Travis CI (#2052)