mverleun / RTL433-to-mqtt

Publish info from RTL433 receiver to MQTT broker
GNU General Public License v3.0
94 stars 20 forks source link

Additional output #3

Closed AdamWhittingham closed 5 years ago

AdamWhittingham commented 5 years ago

I had a few issues when getting RTL433-to-mqtt up and running:

To try and help other avoid these snags, this PR:

  1. Changes the Docker base image to the Python 3.7 version, which is a drop in to fix compilation of RTL433
  2. Make the container print a more descriptive message to help debug the MQTT connection
  3. Print the exit code of RTL433 to help work out issues at that step too
  4. Made the auth a logging configurable from config.py instead of by editing the script, hopefully a step towards being able to share this image on Docker Hub

I hope this helps, and thank you for making & sharing such a useful tool!