Beim Ändern und Speichern der MQTT Polling Time scheint es ein Problem mit dem Datentyp zu geben.
Traceback (most recent call last):
File "/opt/loxberry/data/plugins/tinytuya/server/mqtt/mqtt_gateway.py", line 205, in
if last + mqttconfig['pollingtime'] < now:
TypeError: unsupported operand type(s) for +: 'int' and 'str'
Beim Ändern und Speichern der MQTT Polling Time scheint es ein Problem mit dem Datentyp zu geben.