enocean icon indicating copy to clipboard operation
enocean copied to clipboard

Python library for EnOcean serial protocol

Results 35 enocean issues
Sort by recently updated
recently updated
newest added

Hi, I am using home assistant with the enocean integration. It works just fine for a 1-2 days then regularly I get the following exception: ERROR (Thread-3) [enocean.communicators.SerialCommunicator] Serial port...

Hi, I came here from a different smart home system which wasn't working for my use case. Many things need to be transferred to mqtt. So I found https://github.com/embyt/enocean-mqtt which...

The lib is working great and well written, so here is my addition of secure teach-in and secure PTM. This adds - RORG constants for the secure modes - the...

If the EEP specifies a command but none is passed to the decoding function, attempt to extract the correct command index from the packet instead. This ensures that received packets...

I am trying to use this library to switch an Eltako FL62 and FD62 (in the context of Home Assistant) but without success so far. I've studied the corresponding [official...

Although this project might be abandoned, I was hoping someone would be able to help me getting this code to work. I am unable to get any lights to switch...

This adds the EEP D2-14-41; a multi-function sensor. It has been running fine at my setup fine for a couple of months now.

After reading discussion in #72 I followed a different approach to integrate enocean esp2 protocol messages. Based on the work of stoney, re-used from the open PR https://github.com/kipe/enocean/pull/78/files#diff-bcf3908433bf40bcb17727cba4377f97e937a7bbddea6d871d3de521b28607cc As I...

hardware testing required

Hi, Is your library still maintened ? Are you accepting pull request ?

does your code support enocean repeaters? only the status byte should be modified by the repeater. all other bytes should remain original.