@fronzbot I said ok too early.
I mean. The integration is loaded in HA, but doesn’t work the alarm panel.
If I try to arm the cameras, i get this error
Fallita chiamata a servizio alarm_control_panel/alarm_arm_away . Expecting value: line 1 column 1 (char 0)
Fallita chiamata a servizio means failed call to service.
In the log I find too
Logger: homeassistant.helpers.entity
Source: components/blink/alarm_control_panel.py:76
First occurred: 30 luglio 2020, 20:54:22 (8419 occurrences)
Last logged: 8:09:19
Update for alarm_control_panel.blink_casa fails
Update for alarm_control_panel.blink_test fails
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/blinkpy/helpers/util.py", line 114, in http_req
raise exceptions.ConnectionError
requests.exceptions.ConnectionError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 272, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 465, in async_device_update
await self.hass.async_add_executor_job(
File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/blink/alarm_control_panel.py", line 76, in update
self.data.refresh()
File "/usr/local/lib/python3.8/site-packages/blinkpy/helpers/util.py", line 203, in wrapper
result = method(*args, *kwargs)
File "/usr/local/lib/python3.8/site-packages/blinkpy/blinkpy.py", line 242, in refresh
sync_module.refresh(force_cache=force_cache)
File "/usr/local/lib/python3.8/site-packages/blinkpy/sync_module.py", line 159, in refresh
self.get_network_info()
File "/usr/local/lib/python3.8/site-packages/blinkpy/sync_module.py", line 148, in get_network_info
self.network_info = api.request_network_status(self.blink, self.network_id)
File "/usr/local/lib/python3.8/site-packages/blinkpy/api.py", line 93, in request_network_status
return http_get(blink, url)
File "/usr/local/lib/python3.8/site-packages/blinkpy/api.py", line 294, in http_get
return http_req(
File "/usr/local/lib/python3.8/site-packages/blinkpy/helpers/util.py", line 131, in http_req
return http_req(
File "/usr/local/lib/python3.8/site-packages/blinkpy/helpers/util.py", line 104, in http_req
if json_resp and "code" in response.json():
File "/usr/local/lib/python3.8/site-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
File "/usr/local/lib/python3.8/site-packages/simplejson/__init__.py", line 525, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.8/site-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/usr/local/lib/python3.8/site-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
without being to0 wordy with the log, I see other errors summorized with
Update for alarm_control_panel.blink_casa fails
5:51:31 – components/blink/alarm_control_panel.py (ERROR) - il messaggio si è verificato per la prima volta alle 30 luglio 2020, 20:52:53 e compare 17 volte
Cannot obtain new token for server auth.
5:51:31 – components/blink/alarm_control_panel.py (ERROR) - il messaggio si è verificato per la prima volta alle 30 luglio 2020, 20:52:53 e compare 17 volte
Failed to login to Blink servers. Last response: <Response [426]>
5:51:31 – components/blink/alarm_control_panel.py (ERROR) - il messaggio si è verificato per la prima volta alle 30 luglio 2020, 20:52:53 e compare 42 volte
Update for alarm_control_panel.blink_casa fails
8:09:19 – components/blink/alarm_control_panel.py (ERROR) - il messaggio si è verificato per la prima volta alle 30 luglio 2020, 20:54:22 e compare 8419 volte
Error doing job: Task exception was never retrieved
6:58:58 – components/blink/alarm_control_panel.py (ERROR) - il messaggio si è verificato per la prima volta alle 31 luglio 2020, 7:28:01 e compare 5 volte
Thanks