embyt / enocean-mqtt

Receives messages from an enOcean serial interface (USB) and provides selected messages to an MQTT broker.
GNU General Public License v3.0
42 stars 21 forks source link

Improvment #11

Closed acutaia closed 4 years ago

acutaia commented 4 years ago

Dear romor , I've developed an asynchronous version of Python EnOcean built on asyncio. The High level API are the same of the previous library, but low level everything runs in an asynchronous thread so the performance are better. If you are interested take a look. enocean_async

romor commented 4 years ago

Thanks for the info. Looks promising.