Skip to content

Releases: grimmpp/home-assistant-eltako

Version 1.3.4 Improved FTS14EM and Gateway Support

21 Jan 11:43
73c3140
Compare
Choose a tag to compare
  • 🐞 ESP3 Serial Communicator bug fix 🐞
  • Support for FTS14EM sending switches (EEP: F6-02-01, F6-02-02) and contacts (EEP: D5-00-01) telegram. (There are different FTS14EM versions sending different message types. Depending on that you need to choose the correct EEP)
  • Added sender_eep A5-38-08 support for swtiches
  • Filter for EltakoPoll messages inserted so that those messages won't span the whole Home Assistant bus.
  • Gateway reconnect button added.
  • Info fields added for Gateway (Id, Base Id, Serialo Port Path, Connected State, Last Received Message Timestamp, Received Message Count)

Version 1.3.3 Added Temp and Humidity EEP (A5-04-01) and Occupancy Sensor (A5-07-01)

15 Jan 20:37
797e07e
Compare
Choose a tag to compare
  • Added support for EEP A5-04-01 and A5-07-01
  • Wrapper for ESP3 serial communication added. (It can automatically reconnect as well.) (Experimental Support)
  • Converter for ESP3 to ESP2 messages added

Version 1.3.2 Correction of Window Handle Positions (EEP F6-10-00)

06 Jan 09:24
f9e4c02
Compare
Choose a tag to compare
  • 🐞 Fixed Bug 🐞: Window handle status was not evaluated correctly

Version 1.3.0 Reliable Serial Communication

03 Jan 22:23
6b4ee75
Compare
Choose a tag to compare
  • Switched to new serial communication which automatically reconnect in case of temporary connection/serial port loss.
    E.g. USB cable can be disconnected and plugged back in again and it will automatically reconnect without manual HA restart.

Version 1.2.4 GUI for Automatic Config Generation started

03 Jan 21:52
8fb0010
Compare
Choose a tag to compare
  • Device and sensor discovery and automatic generation of configuration improved and GUI added (See docs)
  • 🐞 Fixed Bug 🐞: Device names fixed.
  • Improved config flow
  • Support for serial over ethernet added

Version 1.2.3 Support for Multiple Gateways

19 Dec 21:06
577a5de
Compare
Choose a tag to compare
  • Full support for gateway Eltako FAM-USB
  • Target temperature synchronization between climate panel in Home Assistant and thermostat implemented.
  • BaseId validation for gateways introduced. It will show warnings as output logs.
  • Device Id can be displayed in device name optionally.
  • Home Assistant eventing prepared to support more than one gateway
  • Introduced ids for gateways.
  • Manual installation of multiple gateways/hubs implemented.
  • ⚠ Breaking Changes ⚠
    • All devices get a new identifier. Unfortunately, all devices need to be deleted and recreated. History of data gets lost!!!
    • Configuration: 'id' in 'gateway' is mandatory. See docs
    • Events in Home Assistant for switch telegrams have got different event_ids. This affects automations reacting on old event ids. See docs
  • 🐞 Fixed Bug 🐞: Entity grouping for devices were broken.
  • Eltako FMZ14 is working and tested (Multifunction Time Relay)
  • Adjusted and extended device discovery to multi-gateway support
  • Windows support for device discovery added
  • Device discovery detects base id of FAM14 automatically
  • Device discovery detects a few registered sensors and puts them into the auto generated configuration.

Version 1.2.2 Support for Multiple Gateways

17 Dec 21:01
6520966
Compare
Choose a tag to compare
  • Full support for gateway Eltako FAM-USB
  • Target temperature synchronization between climate panel in Home Assistant and thermostat implemented.
  • BaseId validation for gateways introduced. It will show warnings as output logs.
  • Device Id can be displayed in device name optionally.
  • Home Assistant eventing prepared to support more than one gateway
  • Introduced ids for gateways.
  • Manual installation of multiple gateways/hubs implemented.
  • ⚠ Breaking Changes ⚠
    • All devices get a new identifier. Unfortunately, all devices need to be deleted and recreated. History of data gets lost!!!
    • Configuration: 'id' in 'gateway' is mandatory. See docs
    • Events in Home Assistant for switch telegrams have got different event_ids. This affects automations reacting on old event ids. See docs

Version 1.2.1 Support for Multiple Gateways

13 Dec 21:19
3071884
Compare
Choose a tag to compare
  • Full support for gateway Eltako FAM-USB
  • Target temperature synchronization between climate panel in Home Assistant and thermostat implemented.
  • BaseId validation for gateways introduced. It will show warnings as output logs.
  • Device ids can be displayed in device name optionally.
  • Home Assistant eventing prepared to support more than one gateway
  • Manual installation of multiple gateways/hubs implemented.
  • ⚠ Breaking Changes ⚠
    • All devices get a new identifier. Unfortunately, all devices need to be deleted and recreated. History of data gets lost!!!
    • Configuration: 'base_id' in 'gateway' in mandatory. See docs
    • Events in Home Assistant for switch telegrams have got different event_ids. This affects automations reacting on old event ids. See docs

Version 1.1.3 Read-only support for gateway Eltako FAM-USB

30 Nov 23:08
13ea1f9
Compare
Choose a tag to compare

Version 1.1.2 - Configuration Cleanup

29 Nov 23:53
f7734b9
Compare
Choose a tag to compare
  • Configuration keys were made consistent. Replaced '-' through '_'. This change may require adaptation to existing configurations.
  • Docs for configuration added
  • USB port for serial communication can be configured in gateway section.