Home-Assistant-Lovelace-HTML-Jinja2-Template-card
Home-Assistant-Lovelace-HTML-Jinja2-Template-card copied to clipboard
Client exceeded max pending messages [2]: 512 after switching to using websocket
After switching to websocket I'm seeing issues similar to this:
Client exceeded max pending messages [2]: 512
22:01 components/websocket_api/http.py (ERROR) - wiadomość pojawiła się po raz pierwszy o godzinie 18:50 i powtarzała się 53942 razy
Related ticket: https://github.com/home-assistant/home-assistant/issues/26724
If I disable this card in my HA setup, I get no such error.
Here is the code of my card:
- type: custom:html-template-card
ignore_line_breaks: true
entities:
# - sensor.time
- sensor.nam_temperature
- sensor.nam_pm10
- sensor.nam_pm25
content: |
{%- macro pollution() -%}
{%- set aqi = ["Bardzo dobra", "Dobra", "Średnia", "Zła", "Bardzo zła"] -%}
{%- set pm10_level = [0, 25, 50, 90, 180]|select("le", states('sensor.nam_pm10')|float)|list|length - 1 -%}
{%- set pm25_level = [0, 15, 30, 55, 110]|select("le", states('sensor.nam_pm25')|float)|list|length - 1 -%}
{{ aqi[[pm10_level, pm25_level]|max] }}
{%- endmacro -%}
<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">{{ states('sensor.time') }}</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">{{ states('sensor.date') }}</span>
<br/>
Jest około <span style="font-weight: bold; color: var(--primary-color)">{{ states('sensor.nam_temperature') | round }}{{ state_attr('sensor.nam_temperature', 'unit_of_measurement') }}</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">{{ pollution() }}</span> jakość powietrza.
I'm not exactly sure about the entities
key. I may misuse it. Any hints? I'm happy to refresh this card less often. Say once per minute (time is displayed on the card).
Maybe I should try:
entities:
- sensor.time
This should refresh the card once per minute, am I correct?
After I changed to this single entity, I get this in the debug log for websocket:
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 11, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 12, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 13, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 14, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 15, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 16, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 17, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 18, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 19, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 20, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 21, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 22, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 23, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 24, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 25, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 26, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 27, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 28, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 29, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 30, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 31, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 32, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 33, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 34, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 35, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 36, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 37, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 38, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 39, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 40, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 41, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 42, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 43, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 44, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 45, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 46, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 47, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 48, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 49, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 50, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 51, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 52, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 53, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 54, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 55, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 56, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 57, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 58, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 59, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 60, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 61, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 62, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 63, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 64, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 65, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 66, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 67, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 68, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 69, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 70, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 71, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 72, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 73, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 74, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 75, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 76, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 77, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 78, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 79, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 80, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 81, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 82, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 83, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 84, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 85, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 86, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 87, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 88, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 89, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 90, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 91, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 92, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 93, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 94, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 95, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 96, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 97, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 98, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 99, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 100, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 101, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 102, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 103, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 104, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 105, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 106, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 107, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 108, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 109, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 110, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 111, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 112, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 113, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 114, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 115, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 125, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 128, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
2020-01-10 22:57:00 DEBUG (MainThread) [homeassistant.components.websocket_api.http.connection.2939217072] Sending {'id': 131, 'type': 'event', 'event': {'result': '<span style="font-size: 6em; font-weight: bold; color: var(--primary-color)">22:57</span><span style="padding-left: 10px; font-size: 1.5em; font-weight: bold;">2020-01-10</span>\n<br/>\nJest około <span style="font-weight: bold; color: var(--primary-color)">8ºC</span> na zewnątrz. <span style="font-weight: bold; color: var(--primary-color)">Bardzo dobra</span> jakość powietrza.'}}
I would say that there are quite a few of them sent... This is repeated every minute (expected).
After a few hours with the change above I see this:
Client exceeded max pending messages [2]: 512
8:38 components/websocket_api/http.py (ERROR) - wiadomość pojawiła się po raz pierwszy o godzinie 10 stycznia 2020, 23:31 i powtarzała się 498691 razy
WebSockets API for templates is quite weird, I have to take a closer look at it.
Parameter entities
is for defining an additional entity that should trigger card update, if it is not present inside template itself, e.g: template is using a group and you want card to be updated also when a specific entity from this group changes.
FYI: After I commented my macro and the pollution information at the end and left just the time and date information. There is no more spamming my log and the HA is stable again. Of course this is not necessarily what I want to achieve, but it suggest what kind of things may cause this error.
Nope, I started to see them again...
2020-01-13 12:17:49 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.2923378928] Client exceeded max pending messages [2]: 512
2020-01-13 12:17:49 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.2923378928] Client exceeded max pending messages [2]: 512
2020-01-13 12:17:49 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.2923378928] Client exceeded max pending messages [2]: 512
2020-01-13 12:17:49 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.2923378928] Client exceeded max pending messages [2]: 512
2020-01-13 12:17:49 ERROR (MainThread) [homeassistant.components.websocket_api.http.connection.2923378928] Client exceeded max pending messages [2]: 512
...
As far as I understand each template parsing generate two WebSockets messages instead of one, which leaves one message pending. The more often your card is updated the sooner it will reach 512 pending messages.
More info: I found that it may be related to a case when the UI is displayed on some device always. I have a tablet at home which shows the homepage of HA all the time. After I turned off the screen, over a few hours I saw the error message just a few times (5 or so).
Still happening after 2023.3.5 :-(
I have noticed that the "Clear Cache" command in my Firefox browser also seems to clear the queue of messages; at least for a while.