-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Il y a de nouveau quelque chose de cassé avec l’intégration IMA 😅
Voilà les logos que j’ai dans HomeAssistant:
Cette erreur provient d'une intégration personnalisée
Enregistreur: custom_components.imaprotect
Source: helpers/update_coordinator.py:380
intégration: IMA Protect Alarm (documentation, problèmes)
S'est produit pour la première fois: 11:45:21 (462 occurrences)
Dernier enregistrement: 19:28:49
Unexpected error fetching imaprotect data
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 380, in _async_refresh
self.data = await self._async_update_data()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/imaprotect/coordinator.py", line 63, in _async_update_data
cameralist = await self.hass.async_add_executor_job(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.imaprotect.get_images_list
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.13/site-packages/pyimaprotect/__init__.py", line 106, in get_images_list
capture_list = self._capture_list()
File "/usr/local/lib/python3.13/site-packages/pyimaprotect/__init__.py", line 141, in _capture_list
response_json = json.loads(response.content)
File "/usr/local/lib/python3.13/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
~~~~~~~~~~~~~~~~~~~~~~~^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 345, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/json/decoder.py", line 363, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Je pense qu’il y a du avoir une maj côté IMA ou bien côté HA qui a du casser une dépendance ou la connexion…
J’ai supprimé puis tenté de reconfiguration mon alarme et j’ai l’erreur précédente.
Voilà une autre qui semble liée
Enregistreur: pyimaprotect
Source: /usr/local/lib/python3.13/site-packages/pyimaprotect/__init__.py:192
S'est produit pour la première fois: 11:45:21 (58 occurrences)
Dernier enregistrement: 19:28:49
Can't get the token to read the status, step 'Login/TokenStatus'. Please, check your logins. You must be able to login on https://www.imaprotect.com.
J’arrive très bien à me connecter au site et à l’application IMA.
Dans l’intégration je vois ceci:
Comment pouvons nous corriger l’intégration si c’est possible ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
