Releases: grimmpp/home-assistant-eltako
Releases · grimmpp/home-assistant-eltako
Version 1.3.4 Improved FTS14EM and Gateway Support
- 🐞 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)
- 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)
- 🐞 Fixed Bug 🐞: Window handle status was not evaluated correctly
Version 1.3.0 Reliable Serial Communication
- 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
- 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
- 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
- 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
- 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
- Added read-only support for gateway Eltako FAM-USB
Version 1.1.2 - Configuration Cleanup
- 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.