M-TEC-API
M-TEC-API copied to clipboard
Error mqtt
Hi i get an message when starting MTEC_mqtt.py
pi@raspberrypi:~/M-TEC-API $ sudo python3 MTEC_mqtt.py
Traceback (most recent call last):
File "MTEC_mqtt.py", line 148, in <module>
main()
File "MTEC_mqtt.py", line 118, in main
if cfg['DEBUG'] == True:
KeyError: 'DEBUG'
what i'm doing wrong?
do i have to set mqtt Username & password?
regards Maik