jerrod-lankford / GarageQTPi

An MQTT server for a raspberry pi garage door opener. Most commonly used as a HomeAssistant cover component.
MIT License
75 stars 36 forks source link

Error on first start #42

Closed SSSTREDDD closed 3 years ago

SSSTREDDD commented 3 years ago

pi@raspberrypi:~/GarageQTPi $ python main.py Welcome to GarageBerryPi! Traceback (most recent call last): File "main.py", line 48, in port = int(CONFIG['mqtt']['port']) TypeError: int() argument must be a string or a number, not 'NoneType'

SSSTREDDD commented 3 years ago

dummy me. needed to set up the config yaml properly. All good now.