Skip to content

Releases: grimmpp/home-assistant-eltako

Version 1.5.8 HA 2024.9 compatibility

11 Sep 10:06
f8d4e7d
Compare
Choose a tag to compare
  • Fixed dependency incompatibility with HA 2024.9
  • Tested new devices: FB55EB, FWZ12
  • Added EEP F6-01-01 and tested FMH1W
  • Added EEP A5-10-03 for current and target temperature
  • Added message-delay for GWs as config parameter
  • Cover motion fixed
  • Added auto-reconnect for GWs as config parameter
  • BugFix for LAN Gateway Connection

Version 1.5.1 Added Eltako Intgration into list of HACS

29 May 11:04
eea6950
Compare
Choose a tag to compare
  • Added Eltako Intgration into list of HACS

Version 1.5 MGW LAN Support

23 May 13:14
f84a66c
Compare
Choose a tag to compare

Version 1.4.3 Compatibility to HA 2024.5

13 May 21:37
9d15ade
Compare
Choose a tag to compare
  • 🐞 Incompatibility with HA 2024.5 fixed. (Cleaned up event loop synchronization)

Version 1.4.2 Added EEPs A5-30-01 and A5-30-03

11 Apr 20:38
dcbbde9
Compare
Choose a tag to compare
  • Added EEPs (A5-30-01 preferred) for digital input which is used in water sensor (FSM60B)

Version 1.4.1 Send Arbitrary Message Service added

31 Mar 21:51
011e068
Compare
Choose a tag to compare
  • Added Service for sending arbitrary EnOcean (ESP2) messages. Intended to be used in conjunction with Home Assistant Automations.
  • 🐞 Fix for TargetTemperatureSensor (EEP: A5-10-06 and A5-10-12)
  • 🐞 Fix for unknow cover positions and intermediate state + unit-tests added.
  • Unit-Tests added and improved for EEP A5-04-01, A5-04-02, A5-10-06, A5-10-12, A5-13-01, and F6-10-00.
  • EEP A5-04-03 added for Eltako FFT60 (temperature and humidity)
  • EEP A5-06-01 added for light sensor (currently twilight and daylight are combined in one illumination sensor/entity)
  • Bug fixes in EEPs (in eltako14bus library)

Version 1.4.0 ESP3 Support (USB300)

20 Mar 21:26
72b29ac
Compare
Choose a tag to compare
  • Docs about gateway usage added.
  • Added EEPs F6-02-01 and F6-02-02 as sender EEP for lights so that regular switch commands can be sent from Home Assistant.
  • ⚠ Changed default behavior of switches and lights to 'direct pushbutton top on' and 'left rocker' for sender EEP F6-02-01/-02
  • Logging prettified.
  • Added library for ESP3 (USB300 Support) => esp2_gateway_adapter
  • Better support for Teach-In Button

Version 1.3.8 Fixes and Smaller Imrovements

15 Mar 23:18
0a3dd55
Compare
Choose a tag to compare
  • Fixed window handle F6-10-00 in binary sensor
  • Added better tests for binary sensors
  • Fixed covers which behaved differently after introducing recovery state feature.
  • Added additional values (battery voltage, illumination, temperature) for A5-08-01 as sensor
  • Occupancy Sensor of A5-08-01 added as binary sensor
  • Improved ESP3 adapter for USB300 support. Sending telegrams works now but actuators are not accepting commands for e.g. lights - EEP: A5-38-08 😥
  • Teach-In buttons for lights, covers, and climate are available.
  • Static 'Event Id' of switches (EEP: F6-02-01 and F6-02-02) is displayed on entity page.
  • Docs about how to use logging added.
  • Updated docs about how to trigger automations with wall-mounted switches.

Version 1.3.7 Restore Device States after HA Restart

16 Feb 00:10
fbfe525
Compare
Choose a tag to compare
  • Trial to remove import warnings
    Reported Issue: #61
  • 🐞 Removed entity_id bug from GatewayConnectionState 🐞 => May require removing and adding gateway again ❗
  • Added state cache of device entities. When restarting HA entities like temperature sensors will show previouse state/value after restart.
    Reported Feature: #63

v1.3.6-prevent-message-overflow-for-fgw14usb

02 Feb 14:32
2a8f421
Compare
Choose a tag to compare

Version 1.3.6 Prevent Message overflow for FGW14-USB

  • 🐞 Wrong dependency in manifest for v1.3.5 🐞 v1.3.5 will be removed as release
  • Added info field for which button of a wall-mounted switch was pushed down
  • Added static info filed for device id
  • Fixes for ESP3 to ESP2 messages converter (Still not stable)
  • Message delay added to eltako14bus so that buffer overflow in FGW14-USB gets prevented. (When sending many messages, messages get lot.)
  • Down- and upwards compatibility for gateway descriptions added.