diff --git a/src/mqtt_methods.py b/src/mqtt_methods.py index 35a40af..0fe6269 100644 --- a/src/mqtt_methods.py +++ b/src/mqtt_methods.py @@ -26,6 +26,7 @@ def handle_status_message(client, userdata, message): topic=message.topic, payload=message.payload.decode() ) + LOGGER.info(data) try: ids = data['topic'].replace(f"{config.MQTT_STATUS_TOPIC}/", "").split("/") if len(ids) == 1: