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

Add options for JSON payload and MQTT parameters, specify command line options, and various fixes #9

Closed crowbarz closed 4 years ago

crowbarz commented 4 years ago

Added option to publish EnOcean packet properties as a JSON object to MQTT Added option to specify MQTT client ID and keepalive timeout Added command line options to enable console debugging and redirect log file Fixed KeyboardInterrupt handling on Linux Terminate EnOcean and MQTT threads on exit

romor commented 4 years ago

Thanks for your contribution. A very useful extension.