Why this is an issue: This is generating extra noise and traffic in the logs
Behavior:
Every 5 minutes the sensor wakes, it is sending a QueryNextImageRequest
Home assistant then tries querying for an update
It returns no update available and flags ROUTE_ERROR_INDIRECT_TRANSACTION_EXPIRY because of the device going back to sleep
Running platform:
- Installation method Home Assistant OS
- Core 2026.5.4
- Supervisor 2026.05.0
- Operating System 17.3
- Frontend 20260429.4
- zigbee2mqtt 2.10.1
Hardware:
- Zigbee Model 3RVS01031Z / Third Reality, Inc
- Definition (Zigbee2MQTT) 3RVS01031Z
- Firmware ID v1.00.55
- Firmware version 55 / App: 0.0 build 0 | Stack: 0.0 build 55
Additional configuration to try and resolve:
devices:
‘0xffffb40e06038fff’:
friendly_name: Sump Pump Vibration
disable_automatic_update_check: true
Log entries in zigbee2mqtt
[2026-05-26 12:14:38] [32minfo[39m: z2m: Updating 'Sump Pump Vibration' to latest firmware
[2026-05-26 12:14:38] [32minfo[39m: zh:controller:device: No OTA upgrade image currently available for 0xffffb40e06038fff
[2026-05-26 12:14:38] [32minfo[39m: z2m:mqtt: MQTT publish: topic 'zigbee2mqtt/Sump Pump Vibration', payload '{"battery":78,"battery_low":false,"linkquality":180,"tamper":false,"update":{"installed_version":55,"latest_release_notes":null,"latest_source":null,"latest_version":55,"state":"idle"},"vibration":false,"voltage":2800,"x_axis":193,"y_axis":-995,"z_axis":402}'
[2026-05-26 12:14:38] [32minfo[39m: z2m: No OTA image currently available for 'Sump Pump Vibration'. Unscheduled.
I believe a firmware update is needed to change this behavior. Perhaps make an internal counter to only check on every 288 wakes (24 hour maximum check).