diff --git a/server/app.py b/server/app.py index d6b35c9..d36ac23 100644 --- a/server/app.py +++ b/server/app.py @@ -127,7 +127,7 @@ def start_mqtt_publishers(): topic = {"PiXelTubes/"+str(artNetPacket.universe)} # Publish the DMX value to the MQTT topic - mqtt_client.publish(topic, dmxPacket) + mqtt_client.publish(topic, str(dmxPacket)) except Exception as e: print(e) except KeyboardInterrupt: