dauden1184 / RaspiNukiBridge

Simple Nuki Bridge implementation using asyncio
GNU General Public License v3.0
48 stars 19 forks source link

add auto mac discovery + many errors cleanups #12

Open regevbr opened 2 years ago

regevbr commented 2 years ago

This PR takes the amazing work done by @f1ren in #9, and strips down the HA add-on changes (I added more comprehensive addon support in my fork that we can discuss on merging in a different PR). In addition, I noticed so many errors and retires and I fixed them all - I have created a task queue that is in charge of stoping and starting scan when nesecary and keeping the connections alive for reuse. You can check out my work by easily adding my HA addon according to the instructions here @dauden1184 I know this is a big change, but I believe it is a blessed one and it improves performance by a great magnitude (at least for me). I would appreciate your comments (and @f1ren)