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

Question: Is there an option to use only polling (get Pilot) rather than the heartbeats/sync pilot? #162

Open
SRGDamia1 opened this issue Mar 25, 2023 · 1 comment

Comments

@SRGDamia1
Copy link

I have 15 running on a network with home assistant. Skimming the code, it looks like the bulbs are sending requests every 30 seconds to keep the 5s heart beats coming. It's it possible to reduce network traffic by using reduced polling?

I spent a lot of time developing the openHab Wiz integration, but I finally got sick of my inability to make dashboards friendly enough for my family with openhab and switched to home assistant.

@treaki
Copy link

treaki commented Aug 4, 2024

what, a couple small UDP datagrams every 30 seconds times 15 are to much, what are you using, wifi 1 (eg. 802.11-1999) with 11mbits from the 90s?

if you want to use a dashboard you should use some OOP/MVC to abstract and cache your values and dont ask for a different network protocol i guess

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