I am using Mosquitto broker Current version: 6.5.0
I’ve noticed my system log being spammed with the error listed below. I have tracked it down to the first 3 MQTT message listed below. I think what is happening is the first message cause an issue with demuxer and restart it. The next two are still being processed and I get 2 of the error messages listed below.
The messages come from an Acurite 5n1 Weather Station. Any suggestion on how to clean up my log files would be great.
Error Message in System Log:
2025-01-29 21:35:43.172 WARNING (MainThread) [homeassistant.components.automation.rtl433_mqtt_message_type_demuxer] MyIntMQTT: Already running
2025-01-29 21:35:43.179 WARNING (MainThread) [homeassistant.components.automation.rtl433_mqtt_message_type_demuxer] MyIntMQTT: Already running
MQTT Messages:
{"time" : "2025-01-30 05:35:42", "model" : "Acurite-5n1", "message_type" : 56, "id" : 2748, "channel" : "A", "sequence_num" : 0, "battery_ok" : 0, "wind_avg_km_h" : 0.000, "temperature_F" : 45.900, "humidity" : 99, "mic" : "CHECKSUM"}
{"time" : "2025-01-30 05:35:42", "model" : "Acurite-5n1", "message_type" : 56, "id" : 2748, "channel" : "A", "sequence_num" : 1, "battery_ok" : 0, "wind_avg_km_h" : 0.000, "temperature_F" : 45.900, "humidity" : 99, "mic" : "CHECKSUM"}
{"time" : "2025-01-30 05:35:42", "model" : "Acurite-5n1", "message_type" : 56, "id" : 2748, "channel" : "A", "sequence_num" : 2, "battery_ok" : 0, "wind_avg_km_h" : 0.000, "temperature_F" : 45.900, "humidity" : 99, "mic" : "CHECKSUM"}
{"time" : "2025-01-30 05:35:43", "model" : "Acurite-Tower", "id" : 16030, "channel" : "C", "battery_ok" : 0, "temperature_C" : 18.400, "humidity" : 51, "mic" : "CHECKSUM"}
{"time" : "2025-01-30 05:35:43", "model" : "Acurite-Tower", "id" : 16030, "channel" : "C", "battery_ok" : 0, "temperature_C" : 18.400, "humidity" : 51, "mic" : "CHECKSUM"}
{"time" : "2025-01-30 05:35:43", "model" : "Acurite-Tower", "id" : 16030, "channel" : "C", "battery_ok" : 0, "temperature_C" : 18.400, "humidity" : 51, "mic" : "CHECKSUM"}
{"time" : "2025-01-30 05:35:43", "model" : "Acurite-Tower", "id" : 2275, "channel" : "A", "battery_ok" : 0, "temperature_C" : 5.800, "humidity" : 73, "mic" : "CHECKSUM"}
{"time" : "2025-01-30 05:35:43", "model" : "Acurite-Tower", "id" : 2275, "channel" : "A", "battery_ok" : 0, "temperature_C" : 5.800, "humidity" : 73, "mic" : "CHECKSUM"}