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

Allow multiple configs, later overriding the former #6

Closed sttts closed 5 years ago

sttts commented 5 years ago

Makes it easier to split security sensitive user+password from device configs.

I also added a Dockerfile for Raspberry. The docker images for pypy do not support arm (right now, looks like they did longer ago). I switched them to the normal python image.

romor commented 5 years ago

Thanks. Very useful.