added debug

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-12 23:01:00 +01:00
parent 7651106ea8
commit c1d351a267
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ def mqtt_publisher(universe):
# Publish the DMX value to the MQTT topic
mqtt_client.publish(topic, payload=value, qos=0, retain=False)
print(str(universe+" "+channel+" "+value))
except Exception as e:
print(f"Error in universe {universe}: {e}")