-
-
Notifications
You must be signed in to change notification settings - Fork 93
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 do i avoid doing the device discovery every time? #296
Comments
I would also be interested to know how to avoid the costly |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Not stale |
Oh thanks! I could not find it before, maybe rename it from dump.py to dump(avoid-device-discovery).py? ahaha I run this code after creating the dump file but i still get an error
This is the error
So it looks like it runs, it opens the door, but then it crashes. I tried to fix it but it was not successful |
Ok all good! |
Hi guys, I am using merossiot to push a doorphone button remotely (MSG100 hw 4.0.0. sw v4.2.6). It works perfectly, but the problem is that I have to rediscover all the devices every time, which leads to a total of 8 seconds needed to send the command. I only have one device in my account. Is there any way for me to avoid the device discovery and simply connect and send the close door message? I read that I should not use the discovery too ofter as I might get banned for it.
PS. i call this script once a day or less, but i just need it to be faster and i want to avoid bans.
The text was updated successfully, but these errors were encountered: