Hi, New HA user here, been on a steep learning curve this week but I seem to be getting there. One integration that I can’t seem to to get to work consistently is Blink. I have one blink account, 2 sync modules and 3 cameras. Here is my HA info, running on a pi using docker
System Health
arch | armv7l |
---|---|
dev | false |
docker | true |
hassio | false |
installation_type | Home Assistant Container |
os_name | Linux |
os_version | 4.19.66-v7+ |
python_version | 3.8.5 |
timezone | Europe/London |
version | 0.115.0 |
virtualenv | false |
The integration connect and sets up fine and all the sensors seem to report correctly but when I issue arm and disarm commends in automatons, via call_service, it rarely works, I get a better hit rate using the button in the UI but it still doesn’t always work. I have also reduced the refresh internal to 1800sec and put delays between commands but that didn’t help. The error I get is below and any pointers would be appreciated
Here is the error:
Logger: blinkpy.auth
Source: /usr/local/lib/python3.8/site-packages/blinkpy/auth.py:187
First occurred: 11:06:55 (6 occurrences)
Last logged: 11:37:26
Connection error. Endpoint https://rest-prde.immedia-semi.com/network/xxxx/update possibly down or throttled.
Many Thanks Pete