Hello to you all,
As a person with few OCDs it annoys me a lot when i’m checking the logs and i see some warnings all the time so it’s the time to ask for your help. I know that i cannot disable the warning for the custom component so I m ok with that one. So let’s get to the ones i can fix. Oh and before i start i have to mention that i run HA in a docker in a Linux NUC with 8Gb ram and SSD.
Warnings:
1. Setup of input_select is taking over 10 seconds.
2. Setup of timer is taking over 10 seconds.
3. Setup of switch platform broadlink is taking over 10 seconds. (main.py (WARNING))
4. Failed to connect to device (components/broadlink/switch.py (ERROR))
5. YAML file /config/lovelace/040-garmin.yaml contains duplicate key “type”. Check lines 3 and 13. ( I have it multiple times, i will post the yaml as soon as i am home)
- garmin_connect: Error on device update! (see error below, i don’t have this sensor enabled)
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 304, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 459, in async_device_update
await self.async_update()
File "/usr/src/homeassistant/homeassistant/components/garmin_connect/sensor.py", line 173, in async_update
self._state = data[self._type]
KeyError: 'highestRespirationValue'
- Error doing job: Task exception was never retrieved custom_components/samsungtv_custom/samsungtvws/remote.py (ERROR) - message first occurred at 12:56 PM and shows up 780 times
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 424, in _async_add_entity
await entity.async_update_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 284, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 314, in _async_write_ha_state
attr = self.capability_attributes
File "/usr/src/homeassistant/homeassistant/components/media_player/__init__.py", line 774, in capability_attributes
source_list = self.source_list
File "/config/custom_components/samsungtv_custom/media_player.py", line 319, in source_list
self._gen_installed_app_list()
File "/config/custom_components/samsungtv_custom/media_player.py", line 229, in _gen_installed_app_list
app_list = self._remote.app_list()
File "/config/custom_components/samsungtv_custom/samsungtvws/remote.py", line 179, in app_list
self._ws_send(payload)
File "/config/custom_components/samsungtv_custom/samsungtvws/remote.py", line 93, in _ws_send
self.open()
File "/config/custom_components/samsungtv_custom/samsungtvws/remote.py", line 108, in open
sslopt=sslopt
File "/usr/local/lib/python3.7/site-packages/websocket/_core.py", line 511, in create_connection
websock.connect(url, **options)
File "/usr/local/lib/python3.7/site-packages/websocket/_core.py", line 220, in connect
options.pop('socket', None))
File "/usr/local/lib/python3.7/site-packages/websocket/_http.py", line 120, in connect
sock = _open_socket(addrinfo_list, options.sockopt, options.timeout)
File "/usr/local/lib/python3.7/site-packages/websocket/_http.py", line 186, in _open_socket
raise error
File "/usr/local/lib/python3.7/site-packages/websocket/_http.py", line 170, in _open_socket
sock.connect(address)
socket.timeout: timed out```
Any help?
PS:sorry if the category i posted is wrong.