I have a Venstar ColorTouch thermostat (I think a 7800 not real easy to tell). I try to connect the venstar integration. and the integration says it cant connect even though I can ping the thermostat ip. Error Logs are as follows:
ConnectionRefusedError: [Errno 111] Connection refused
2025-03-28 11:16:42.277 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration ‘browser_mod’ accessed lovelace_data[‘resources’] instead of lovelace_data.resources at custom_components/browser_mod/mod_view.py, line 59: resources = hass.data[“lovelace”][“resources”]. This will stop working in Home Assistant 2026.2, please report it to the author of the ‘browser_mod’ custom integration
2025-03-28 11:16:51.365 WARNING (MainThread) [custom_components.hacs] You have ‘briis/securityspy’ installed with HACS this repository has been removed from HACS, please consider removing it. Removal reason (Repository is archived)
2025-03-28 11:18:01.190 ERROR (SyncWorker_4) [venstarcolortouch.venstarcolortouch] Error requesting http://10.0.1.122/ from Venstar ColorTouch.
Traceback (most recent call last):
File “/usr/local/lib/python3.13/site-packages/urllib3/connection.py”, line 174, in _new_conn
conn = connection.create_connection(
(self._dns_host, self.port), self.timeout, **extra_kw
)
File “/usr/local/lib/python3.13/site-packages/urllib3/util/connection.py”, line 95, in create_connection
raise err
File “/usr/local/lib/python3.13/site-packages/urllib3/util/connection.py”, line 85, in create_connection
sock.connect(sa)
~~~~~~~~~~~~^^^^
ConnectionRefusedError: [Errno 111] Connection refused