Z2M Zigbee devices do not update

Hi

I have HASS running on a RPI 4 and recently switched from SD card to SSD. This change went fine, only the Zigbee2MQTT app did not start afterwards. I don’t know how I fixed it, maybe a few restarts helped. But now the app is running and I see all my Zigbee divices which all received a initial value, but have not update since.

Example of a dashboard with some temperature sensors that worked fine before the change.

Any ideas how to resolve this?

It sounds like your title could be “Z2M Zigbee devices do not update”, rather than MQTT.

The usual reinstall issue is connecting Z2M to the virtual serial device the Zigbee coordinator uses, especially if you have not updated HAOS for a while, or are using virtualisation.

It would help the community to help you if you gave details such as:

  • Install type (HAOS, VM, etc)
  • Zigbee coordinator type (ZBT-2, etc)
  • Versions

The usual reinstall issue for real MQTT devices is new hardware getting a new IPv4 address, but you have not mentioned new hardware just new storage.

Post your Z2M config. I’m only interested in the part where you specify the path & adapter, so no need to paste the entire file.

I suspect your issue is that you’re using a USB coordinator & that you used the device path instead of the serial by ID path. Device path is subject to change if you plug in another usb device like your SSD, so it’s either that, a power issue or, more likely, an interference problem.

USB3 causes massive interference for zigbee usb coordinators. You need to use a usb extension cable & move your coordinator as far away from the SSD as possible.

If it’s none of the above, then you need to isolate the problem.
If the Z2M interface shows updates & there’s no errors in the logs, then the issue is in your mqtt broker.
If there’s errors in the Z2M logs, then it’s a Z2M problem & you need to share the logs.

1 Like

Good idea - especially if the problem is intermittent. Here’s a video demonstration of the USB-3 issue on a RPi:

Changed the title.
I am running HAOS on a RPI4 with a SONOFF Zigbee 3.0 USB-dongle Plus.
The RPI has a fixed IP address, this hasn’t changed. The only new hardware is a SSD via a USB adapter that is plugged in. I checked the serial port, and it is still exactly the same.

serial:
  baudrate: 115200
  rtscts: false
  port: >-
    /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0
  adapter: zstack

I’ve checked, and it still looks correct. I use the ‘by-id’ path.

I will test this if I can find a cable.
The Zigbee dongle and SSD are now 10 cm apart.

I don’t see any activity in Zigbee2MQTT.

Only a very old log.

How do I upload the logfile? There is no such option here.

You can copy the text & paste it here. Format it in code tags (like you did for your Z2M config) so you won’t end up with a wall of text.

My money’s still on interference though. Once you get your hands on an extension cable, restart Z2M & look at the logs. If it still doesn’t come back up, post them here.

I extended the USB cable of the dongle, it is now 1 m away from the SSD.
Restarted HASS, but nothing seems to have changed.

This is my Zigbee2MQTT log.
Seems like the devices are sending updates, but the values in the payloads remain the same.

[2026-05-05 16:03:19] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777989799140,"os":{"load_average":[0.59,0.58,0.57],"memory_used_mb":1448.16,"memory_percent":38.1772},"process":{"uptime_sec":321006,"memory_used_mb":114.71,"memory_percent":3.0242},"mqtt":{"connected":true,"queued":0,"published":1376,"received":149},"devices":{"0x001788010f9bee43":{"messages":6,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9ca7be":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9bf844":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0}}}'
[2026-05-05 16:13:19] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777990399142,"os":{"load_average":[0.73,0.7,0.62],"memory_used_mb":1446.82,"memory_percent":38.1421},"process":{"uptime_sec":321606,"memory_used_mb":114.71,"memory_percent":3.0242},"mqtt":{"connected":true,"queued":0,"published":1378,"received":149},"devices":{"0x001788010f9bee43":{"messages":6,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9ca7be":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9bf844":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0}}}'
[2026-05-05 16:23:19] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777990999142,"os":{"load_average":[0.64,0.8,0.74],"memory_used_mb":1461.39,"memory_percent":38.526},"process":{"uptime_sec":322206,"memory_used_mb":114.71,"memory_percent":3.0242},"mqtt":{"connected":true,"queued":0,"published":1380,"received":149},"devices":{"0x001788010f9bee43":{"messages":6,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9ca7be":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9bf844":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0}}}'
[2026-05-05 16:33:19] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777991599143,"os":{"load_average":[0.46,0.64,0.69],"memory_used_mb":1450.68,"memory_percent":38.2437},"process":{"uptime_sec":322806,"memory_used_mb":114.71,"memory_percent":3.0242},"mqtt":{"connected":true,"queued":0,"published":1382,"received":149},"devices":{"0x001788010f9bee43":{"messages":6,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9ca7be":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9bf844":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0}}}'
[2026-05-05 16:43:19] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777992199143,"os":{"load_average":[0.62,0.69,0.71],"memory_used_mb":1449.46,"memory_percent":38.2117},"process":{"uptime_sec":323406,"memory_used_mb":114.71,"memory_percent":3.0242},"mqtt":{"connected":true,"queued":0,"published":1384,"received":149},"devices":{"0x001788010f9bee43":{"messages":6,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9ca7be":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9bf844":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0}}}'
[2026-05-05 16:53:19] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777992799153,"os":{"load_average":[0.7,0.58,0.64],"memory_used_mb":1453.62,"memory_percent":38.3213},"process":{"uptime_sec":324006,"memory_used_mb":114.71,"memory_percent":3.0242},"mqtt":{"connected":true,"queued":0,"published":1386,"received":149},"devices":{"0x001788010f9bee43":{"messages":6,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9ca7be":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9bf844":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0}}}'
[2026-05-05 17:03:19] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777993399162,"os":{"load_average":[0.48,0.57,0.61],"memory_used_mb":1452,"memory_percent":38.2785},"process":{"uptime_sec":324606,"memory_used_mb":114.71,"memory_percent":3.0242},"mqtt":{"connected":true,"queued":0,"published":1388,"received":149},"devices":{"0x001788010f9bee43":{"messages":6,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9ca7be":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0},"0x001788010f9bf844":{"messages":5,"messages_per_sec":0,"leave_count":0,"network_address_changes":0}}}'
[2026-05-05 17:03:48] info: 	zh:zstack:znp: Port closed
[2026-05-05 17:03:48] info: 	zh:zstack:znp: closing
[2026-05-05 17:03:48] error: 	z2m: Adapter disconnected, stopping
[2026-05-05 17:03:48] info: 	z2m: Stopping Zigbee2MQTT (restart=false, code=2, signal=undefined)
[2026-05-05 17:03:48] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"offline"}'
[2026-05-05 17:03:48] info: 	z2m: Disconnecting from MQTT server
[2026-05-05 17:03:48] info: 	z2m: Stopping zigbee-herdsman...
[2026-05-05 17:03:48] info: 	z2m: Stopped zigbee-herdsman
[2026-05-05 17:03:48] info: 	z2m: Stopped Zigbee2MQTT
[17:03:49] INFO: Preparing to start...
[17:03:50] INFO: Socat not enabled
[17:03:50] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-05-05 17:03:53] info: 	z2m: Logging to console, file (filename: log.log)
[2026-05-05 17:03:54] info: 	z2m: Starting Zigbee2MQTT version 2.10.0 (commit #unknown)
[2026-05-05 17:03:54] info: 	z2m: Starting zigbee-herdsman (10.0.7)
[2026-05-05 17:03:54] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-05-05 17:03:54] error: 	z2m: Error while starting zigbee-herdsman
[2026-05-05 17:03:54] error: 	z2m: Failed to start zigbee-herdsman
[2026-05-05 17:03:54] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-05-05 17:03:54] error: 	z2m: Exiting...
[2026-05-05 17:03:54] error: 	z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0
[17:03:55] INFO: Preparing to start...
[17:03:55] INFO: Socat not enabled
[17:03:56] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-05-05 17:03:59] info: 	z2m: Logging to console, file (filename: log.log)
[2026-05-05 17:03:59] info: 	z2m: Starting Zigbee2MQTT version 2.10.0 (commit #unknown)
[2026-05-05 17:03:59] info: 	z2m: Starting zigbee-herdsman (10.0.7)
[2026-05-05 17:03:59] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-05-05 17:03:59] error: 	z2m: Error while starting zigbee-herdsman
[2026-05-05 17:03:59] error: 	z2m: Failed to start zigbee-herdsman
[2026-05-05 17:03:59] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-05-05 17:03:59] error: 	z2m: Exiting...
[2026-05-05 17:03:59] error: 	z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0
[17:04:00] INFO: Preparing to start...
[17:04:01] INFO: Socat not enabled
[17:04:01] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-05-05 17:04:04] info: 	z2m: Logging to console, file (filename: log.log)
[2026-05-05 17:04:04] info: 	z2m: Starting Zigbee2MQTT version 2.10.0 (commit #unknown)
[2026-05-05 17:04:04] info: 	z2m: Starting zigbee-herdsman (10.0.7)
[2026-05-05 17:04:05] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-05-05 17:04:05] error: 	z2m: Error while starting zigbee-herdsman
[2026-05-05 17:04:05] error: 	z2m: Failed to start zigbee-herdsman
[2026-05-05 17:04:05] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-05-05 17:04:05] error: 	z2m: Exiting...
[2026-05-05 17:04:05] error: 	z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0
[17:04:06] INFO: Preparing to start...
[17:04:06] INFO: Socat not enabled
[17:04:07] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-05-05 17:04:10] info: 	z2m: Logging to console, file (filename: log.log)
[2026-05-05 17:04:10] info: 	z2m: Starting Zigbee2MQTT version 2.10.0 (commit #unknown)
[2026-05-05 17:04:10] info: 	z2m: Starting zigbee-herdsman (10.0.7)
[2026-05-05 17:04:10] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-05-05 17:04:10] error: 	z2m: Error while starting zigbee-herdsman
[2026-05-05 17:04:10] error: 	z2m: Failed to start zigbee-herdsman
[2026-05-05 17:04:10] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-05-05 17:04:10] error: 	z2m: Exiting...
[2026-05-05 17:04:10] error: 	z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0
[17:04:11] INFO: Preparing to start...
[17:04:11] INFO: Socat not enabled
[17:04:12] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-05-05 17:04:15] info: 	z2m: Logging to console, file (filename: log.log)
[2026-05-05 17:04:15] info: 	z2m: Starting Zigbee2MQTT version 2.10.0 (commit #unknown)
[2026-05-05 17:04:15] info: 	z2m: Starting zigbee-herdsman (10.0.7)
[2026-05-05 17:04:15] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-05-05 17:04:15] error: 	z2m: Error while starting zigbee-herdsman
[2026-05-05 17:04:15] error: 	z2m: Failed to start zigbee-herdsman
[2026-05-05 17:04:15] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-05-05 17:04:15] error: 	z2m: Exiting...
[2026-05-05 17:04:15] error: 	z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0
[17:04:16] INFO: Preparing to start...
[17:04:17] INFO: Socat not enabled
[17:04:17] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-05-05 17:04:20] info: 	z2m: Logging to console, file (filename: log.log)
[2026-05-05 17:04:20] info: 	z2m: Starting Zigbee2MQTT version 2.10.0 (commit #unknown)
[2026-05-05 17:04:20] info: 	z2m: Starting zigbee-herdsman (10.0.7)
[2026-05-05 17:04:21] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-05-05 17:04:21] error: 	z2m: Error while starting zigbee-herdsman
[2026-05-05 17:04:21] error: 	z2m: Failed to start zigbee-herdsman
[2026-05-05 17:04:21] error: 	z2m: Check https://www.zigbee2mqtt.io/guide/installation/20_zigbee2mqtt-fails-to-start_crashes-runtime.html for possible solutions
[2026-05-05 17:04:21] error: 	z2m: Exiting...
[2026-05-05 17:04:21] error: 	z2m: Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0
[17:04:22] INFO: Preparing to start...
[17:04:22] INFO: Socat not enabled
[17:04:23] INFO: Starting Zigbee2MQTT...
Starting Zigbee2MQTT without watchdog.
[2026-05-05 17:04:25] info: 	z2m: Logging to console, file (filename: log.log)
[2026-05-05 17:04:26] info: 	z2m: Starting Zigbee2MQTT version 2.10.0 (commit #unknown)
[2026-05-05 17:04:26] info: 	z2m: Starting zigbee-herdsman (10.0.7)
[2026-05-05 17:04:26] info: 	zh:zstack:znp: Opening SerialPort with {"path":"/dev/serial/by-id/usb-ITead_Sonoff_Zigbee_3.0_USB_Dongle_Plus_f67af1e6a46bef11910e97adc169b110-if00-port0","baudRate":115200,"rtscts":false,"autoOpen":false}
[2026-05-05 17:04:26] info: 	zh:zstack:znp: Serialport opened
[2026-05-05 17:04:29] info: 	z2m: zigbee-herdsman started (resumed)
[2026-05-05 17:04:29] info: 	z2m: Coordinator firmware version: '{"meta":{"maintrel":1,"majorrel":2,"minorrel":7,"product":1,"revision":20210708,"transportrev":2},"type":"ZStack3x0"}'
[2026-05-05 17:04:29] info: 	z2m: Sonoff_temperature_sensor_living_room (0x44e2f8fffe231c37): SNZB-02P - SONOFF Temperature and humidity sensor (EndDevice)
[2026-05-05 17:04:29] info: 	z2m: Sonoff_temperature_sensor_master_bedroom (0x44e2f8fffe337716): SNZB-02P - SONOFF Temperature and humidity sensor (EndDevice)
[2026-05-05 17:04:29] info: 	z2m: Sonoff_temperature_sensor_guest_room (0x187a3efffe39313f): SNZB-02P - SONOFF Temperature and humidity sensor (EndDevice)
[2026-05-05 17:04:29] info: 	z2m: Sonoff_temperature_sensor_childrens_room (0xa49e69fffe71d0e9): SNZB-02P - SONOFF Temperature and humidity sensor (EndDevice)
[2026-05-05 17:04:29] info: 	z2m: Sonoff_temperature_sensor_attic (0xa49e69fffe710566): SNZB-02P - SONOFF Temperature and humidity sensor (EndDevice)
[2026-05-05 17:04:29] info: 	z2m: Sonoff_temperature_sensor_garage (0x187a3efffec62e12): SNZB-02P - SONOFF Temperature and humidity sensor (EndDevice)
[2026-05-05 17:04:29] info: 	z2m: Sonoff_temperature_sensor_bathroom (0xa49e69fffe70f264): SNZB-02P - SONOFF Temperature and humidity sensor (EndDevice)
[2026-05-05 17:04:29] info: 	z2m: Hue_spot_quin_3 (0x001788010f9bee43): 8720169392540 - Philips Hue Essential White and Color Ambiance GU10 (Router)
[2026-05-05 17:04:29] info: 	z2m: Hue_spot_quin_2 (0x001788010f9bf844): 8720169392540 - Philips Hue Essential White and Color Ambiance GU10 (Router)
[2026-05-05 17:04:29] info: 	z2m: Hue_spot_quin_1 (0x001788010f9ca7be): 8720169392540 - Philips Hue Essential White and Color Ambiance GU10 (Router)
[2026-05-05 17:04:29] info: 	z2m: Currently 10 devices are joined.
[2026-05-05 17:04:29] info: 	z2m: Connecting to MQTT server at mqtt://core-mosquitto:1883
[2026-05-05 17:04:29] info: 	z2m: Connected to MQTT server
[2026-05-05 17:04:29] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/state', payload '{"state":"online"}'
[2026-05-05 17:04:29] info: 	z2m: Started frontend on port 8099
[2026-05-05 17:04:29] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_living_room', payload '{"battery":100,"humidity":27.5,"humidity_calibration":null,"linkquality":99,"temperature":25.2,"temperature_calibration":null,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_master_bedroom', payload '{"battery":100,"humidity":33.8,"humidity_calibration":0,"linkquality":63,"temperature":21.7,"temperature_calibration":0,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_guest_room', payload '{"battery":100,"humidity":16.3,"humidity_calibration":0,"linkquality":99,"temperature":37.7,"temperature_calibration":0,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_childrens_room', payload '{"battery":100,"humidity":37.2,"humidity_calibration":null,"linkquality":54,"temperature":21.2,"temperature_calibration":null,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_attic', payload '{"battery":100,"humidity":34.7,"humidity_calibration":null,"linkquality":123,"temperature":26.1,"temperature_calibration":null,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_garage', payload '{"battery":100,"humidity":33.6,"humidity_calibration":0,"linkquality":105,"temperature":20.9,"temperature_calibration":0,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_bathroom', payload '{"battery":100,"humidity":31.7,"humidity_calibration":0,"linkquality":15,"temperature":24.9,"temperature_calibration":0,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Hue_spot_quin_3', payload '{"brightness":254,"color":{"x":0.5026,"y":0.4153},"color_mode":"color_temp","color_temp":447,"color_temp_startup":447,"effect":null,"effect_color":null,"effect_speed":null,"linkquality":81,"power_on_behavior":null,"state":"ON","update":{"installed_version":16780552,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Hue/100B-0129-01000D06-Light-EFR32MG26.zigbee","latest_version":16780550,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Hue_spot_quin_2', payload '{"brightness":254,"color":{"x":0.5026,"y":0.4153},"color_mode":"color_temp","color_temp":447,"color_temp_startup":447,"effect":null,"effect_color":null,"effect_speed":null,"linkquality":72,"power_on_behavior":null,"state":"ON","update":{"installed_version":16780552,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Hue/100B-0129-01000D06-Light-EFR32MG26.zigbee","latest_version":16780550,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Hue_spot_quin_1', payload '{"brightness":254,"color":{"x":0.5026,"y":0.4153},"color_mode":"color_temp","color_temp":447,"color_temp_startup":447,"effect":null,"effect_color":null,"effect_speed":null,"linkquality":81,"power_on_behavior":null,"state":"ON","update":{"installed_version":16780552,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Hue/100B-0129-01000D06-Light-EFR32MG26.zigbee","latest_version":16780550,"state":"idle"}}'
[2026-05-05 17:04:30] info: 	z2m: Zigbee2MQTT started!
[2026-05-05 17:04:35] info: 	z2m:mqtt: MQTT publish: topic 'homeassistant/binary_sensor/1221051039810110150109113116116_0x00124b0032d43826/connection_state/config', payload '{"default_entity_id":"binary_sensor.zigbee2mqtt_bridge_connection_state","device":{"hw_version":"ZStack3x0 20210708","identifiers":["zigbee2mqtt_bridge_0x00124b0032d43826"],"manufacturer":"Zigbee2MQTT","model":"Bridge","name":"Zigbee2MQTT Bridge","sw_version":"2.10.0"},"device_class":"connectivity","entity_category":"diagnostic","name":"Connection state","object_id":"zigbee2mqtt_bridge_connection_state","origin":{"name":"Zigbee2MQTT","sw":"2.10.0","url":"https://www.zigbee2mqtt.io"},"payload_off":"offline","payload_on":"online","state_topic":"zigbee2mqtt/bridge/state","unique_id":"bridge_0x00124b0032d43826_connection_state_zigbee2mqtt","value_template":"{{ value_json.state }}"}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_living_room', payload '{"battery":100,"humidity":27.5,"humidity_calibration":null,"linkquality":99,"temperature":25.2,"temperature_calibration":null,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_master_bedroom', payload '{"battery":100,"humidity":33.8,"humidity_calibration":0,"linkquality":63,"temperature":21.7,"temperature_calibration":0,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_guest_room', payload '{"battery":100,"humidity":16.3,"humidity_calibration":0,"linkquality":99,"temperature":37.7,"temperature_calibration":0,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_childrens_room', payload '{"battery":100,"humidity":37.2,"humidity_calibration":null,"linkquality":54,"temperature":21.2,"temperature_calibration":null,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_attic', payload '{"battery":100,"humidity":34.7,"humidity_calibration":null,"linkquality":123,"temperature":26.1,"temperature_calibration":null,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_garage', payload '{"battery":100,"humidity":33.6,"humidity_calibration":0,"linkquality":105,"temperature":20.9,"temperature_calibration":0,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sonoff_temperature_sensor_bathroom', payload '{"battery":100,"humidity":31.7,"humidity_calibration":0,"linkquality":15,"temperature":24.9,"temperature_calibration":0,"update":{"installed_version":8704,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Sonoff/snzb-02p_v2.2.0.ota","latest_version":8704,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Hue_spot_quin_3', payload '{"brightness":254,"color":{"x":0.5026,"y":0.4153},"color_mode":"color_temp","color_temp":447,"color_temp_startup":447,"effect":null,"effect_color":null,"effect_speed":null,"linkquality":81,"power_on_behavior":null,"state":"ON","update":{"installed_version":16780552,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Hue/100B-0129-01000D06-Light-EFR32MG26.zigbee","latest_version":16780550,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Hue_spot_quin_2', payload '{"brightness":254,"color":{"x":0.5026,"y":0.4153},"color_mode":"color_temp","color_temp":447,"color_temp_startup":447,"effect":null,"effect_color":null,"effect_speed":null,"linkquality":72,"power_on_behavior":null,"state":"ON","update":{"installed_version":16780552,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Hue/100B-0129-01000D06-Light-EFR32MG26.zigbee","latest_version":16780550,"state":"idle"}}'
[2026-05-05 17:06:52] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Hue_spot_quin_1', payload '{"brightness":254,"color":{"x":0.5026,"y":0.4153},"color_mode":"color_temp","color_temp":447,"color_temp_startup":447,"effect":null,"effect_color":null,"effect_speed":null,"linkquality":81,"power_on_behavior":null,"state":"ON","update":{"installed_version":16780552,"latest_release_notes":null,"latest_source":"https://raw.githubusercontent.com/Koenkk/zigbee-OTA/master/images/Hue/100B-0129-01000D06-Light-EFR32MG26.zigbee","latest_version":16780550,"state":"idle"}}'
[2026-05-05 17:14:29] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777994069836,"os":{"load_average":[0.46,0.92,0.89],"memory_used_mb":1345.59,"memory_percent":35.4733},"process":{"uptime_sec":606,"memory_used_mb":107.28,"memory_percent":2.8281},"mqtt":{"connected":true,"queued":0,"published":51,"received":85},"devices":{}}'
[2026-05-05 17:24:29] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/health', payload '{"response_time":1777994669834,"os":{"load_average":[0.94,0.76,0.8],"memory_used_mb":1353,"memory_percent":35.6687},"process":{"uptime_sec":1206,"memory_used_mb":107.28,"memory_percent":2.8281},"mqtt":{"connected":true,"queued":0,"published":53,"received":85},"devices":{}}'
[2026-05-05 17:30:18] info: 	z2m: Successfully changed options
[2026-05-05 17:30:18] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/response/options', payload '{"data":{"restart_required":false},"status":"ok","transaction":"ysie6-1"}'
[2026-05-05 17:30:26] debug: 	z2m:mqtt: Received MQTT message on 'zigbee2mqtt/bridge/request/options' with data '{"options":{"advanced":{"log_level":"info"}},"transaction":"ysie6-2"}'
[2026-05-05 17:30:26] info: 	z2m: Successfully changed options
[2026-05-05 17:30:26] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/response/options', payload '{"data":{"restart_required":false},"status":"ok","transaction":"ysie6-2"}'
[2026-05-05 17:30:31] info: 	z2m: Successfully changed options
[2026-05-05 17:30:31] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/response/options', payload '{"data":{"restart_required":false},"status":"ok","transaction":"ysie6-5"}'
[2026-05-05 17:30:34] debug: 	z2m:mqtt: Received MQTT message on 'zigbee2mqtt/bridge/request/options' with data '{"options":{"advanced":{"log_level":"info"}},"transaction":"ysie6-6"}'
[2026-05-05 17:30:34] info: 	z2m: Successfully changed options
[2026-05-05 17:30:34] info: 	z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/bridge/response/options', payload '{"data":{"restart_required":false},"status":"ok","transaction":"ysie6-6"}'

All devices remain disabled.

Edit: I see some changes now. I pressed the button of 2 devices which triggered an update. A third device updated without manual push. I’ll monitor it for some time.

1 Like

Keep an eye out for that error. Looks like your coordinator is cutting out for some reason

Everything seems to be working correctly now and that error did not occur anymore.

Thanks for the help! Let’s blame it on the interference.

1 Like