Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How fast does deCONZ update? #1177

Closed
Shaolo opened this issue Jan 25, 2019 · 4 comments
Closed

How fast does deCONZ update? #1177

Shaolo opened this issue Jan 25, 2019 · 4 comments

Comments

@Shaolo
Copy link

Shaolo commented Jan 25, 2019

I'm curious how fast deCONZ gui updates.

If I turn on some lights via their switch, and it takes them 10 seconds to show mesh connections in deCONZ, are they actually taking that long to connect to the network? Are they potentially connecting faster and it's taking longer for that data to show up in the GUI?

Hoping to provide some meaningful feedback/data on the performance of my network.

@manup
Copy link
Member

manup commented Jan 25, 2019

Are they potentially connecting faster and it's taking longer for that data to show up in the GUI?

This. The lines between the nodes are just visual sugar and are queried slower than other attributes like on/off brightness state.

Since 2.05.57 polling of lights has also optimized for speed, so once a lights is turned on it should be available within a few seconds. This of course depends all on network size.

One advise, if possible keep lights/routers always powered. Especially in networks with Xiaomi battery powered devices which often get stubborn when the parent node (like a light) is powered off.

@Shaolo
Copy link
Author

Shaolo commented Jan 25, 2019

My setup is (at the moment) entirely z wave light switches and Ikea bulbs. Trying to leave the lights powered all the time ends up being inconvenient. Someone always comes through and turns off the light at the switch. Would adding something like a persistent router (Ikea outlet switch) help the lights re-establish their mesh faster?

@manup
Copy link
Member

manup commented Jan 25, 2019

Would adding something like a persistent router (Ikea outlet switch) help the lights re-establish their mesh faster?

Persistent routers are preferable, especially in combination sensors and switches.

My setup is (at the moment) entirely z wave light switches and Ikea bulbs. Trying to leave the lights powered all the time ends up being inconvenient. Someone always comes through and turns off the light at the switch.

Zigbee works best when most routers are powered otherwise there is no way around delays with re-establish routes.

Think of a highway where cars just stop driving, it takes time for the other cars to adapt to this situation and the first cars will just crash into the stopped car (route/lane no longer works).

When a light is powered off, the mesh will only notice this after a while (roughly 1 minute at the lowest layer).

@manup
Copy link
Member

manup commented Jan 27, 2019

Closing the issue for now, further discussion in #445

@manup manup closed this as completed Jan 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants