arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
22.19k stars 4.81k forks source link

ZBBridge: rejoin fails for some devices #9010

Closed s-hadinger closed 4 years ago

s-hadinger commented 4 years ago

PROBLEM DESCRIPTION

A clear and concise description of what the problem is.

Repairing fails after coordinator was off for an extended period of time.

REQUESTED INFORMATION

Make sure your have performed every step and checked the applicable boxes before submitting your issue. Thank you!

TO REPRODUCE

_Steps to reproduce the behavior:

I paired on OSRAM mini-switch successfully. If I turn down the coordinator for a significant period (more than a day), the device loses the pairing and does an automatic rejoin. The rejoin is accepted by the coordinator, but the OSRAM device keeps sending rejoins requests for ever.

EXPECTED BEHAVIOUR

A clear and concise description of what you expected to happen.

Using CC2530 the issue does not happen. There is something wrong with routing on ZBBridge maybe linked to Zigbee V3.

SCREENSHOTS

If applicable, add screenshots to help explain your problem.

ADDITIONAL CONTEXT

Add any other context about the problem here.

This is a follow up from #8583 to have an issue dedicated to this problem.

(Please, remember to close the issue when the problem has been addressed)

s-hadinger commented 4 years ago

Cannot reproduce anymore, it's probable that #9038 fixed this one too.

Closing.

bogorad commented 4 years ago

I still have this problem. ZBBridge has three devices paired:

Only the button survives extended (over 24hrs) power loss.

I've got a self-compiled (+TLS). Maybe there's a more recent build?

Program Version: 8.5.0(tasmota) Build Date & Time: 2020-09-09T10:30:23 Core/SDK Version: 2_7_4_1/2.2.2-dev(38a443e)

UPD: recompiled the latest dev build, will try.

Program Version | 8.5.0.1(tasmota)

Build Date & Time: 2020-09-24T19:15:48 Core/SDK Version: 2_7_4_1/2.2.2-dev(38a443e)

s-hadinger commented 4 years ago

@bogorad The re-joining is part is managed by EZSP directly. Do you happen to have a Zigbee sniffer? I'm afraid that's the only way to know why the rejoining fails.

bogorad commented 4 years ago

@s-hadinger I don't, but thank you. hopefully, with the latest build, it'll go away.