TrueNAs Scale und Home Assistant mit Hue Bridg

eviltwin99

Cadet
Joined
Sep 29, 2023
Messages
2
TrueNAs Scale und Home Assistant mit Hue Bridge
Bekomme die Hue Bridge nicht installiert, selbst wenn ich direkt die IP eingebe, was soll ich beachten.
TrueNAS ist neu Installiert und Auf Deutsch gestellt, am Netzwerkt habe ich nur DNS 8.8.8.8 und den GateWay. 2 SSD werden gespiegelt und darauf ist auch der APP store, Samba ist auch schon eingerichtet und geht.

System
i7 3770t @ 3500Mhz @ offset -0,08
16GB DDR 1866Mhz
2x SSD 500GB
1x SDD 240 Systemplatte
neuste TrueNAS Scale
 

eviltwin99

Cadet
Joined
Sep 29, 2023
Messages
2
Logger: homeassistant.components.hue.config_flow
Source: components/hue/config_flow.py:77
Integration: Philips Hue (documentation, issues)
First occurred: 02:47:03 (3 occurrences)
Last logged: 02:53:29
Error while attempting to retrieve discovery information, is there a bridge alive on IP 192.168.32.44 ?Traceback (most recent call last):
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 980, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs) # type: ignore[return-value] # noqa
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1085, in create_connection
raise exceptions[0]
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 1069, in create_connection
sock = await self._connect_sock(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/base_events.py", line 973, in _connect_sock
await self.sock_connect(sock, address)
File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 628, in sock_connect
return await fut
^^^^^^^^^
File "/usr/local/lib/python3.11/asyncio/selector_events.py", line 668, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('192.168.32.44', 80)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hue/config_flow.py", line 77, in _get_bridge
bridge = await discover_bridge(
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohue/discovery.py", line 36, in discover_bridge
bridge_id = await is_hue_bridge(host, websession)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohue/discovery.py", line 82, in is_hue_bridge
async with websession.get(url, timeout=30) as res:
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 1141, in __aenter__
self._resp = await self._coro
^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohttp/client.py", line 536, in _request
conn = await self._connector.connect(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 540, in connect
proto = await self._create_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 901, in _create_connection
_, proto = await self._create_direct_connection(req, traces, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1209, in _create_direct_connection
raise last_exc
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 1178, in _create_direct_connection
transp, proto = await self._wrap_create_connection(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/aiohttp/connector.py", line 988, in _wrap_create_connection
raise client_error(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host 192.168.32.44:80 ssl:default [Connect call failed ('192.168.32.44', 80)]
 

chuck32

Guru
Joined
Jan 14, 2023
Messages
623
Bei der App kenne ich mich nicht aus, ich habe Home Assistant als VM laufen, nach dieser Anleitung. Als NIC habe ich meine Network Bridge ausgewählt, die ich zuvor erstellt hatte.

Kannst du denn aus Home Assistant auf dein restliches Netzwerk zugreifen? Installiere mal die SSH und Terminal Erweiterung und ping mal die Hue Bridge oder ein anderes Gerät an.
 
Top