enocean
enocean copied to clipboard
Python library for EnOcean serial protocol
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...
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:...
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...
See issue #44 The examples really should handle exceptions and give out an error message of an unknown device instead of crashing.
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...
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....
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...