Hello,
today I realized that my entities are no longer recognized, with the following error, you can help me to solve it, thanks
Logger: homeassistant.components.websocket_api.http.connection
Source: custom_components/panasonic_cc/panasonic.py:346
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 10:57:22 (17 occurrences)
Last logged: 10:59:53
- [2925520280] Invalid response, status code: 500 - Data: {“message”:“Adapter Communication error”,“code”:5005}
- [2824221696] Invalid response, status code: 500 - Data: {“message”:“Adapter Communication error”,“code”:5005}
Traceback (most recent call last): File “/config/custom_components/panasonic_cc/panasonic.py”, line 21, in wrapper_call func(*args, **kwargs) File “/config/custom_components/panasonic_cc/panasonic.py”, line 346, in set_device self._api.set_device( File “/usr/local/lib/python3.8/site-packages/pcomfortcloud/session.py”, line 389, in set_device raise ResponseError(response.status_code, response.text) pcomfortcloud.session.ResponseError: Invalid response, status code: 500 - Data: {“message”:“Adapter Communication error”,“code”:5005} During handling of the above exception, another exception occurred: Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py”, line 141, in handle_call_service await hass.services.async_call( File “/usr/src/homeassistant/homeassistant/core.py”, line 1488, in async_call task.result() File “/usr/src/homeassistant/homeassistant/core.py”, line 1523, in _execute_service await handler.job.target(service_call) File “/usr/src/homeassistant/homeassistant/helpers/entity_component.py”, line 204, in handle_service await self.hass.helpers.service.entity_service_call( File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 642, in entity_service_call future.result() # pop exception if have File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 681, in async_request_call await coro File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 679, in _handle_entity_call await result File “/config/custom_components/panasonic_cc/climate.py”, line 126, in async_set_hvac_mode await self._api.turn_off() File “/config/custom_components/panasonic_cc/panasonic.py”, line 227, in turn_off 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 “/config/custom_components/panasonic_cc/panasonic.py”, line 24, in wrapper_call func(*args, **kwargs) File “/config/custom_components/panasonic_cc/panasonic.py”, line 346, in set_device self._api.set_device( File “/usr/local/lib/python3.8/site-packages/pcomfortcloud/session.py”, line 389, in set_device raise ResponseError(response.status_code, response.text) pcomfortcloud.session.ResponseError: Invalid response, status code: 500 - Data: {“message”:“Adapter Communication error”,“code”:5005}