Releases: mnordseth/enet-homeassistant
Resolve issue with events on mixed actuator and sensor devices like DVT_UP1AV
Update manifest.json
Merge pull request #32 from gillmar/patch-1 Update manifest.json
Update manifest and make CT_1F01_DUMMY work again
Thanks gillmar
Add switch domain, battery state and German translation
-
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 lightsIMPORTANT: 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 -
Add Battery State Sensor for devices that have one
-
Added translation for German
Handle cover and tilt position of blinds
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
v0.998 Add try/except around event handler
v0.997
v0.996
Update to device trigger UI
Have both rocker buttons show up in UI
Filter out disabled outputfunctions
v0.994 Filter out disabled channels and outputfunctions