Skip to content

Releases: mnordseth/enet-homeassistant

Resolve issue with events on mixed actuator and sensor devices like DVT_UP1AV

23 Aug 21:29
Compare
Choose a tag to compare
2024.8.2

Update device_entry for all devices, should solve issue for mixed sen…

Update manifest.json

05 Aug 10:21
97fdad8
Compare
Choose a tag to compare
Merge pull request #32 from gillmar/patch-1

Update manifest.json

Update manifest and make CT_1F01_DUMMY work again

14 Jul 18:47
Compare
Choose a tag to compare

Add switch domain, battery state and German translation

25 Jun 19:48
Compare
Choose a tag to compare
  1. Add Switch Domain:
    Actuators that are configured as switches (ChannelApplicationMode.SWITCHING) instead of light switches
    (ChannelApplicationMode.LIGHT_SWITCHING) or light dimmers (ChannelApplicationMode.LIGHT_DIMMING) will now correctly be
    represented as switches and not lights

    IMPORTANT: This is a breaking change für already existing entities with ChannelApplicationMode.SWITCHING, since they will be
    moved from light domain to switch domain. This results in the entities being newly created as switches, while the "old lights" will have
    to be removed manually from HA

  2. Add Battery State Sensor for devices that have one

  3. Added translation for German

Handle cover and tilt position of blinds

25 Jun 07:31
ce0d9ff
Compare
Choose a tag to compare

Thanks to Chris S for making a lot of improvements;

  • update to python 3.12 and HA 2024.5.4
  • added serial number to device infos
  • fix filter params when fetching devices from eNet-Server
  • added a set of static information I could retrieve from various eNet-Server API endpoints including infos about all Devices, Channels, DeviceFunctions, ValueTypes etc.
  • implemented the sub-package enet_data to retrieve the static information programmatically
  • replaced enet_devices.py with data and functionality from the enet_data package
  • Extended ActuatorChannel, SensorChannel and DeviceChannel to handle multiple input- and outputfunctions as well es device parameters
  • Extended Covers, Lights and Sensors with new functions
  • Code refactoring to improve reusability and readability of code
  • Consolidated multiple implementations of getDeviceInfo

Handle unknown events

18 Jun 21:53
Compare
Choose a tag to compare
v0.998

Add try/except around event handler

v0.997

14 Mar 10:09
Compare
Choose a tag to compare

Remove use of magic numbers in LightEntity which will be depricated in future HA version.

v0.996

27 Jan 20:05
Compare
Choose a tag to compare

Handle exceptions on unknown devices

Update to device trigger UI

29 Jun 07:37
Compare
Choose a tag to compare

Have both rocker buttons show up in UI

Filter out disabled outputfunctions

26 Jun 11:50
Compare
Choose a tag to compare
v0.994

Filter out disabled channels and outputfunctions