"Connection pool is full" and Homekit errors after upgrading to 2021.7.1

After upgrading to 2021.7.0 and 2021.7.1 then i have logs flooded by the following warnings

Logger: urllib3.connectionpool
Source: /usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:304
First occurred: 8 luglio 2021, 21:08:04 (9198 occurrences)
Last logged: 11:30:39

Connection pool is full, discarding connection: 192.168.1.1

and errors

Logger: homeassistant
Source: components/homekit_controller/connection.py:464
First occurred: 8 luglio 2021, 21:07:33 (2304 occurrences)
Last logged: 11:30:23

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/homekit_controller/connection.py", line 272, in async_process_entity_map
    await self.async_update()
  File "/usr/src/homeassistant/homeassistant/components/homekit_controller/connection.py", line 424, in async_update
    new_values_dict = await self.get_characteristics(
  File "/usr/src/homeassistant/homeassistant/components/homekit_controller/connection.py", line 464, in get_characteristics
    return await self.pairing.get_characteristics(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/aiohomekit/controller/ip/pairing.py", line 243, in get_characteristics
    response = await self.connection.get_json(url)
  File "/usr/local/lib/python3.9/site-packages/aiohomekit/controller/ip/connection.py", line 318, in get_json
    return json.loads(body)
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 875 (char 874)

I have no clues about the “connection pool” warning; regarding the error on homekit, I have a Netatmo thermostat and a few valves.

My setup is HA on Docker on top a Debian 10 machine.
Any help appreciated! :slight_smile: