1 Tuya Device constantly toggle between ONLINE and ONLINE: Waiting for device wake up after update to openHAB 5.2

i reopen this topic cause it drives me crazy.I updated to 5.2 from 5.1.4 last night.Everything works as it should .I have 4 smart curtains and a Smartmi Fan and thats the problem device.Every second it goes:

2026-07-12 08:48:33.226 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE to ONLINE: Waiting for device wake up
2026-07-12 08:48:33.357 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE: Waiting for device wake up to ONLINE
2026-07-12 08:48:34.307 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE to ONLINE: Waiting for device wake up
2026-07-12 08:48:34.378 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE: Waiting for device wake up to ONLINE
2026-07-12 08:48:35.329 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE to ONLINE: Waiting for device wake up
2026-07-12 08:48:35.400 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE: Waiting for device wake up to ONLINE
2026-07-12 08:48:36.352 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE to ONLINE: Waiting for device wake up
2026-07-12 08:48:36.428 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE: Waiting for device wake up to ONLINE
2026-07-12 08:48:37.379 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE to ONLINE: Waiting for device wake up
2026-07-12 08:48:37.435 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE: Waiting for device wake up to ONLINE
2026-07-12 08:48:38.386 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE to ONLINE: Waiting for device wake up
2026-07-12 08:48:38.460 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE: Waiting for device wake up to ONLINE

Only the fan.It spams my logs.I tried to debug:

2026-07-12 08:37:50.107 [DEBUG] [.internal.local.handlers.TuyaEncoder] - bfa0d5a79f406b7fd7uqw9/192.168.1.84:6668: Sending DP_QUERY, payload {devId=bfa0d5a79f406b7fd7uqw9, uid=bfa0d5a79f406b7fd7uqw9, t=1783838270, dps=[1, 2, 3, 4, 5, 6, 7, 13, 14, 15, 22], gwId=bfa0d5a79f406b7fd7uqw9}
2026-07-12 08:37:50.108 [DEBUG] [.internal.local.handlers.TuyaEncoder] - bfa0d5a79f406b7fd7uqw9/192.168.1.84:6668: Sending CONTROL, payload {devId=bfa0d5a79f406b7fd7uqw9, uid=bfa0d5a79f406b7fd7uqw9, t=1783838270, dps={1=null, 2=null, 3=null, 4=null, 5=null, 6=null, 22=null, 7=null, 13=null, 14=null, 15=null}, gwId=bfa0d5a79f406b7fd7uqw9}
2026-07-12 08:37:50.173 [DEBUG] [.internal.local.handlers.TuyaDecoder] - bfa0d5a79f406b7fd7uqw9/192.168.1.84:6668: Received MessageWrapper{commandType=CONTROL, content=''}
2026-07-12 08:37:50.309 [DEBUG] [nding.tuya.internal.local.TuyaDevice] - bfa0d5a79f406b7fd7uqw9/192.168.1.84: Connection seems to be dead.
2026-07-12 08:37:50.310 [DEBUG] [nding.tuya.internal.local.TuyaDevice] - bfa0d5a79f406b7fd7uqw9/192.168.1.84: channel closed
2026-07-12 08:37:50.310 [DEBUG] [a.internal.handler.TuyaDeviceHandler] - bfa0d5a79f406b7fd7uqw9: disconnected
==> /var/log/openhab/events.log <==
2026-07-12 08:37:50.311 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing 'tuya:tuyaDevice:bfa0d5a79f406b7fd7uqw9' changed from ONLINE to ONLINE: Waiting for device wake up
==> /var/log/openhab/openhab.log <==
2026-07-12 08:37:50.375 [DEBUG] [nding.tuya.internal.local.TuyaDevice] - bfa0d5a79f406b7fd7uqw9/192.168.1.84: channel connected
2026-07-12 08:37:50.376 [DEBUG] [a.internal.handler.TuyaDeviceHandler] - bfa0d5a79f406b7fd7uqw9: connected

I delete the thing and rediscover many times,reboot openhab but no good.The fan is working ,i can control it though openhab just fine(some channels are wrong but i thing that is not the issue here).Some times if i toggle the power it stops reconnecting every second.Any ideas?

edit: i rolled back to org.openhab.binding.tuya-5.1.4.jar and everything work just fine.

It might be that creating a GitHub issue in the openhab-addons repo would be more fruitful in getting it resolved. Ultimately, the Tuya binding author has to address it.

Do you have channels which have any MQTT configuration?

no all the channels are default ,auto created when i auto discover the Thing.

Okay, then i can’t be what had in mind.