colinbendell / homebridge-blink-for-home

Blink For Home Camera Homebridge plugin
MIT License
88 stars 27 forks source link

Flagged by Blink's Technical Support #15

Closed ratsoid closed 3 years ago

ratsoid commented 3 years ago

So then this happened:

My name is _______ and I am with the Blink team. While doing a routine server audit, your account was flagged and subsequently disabled due to unsupported scripts or apps running on your system. The only automation that is permitted for use with the Blink system is through Alexa and/or IFTTT. Please disable these scripts or apps and reach back out to me so that I can re-enable your account.

I removed the code from my config.json for the time being. Be warned that you might be audited next.

monteroman commented 3 years ago

I had the same thing happen. :This makes me super sad.

colinbendell commented 3 years ago

Can you PM me the contact at Blink that sent the audit?

monteroman commented 3 years ago

sent to your email...

colinbendell commented 3 years ago

I've added another optimization for the thumbnail aPI. It was polling periodically even if the home app wasn't needing it. This should substantially reduce the thumbnail api requests and put you under the radar again.

If you want to re-enable, I would be sure to change the 'name' field in the settings. By default it is 'Blink' which is used with your email to generate a UUID. Changing this name will make the app appear like a new client.

ratsoid commented 3 years ago

Nice, will report if something new comes up.

tombenton55 commented 3 years ago

This happened to me when i used the other blink plugin that someone had developed. Although, they werent as polite as the admin email you got. I had to make several phone calls to get my account reinstated.

colinbendell commented 3 years ago

As mentioned in #22:

I did a bunch of packet inspections of the app and changed the fingerprinting to mirror exactly the behaviour of the app. There is a little bit more to do, but generally we should be a lot harder to distinguish this app. It's a bit cat and mouse. I've reached out to Lab126 to see if we can get official blessing.

Closing this issue for now.