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

As discussed in #14. @kipe wrote: > Might need to change the `Packet.data` to `Packet.message` and create a new `Packet.data` to reflect the actual, documented data? This would be a...

enhancement
unit tests required
hardware testing required

Hi, I pair a Nodon In wall module with a Nodon windows switch and pairing is ok, the switch can control first relay module. I received this messages with enocean_example.py:...

question

Hi, I use this python library, and it works well. But i have a problem. I have 3 plug adapters (2 ubiwizz DO21-11B-E and 1 another, i can't find its...

help wanted
question
in progress

See issue #44 The examples really should handle exceptions and give out an error message of an unknown device instead of crashing.

enhancement

More specific issue, derived from #15. @romor wrote: > - in EnOcean, the sender address can be either a Unique ID (manufacturer chip-ID) or an address based on the Base-ID...

enhancement
in progress

So far I have a successful communication example of controlling an EnOcean actuator. I seem to be missing a Devce class which would represent a device. Use case example: 1....

enhancement
in progress

The suggested change will add two (read-only) properties to the `Communicator` class: - `chip_id()` which returns the modules chip id (if successful) and - `version_info()` which returns the modules version...

The property is necessary because i want to add teach-in support in the home assistant project. I already implemented the code, but without this property i would have to access...

Hi, I am using the enocean integration in Home Assistant, wich has been running fine for over a month. Out of a sudden, it chrashed on parsing an incoming packet...