- Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hi, thanks for this nice tool. I managed to get it running via systemd on a Debian virtual machine. When I run it stand alone I do have a gui but when running from systemd I am getting this in the browser:
{"service":"Tado Local","description":"Local REST API for Tado devices via HomeKit bridge","version":"1.0.0-alpha1","documentation":"/docs","api_info":"/api","note":"Web UI not found. Install static/index.html or visit /api for API details"} This is in systemctl status tado-local:
ERROR AsyncZeroconf registration failed for tado-local Traceback (most recent call last): File "/usr/local/lib/python3.13/dist-packages/tado_local-1.0.0a1-py3.13.egg/tado_local/zeroconf_register.py", line 95, in register_service_async async_zc = AsyncZeroconf() File "/usr/local/lib/python3.13/dist-packages/zeroconf/asyncio.py", line 171, in __init__ self.zeroconf = zc or Zeroconf( ~~~~~~~~^ interfaces=interfaces, ^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... apple_p2p=apple_p2p, ^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/dist-packages/zeroconf/_core.py", line 182, in __init__ listen_socket, respond_sockets = create_sockets(interfaces, unicast, ip_version, apple_p2p=apple_p2p) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.13/dist-packages/zeroconf/_utils/net.py", line 453, in create_sockets normalized_interfaces = normalize_interface_choice(interfaces, ip_version) File "/usr/local/lib/python3.13/dist-packages/zeroconf/_utils/net.py", line 185, in normalize_interface_choice adapters = ifaddr.get_adapters() File "/usr/local/lib/python3.13/dist-packages/ifaddr/_posix.py", line 56, in get_adapters raise OSError(eno, os.strerror(eno)) OSError: [Errno 97] Address family not supported by protocol any clue what is going on?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels