You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had a bit of a battle getting the integration installed and running, kept running into 'An unknown error occurred' message after clicking 'submit' when configuring the integration. I've now got the integration loaded, but I am now getting a 'Failed to setup: Check the logs' error. The error log is
Logger: homeassistant.config_entries
Source: config_entries.py:637
First occurred: 15:55:35 (1 occurrences)
Last logged: 15:55:35
Error setting up entry T-Smart Thermostat for t_smart
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 637, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/t_smart/__init__.py", line 28, in async_setup_entry
await tsmart_discovery.async_discover_devices()
File "/config/custom_components/t_smart/discovery.py", line 19, in async_discover_devices
devices = await TSmart.async_discover()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/tsmart/tsmart.py", line 41, in async_discover
sock.bind(("", 1337))
~~~~~~~~~^^^^^^^^^^^^
OSError: [Errno 98] Address in use
Note: I have had this integration installed and working fine previously, it randomly stopped working and I had to uninstall and reinstall recently. The thermostat is operational and responding as expected in the TSmart app
The text was updated successfully, but these errors were encountered:
Had a bit of a battle getting the integration installed and running, kept running into 'An unknown error occurred' message after clicking 'submit' when configuring the integration. I've now got the integration loaded, but I am now getting a 'Failed to setup: Check the logs' error. The error log is
Note: I have had this integration installed and working fine previously, it randomly stopped working and I had to uninstall and reinstall recently. The thermostat is operational and responding as expected in the TSmart app
The text was updated successfully, but these errors were encountered: