ZHA and lightbulb errors in log

Hello there!

Recently bought an Aqara lightbulb which integrated perfectly to HA via ZHA and my sonoff zigbee bridge running tasmota. However sometimes it get’s stuck and doesnt respond from HA. Turning the light on/off immediately updates HA but it only works half the time the other way around, found the following in the logs:

Template variable warning: 'dict object' has no attribute 'click' when rendering '{{ value_json.click }}'
17:51:25 – (WARNING) helpers/template.py - message first occurred at 8:20:26 and shows up 494 times
Watchdog heartbeat timeout:
17:51:12 – (WARNING) /usr/local/lib/python3.8/site-packages/bellows/zigbee/application.py - message first occurred at 8:08:55 and shows up 672 times
Error doing job: Task exception was never retrieved
17:50:40 – (ERROR) /usr/src/homeassistant/homeassistant/runner.py - message first occurred at 8:19:35 and shows up 8 times
[140182319245872] Error handling message: Timeout
17:50:40 – (ERROR) Home Assistant WebSocket API - message first occurred at 8:19:35 and shows up 3 times
Error doing job: Exception in callback ThreadsafeProxy.__getattr__.<locals>.func_wrapper.<locals>.check_result_wrapper() at /usr/local/lib/python3.8/site-packages/bellows/thread.py:97
17:50:34 – (ERROR) /usr/src/homeassistant/homeassistant/runner.py - message first occurred at 8:08:43 and shows up 404 times
Reset future is None
17:50:34 – (WARNING) /usr/local/lib/python3.8/site-packages/bellows/uart.py - message first occurred at 8:08:43 and shows up 405 times

Any ideas?

Thanks!