mverleun / RTL433-to-mqtt

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

NameError: name 'subtopic' is not defined #9

Open juergenschubert opened 4 years ago

juergenschubert commented 4 years ago

Connecting with authentication Starting RTL433 MQTT: Connected Found Rafael Micro R820T tuner

Tuned to 433.920MHz.

Traceback (most recent call last): File "./rtl2mqtt.py", line 97, in subtopic += "/" + str(value) NameError: name 'subtopic' is not defined

gazzat5 commented 4 years ago

I also have this issue :(