Problème - Overkiz - Cozytouch

Bonjour,

J’ai un problème avec cette intégration.
J’ai une un Zone control 2.0 (Shogun) qui est bien remonté dans HA mais, celui-ci fait que de bugger notamment lorsque j’essaie de faire des automatisation.
Par exemple, si je lui dis à 7h tu me mets tous les chauffages à 22°C, une fois sur deux, la commande ne va pas passer ou partiellement.
Je suis obligé de redémarré HA, pour que cela « refonctionne » ;

Auriez-vous par hasard une idée ?

Merci !!!

Version	core-2024.12.5
Type d'installation	Home Assistant OS
Développement	false
Supervisor	true
Docker	true
Utilisateur	root
Environnement virtuel	false
Version de Python	3.13.0
Famille du système d'exploitation	Linux
Version du système d'exploitation	6.6.66-haos
Architecture du processeur	x86_64
Fuseau horaire	Europe/Paris
Répertoire de configuration	/config

GitHub API	ok
GitHub Content	ok
GitHub Web	ok
HACS Data	ok
GitHub API Calls Remaining	5000
Installed Version	2.0.1
Stage	
Available Repositories	1556
Downloaded Repositories	3
Disabled	restore
Connecté	false
Accéder au serveur de certificats	ok
Accéder au serveur d'authentification	ok

Voici le journal d’erreur:

Enregistreur: homeassistant.components.automation.nouvelle_automatisation_2
Source: helpers/script.py:526
intégration: Automatisation (documentation, problèmes)
S'est produit pour la première fois: 18:04:40 (1 occurrences)
Dernier enregistrement: 18:04:40

Nouvelle automatisation: Error executing script. Unexpected error for call_service at pos 7: Too many requests, try again later
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 526, in _async_step
    await getattr(self, handler)()
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 764, in _async_call_service_step
    response_data = await self._async_run_long_action(
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<9 lines>...
    )
    ^
  File "/usr/src/homeassistant/homeassistant/helpers/script.py", line 727, in _async_run_long_action
    return await long_task
           ^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
        hass, entity, func, data, call.context
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 1084, in async_service_temperature_set
    await entity.async_set_temperature(**kwargs)
  File "/usr/src/homeassistant/homeassistant/components/overkiz/climate/atlantic_pass_apc_zone_control_zone.py", line 400, in async_set_temperature
    await self.executor.async_execute_command(
    ...<2 lines>...
    )
  File "/usr/src/homeassistant/homeassistant/components/overkiz/executor.py", line 102, in async_execute_command
    exec_id = await self.coordinator.client.execute_command(
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ...<3 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/backoff/_async.py", line 151, in retry
    ret = await target(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/backoff/_async.py", line 151, in retry
    ret = await target(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/pyoverkiz/client.py", line 699, in execute_command
    response: str = await self.execute_commands(device_url, [command], label)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/backoff/_async.py", line 151, in retry
    ret = await target(*args, **kwargs)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/pyoverkiz/client.py", line 730, in execute_commands
    response: dict = await self.__post("exec/apply", payload)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/pyoverkiz/client.py", line 937, in __post
    await self.check_response(response)
  File "/usr/local/lib/python3.13/site-packages/pyoverkiz/client.py", line 992, in check_response
    raise TooManyRequestsException(message)
pyoverkiz.exceptions.TooManyRequestsException: Too many requests, try again later