Jump to content

Welcome to Smart Home Forum by FIBARO

Dear Guest,

 

as you can notice parts of Smart Home Forum by FIBARO is not available for you. You have to register in order to view all content and post in our community. Don't worry! Registration is a simple free process that requires minimal information for you to sign up. Become a part of of Smart Home Forum by FIBARO by creating an account.

 

As a member you can:

  •     Start new topics and reply to others
  •     Follow topics and users to get email updates
  •     Get your own profile page and make new friends
  •     Send personal messages
  •     ... and learn a lot about our system!

 

Regards,

Smart Home Forum by FIBARO Team


Recommended Posts

Posted

Hello, since the update I've been having a problem where my Zigbee devices lose connection. After restarting the HC3, the devices are available and controllable for 5 minutes. After that, the connection drops again. Do you have any suggestions for resolving this issue?

  • Like 1
  • 4 weeks later...
Posted

**ZigBee devices completely unresponsive for 8+ hours — root cause confirmed: Lua scene sending hub.call() to ZigBee devices every 5 minutes via matchInterval**

Firmware: 5.210.12 | Yubii Home Pro

Posting this in case others are experiencing similar ZigBee instability — I've spent several days tracking this down and can confirm the root cause with reproducible evidence.

---

**Symptoms**

- 10 ZigBee dimmers (Simpex SC-9101, ZigBee 3.0) randomly unresponsive to app commands
- turnOn / turnOff commands reach the hub immediately (confirmed via DeviceActionRanEvent in CSV export) but the physical device does not respond — no DevicePropertyUpdatedEvent follows
- Workaround: moving the brightness slider (setValue) wakes the device up, after which on/off works again
- Progressive degradation over several evenings: first delays of seconds to ~3 minutes, then complete loss of ZigBee communication for 8+ hours
- Only a full hub reboot restored ZigBee communication
- Physical device operation (rotary knob) worked perfectly throughout — devices themselves were fine

---

**Root cause (confirmed by direct testing)**

A Lua scene (matchInterval trigger, every 5 minutes, 24/7) was sending hub.call() commands to two SONOFF SWV irrigation valves — which are also ZigBee devices. This continuous ZigBee traffic progressively degraded the ZigBee stack on the hub until all other ZigBee devices became unreachable.

Proof: deactivating that scene immediately resolved all ZigBee issues. All 10 dimmers have responded instantly and reliably ever since — no delays, no dropouts, tested including rapid successive commands.

---

**Workaround implemented**

Replaced the matchInterval trigger (288 calls/day) with a daily Cron trigger (1 call/day at 03:30). ZigBee traffic reduced to two brief pulses per day. Problem completely gone.

---

**Open questions for Fibaro / community**

1. Is there a known minimum interval for hub.call() to ZigBee devices in Lua scenes? What polling frequency is safe?
2. Is this a regression in 5.210? The scene ran on an earlier firmware without causing ZigBee instability.
3. The "Reconfigure devices" button on Settings → ZigBee (Settings → 14. ZigBee) was greyed out / inactive throughout. What is the prerequisite to activate it?
4. Is there any ZigBee diagnostic view available (LQI, signal strength, routing/mesh map) in Yubii 5.210.12? I could not find one.

---

Hope this helps others. Happy to share CSV event exports or Lua code if useful.

Andrea

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...