Problems with Phillips Hue Bridge integration | Unknown error occurred

Hello Guys! I am running

* Método de instalaciónHome Assistant OS
* Core2026.2.2
* Supervisor2026.02.2
* Operating System17.1
* Frontend20260128.6

Integration with Philips Hue Bridge is impossible. It no longer works. It doesn’t even ask me to press the button on the bridge to pair it. The message to enter the Philips Hue IP address appears, I enter the address 192.168.1.2, but I still have no luck.

I test via curl without problems.

> curl -v http://192.168.1.2/api/config | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0*   Trying 192.168.1.2:80...
* Connected to 192.168.1.2 (192.168.1.2) port 80
> GET /api/config HTTP/1.1
> Host: 192.168.1.2
> User-Agent: curl/8.7.1
> Accept: */*
>
* Request completely sent off
< HTTP/1.1 200 OK
< Server: nginx
< Date: Tue, 17 Feb 2026 17:13:54 GMT
< Content-Type: application/json
< Connection: close
< Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
< Pragma: no-cache
< Expires: Mon, 1 Aug 2011 09:00:00 GMT
< Access-Control-Max-Age: 3600
< Access-Control-Allow-Origin: *
< Access-Control-Allow-Credentials: true
< Access-Control-Allow-Methods: POST, GET, OPTIONS, PUT, DELETE, HEAD
< Access-Control-Allow-Headers: Content-Type
< X-XSS-Protection: 1; mode=block
< X-Frame-Options: SAMEORIGIN
< X-Content-Type-Options: nosniff
< Content-Security-Policy: default-src 'self'
< Cache-Control: no-store
< Pragma: no-cache
< Referrer-Policy: no-referrer
<
{ [229 bytes data]
100   229    0   229    0     0   2809      0 --:--:-- --:--:-- --:--:--  2827
* Closing connection
{
  "name": "Hue Bridge",
  "datastoreversion": "182",
  "swversion": "1975134020",
  "apiversion": "1.75.0",
  "mac": "ec:b5:fa:8e:07:f4",
  "bridgeid": "ECB5FAFFFE8E07F4",
  "factorynew": false,
  "replacesbridgeid

": null,
  "modelid": "BSB002",
  "starterkitid": ""
}

I can even list the devices.

curl http://192.168.1.2/api/fSzkf4tjDJL3Q8X6ZV7etDDz5yVESBNDMyhOlqOI/lights | jq
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  5310    0  5310    0     0   120k      0 --:--:-- --:--:-- --:--:--  120k
{
  "1": {
    "state": {
      "on": false,
      "bri": 26,
      "hue": 7613,
      "sat": 203,
      "effect": "none",
      "xy": [
        0.5058,
        0.4151
      ],
      "ct": 455,
      "alert": "select",
      "colormode": "ct",
      "mode": "homeautomation",
      "reachable": true
    },
    "swupdate": {
      "state": "noupdates",
      "lastinstall": "2026-02-17T15:54:29"
    },
    "type": "Extended color light",
    "name": "Izquierda",
    "modelid": "LCA006",
    "manufacturername": "Signify Netherlands B.V.",
    "productname": "Hue color lamp",
    "capabilities": {
      "certified": true,
      "control": {
        "mindimlevel": 200,
        "maxlumen": 1055,
        "colorgamuttype": "C",
        "colorgamut": [
          [
            0.6915,
            0.3083
          ],
          [
            0.1700,
            0.7000
          ],
          [
            0.1532,
            0.0475
          ]
        ],
        "ct": {
          "min": 153,
          "max": 500
        }
      },
      "streaming": {
        "renderer": true,
        "proxy": true
      }
    },
    "config": {
      "archetype": "tableshade",
      "function": "mixed",
      "direction": "omnidirectional",
      "startup": {
        "mode": "safety",
        "configured": true
      }
    },
    "uniqueid": "00:17:88:01:0c:7c:82:e1-0b",
    "swversion": "1.122.8",
    "swconfigid": "ECCBCB84",
    "productid": "Philips-LCA006-1-A60HECLv1"
  },
  "2": {
    "state": {
      "on": false,
      "bri": 136,
      "hue": 7613,
      "sat": 203,
      "effect": "none",
      "xy": [
        0.5058,
        0.4151
      ],
      "ct": 455,
      "alert": "select",
      "colormode": "ct",
      "mode": "homeautomation",
      "reachable": true
    },
    "swupdate": {
      "state": "noupdates",
      "lastinstall": "2026-02-17T15:54:31"
    },
    "type": "Extended color light",
    "name": "Derecha",
    "modelid": "LCA006",
    "manufacturername": "Signify Netherlands B.V.",
    "productname": "Hue color lamp",
    "capabilities": {
      "certified": true,
      "control": {
        "mindimlevel": 200,
        "maxlumen": 1055,
        "colorgamuttype": "C",
        "colorgamut": [
          [
            0.6915,
            0.3083
          ],
          [
            0.1700,
            0.7000
          ],
          [
            0.1532,
            0.0475
          ]
        ],
        "ct": {
          "min": 153,
          "max": 500
        }
      },
      "streaming": {
        "renderer": true,
        "proxy": true
      }
    },
    "config": {
      "archetype": "tableshade",
      "function": "mixed",
      "direction": "omnidirectional",
      "startup": {
        "mode": "safety",
        "configured": true
      }
    },
    "uniqueid": "00:17:88:01:0c:0d:6a:4d-0b",
    "swversion": "1.122.8",
    "swconfigid": "ECCBCB84",
    "productid": "Philips-LCA006-1-A60HECLv1"
  },
  "3": {
    "state": {
      "on": false,
      "bri": 254,
      "hue": 1262,
      "sat": 147,
      "effect": "none",
      "xy": [
        0.5456,
        0.3483
      ],
      "ct": 500,
      "alert": "select",
      "colormode": "xy",
      "mode": "homeautomation",
      "reachable": true
    },
    "swupdate": {
      "state": "noupdates",
      "lastinstall": "2026-02-17T15:54:33"
    },
    "type": "Extended color light",
    "name": "Izquierda",
    "modelid": "LCA006",
    "manufacturername": "Signify Netherlands B.V.",
    "productname": "Hue color lamp",
    "capabilities": {
      "certified": true,
      "control": {
        "mindimlevel": 200,
        "maxlumen": 1055,
        "colorgamuttype": "C",
        "colorgamut": [
          [
            0.6915,
            0.3083
          ],
          [
            0.1700,
            0.7000
          ],
          [
            0.1532,
            0.0475
          ]
        ],
        "ct": {
          "min": 153,
          "max": 500
        }
      },
      "streaming": {
        "renderer": true,
        "proxy": true
      }
    },
    "config": {
      "archetype": "walllantern",
      "function": "mixed",
      "direction": "omnidirectional",
      "startup": {
        "mode": "safety",
        "configured": true
      }
    },
    "uniqueid": "00:17:88:01:0c:7f:98:d6-0b",
    "swversion": "1.122.8",
    "swconfigid": "ECCBCB84",
    "productid": "Philips-LCA006-1-A60HECLv1"
  },
  "4": {
    "state": {
      "on": false,
      "bri": 254,
      "hue": 8557,
      "sat": 125,
      "effect": "none",
      "xy": [
        0.4481,
        0.4077
      ],
      "ct": 351,
      "alert": "select",
      "colormode": "ct",
      "mode": "homeautomation",
      "reachable": true
    },
    "swupdate": {
      "state": "noupdates",
      "lastinstall": "2026-02-17T15:54:35"
    },
    "type": "Extended color light",
    "name": "Derecha",
    "modelid": "LCA006",
    "manufacturername": "Signify Netherlands B.V.",
    "productname": "Hue color lamp",
    "capabilities": {
      "certified": true,
      "control": {
        "mindimlevel": 200,
        "maxlumen": 1055,
        "colorgamuttype": "C",
        "colorgamut": [
          [
            0.6915,
            0.3083
          ],
          [
            0.1700,
            0.7000
          ],
          [
            0.1532,
            0.0475
          ]
        ],
        "ct": {
          "min": 153,
          "max": 500
        }
      },
      "streaming": {
        "renderer": true,
        "proxy": true
      }
    },
    "config": {
      "archetype": "walllantern",
      "function": "mixed",
      "direction": "omnidirectional",
      "startup": {
        "mode": "safety",
        "configured": true
      }
    },
    "uniqueid": "00:17:88:01:0c:0b:ad:e6-0b",
    "swversion": "1.122.8",
    "swconfigid": "ECCBCB84",
    "productid": "Philips-LCA006-1-A60HECLv1"
  },
  "5": {
    "state": {
      "on": false,
      "bri": 254,
      "hue": 7169,
      "sat": 225,
      "effect": "none",
      "xy": [
        0.5267,
        0.4133
      ],
      "ct": 500,
      "alert": "select",
      "colormode": "ct",
      "mode": "homeautomation",
      "reachable": true
    },
    "swupdate": {
      "state": "noupdates",
      "lastinstall": "2026-02-17T15:54:37"
    },
    "type": "Extended color light",
    "name": "Lámpara",
    "modelid": "7602031J6",
    "manufacturername": "Signify Netherlands B.V.",
    "productname": "Hue Go",
    "capabilities": {
      "certified": true,
      "control": {
        "mindimlevel": 70,
        "maxlumen": 400,
        "colorgamuttype": "C",
        "colorgamut": [
          [
            0.6915,
            0.3083
          ],
          [
            0.1700,
            0.7000
          ],
          [
            0.1532,
            0.0475
          ]
        ],
        "ct": {
          "min": 153,
          "max": 500
        }
      },
      "streaming": {
        "renderer": true,
        "proxy": true
      }
    },
    "config": {
      "archetype": "huego",
      "function": "decorative",
      "direction": "omnidirectional",
      "startup": {
        "mode": "safety",
        "configured": true
      }
    },
    "uniqueid": "00:17:88:01:0b:ea:02:55-0b",
    "swversion": "1.122.8",
    "swconfigid": "20894415",
    "productid": "Philips-LCT030-1-HueGoECLv2"
  },
  "6": {
    "state": {
      "on": false,
      "bri": 254,
      "hue": 7169,
      "sat": 225,
      "effect": "none",
      "xy": [
        0.5267,
        0.4133
      ],
      "ct": 500,
      "alert": "select",
      "colormode": "ct",
      "mode": "homeautomation",
      "reachable": true
    },
    "swupdate": {
      "state": "noupdates",
      "lastinstall": "2026-02-17T15:54:54"
    },
    "type": "Extended color light",
    "name": "Rack",
    "modelid": "LCL001",
    "manufacturername": "Signify Netherlands B.V.",
    "productname": "Hue lightstrip plus",
    "capabilities": {
      "certified": true,
      "control": {
        "mindimlevel": 40,
        "maxlumen": 1600,
        "colorgamuttype": "C",
        "colorgamut": [
          [
            0.6915,
            0.3083
          ],
          [
            0.1700,
            0.7000
          ],
          [
            0.1532,
            0.0475
          ]
        ],
        "ct": {
          "min": 153,
          "max": 500
        }
      },
      "streaming": {
        "renderer": true,
        "proxy": true
      }
    },
    "config": {
      "archetype": "huelightstrip",
      "function": "decorative",
      "direction": "omnidirectional",
      "startup": {
        "mode": "safety",
        "configured": true
      }
    },
    "uniqueid": "00:17:88:01:0c:57:fd:dc-0b",
    "swversion": "1.122.8",
    "swconfigid": "49730BB6",
    "productid": "Philips-LCL001-1-LedStripsv4"
  }
}
 ~/Pr/HomeAssistant

I reset the Hue to factory settings without any problems. I think the problem lies with the new version of Home Assistant. Do you have any idea what it could be?

And the error:

Logs

s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service legacy-services: starting
services-up: info: copying legacy longrun home-assistant (no readiness notification)
s6-rc: info: service legacy-services successfully started
2026-02-17 13:56:25.280 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration browser_mod which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-02-17 13:56:25.281 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-02-17 13:56:25.282 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smartir which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-02-17 13:56:25.283 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration cloudflare_tunnel_monitor which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-02-17 13:56:25.283 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration spotcast which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2026-02-17 13:56:28.676 ERROR (SyncWorker_4) [custom_components.spotcast.helpers] spotify integration not found
2026-02-17 13:56:29.101 ERROR (Thread-6) [pychromecast.socket_client] [32PHD6917/77(192.168.1.25):8009] Failed to connect to service MDNSServiceInfo(name='Philips-FHD-Android--d9f6fa69cc648620ff1d394fed9ada5e._googlecast._tcp.local.'), retrying in 5.0s
2026-02-17 13:56:59.106 WARNING (zeroconf-ServiceBrowser-_googlecast._tcp-120) [pychromecast.dial] Failed to determine cast type for host <unknown> (<urlopen error _ssl.c:1015: The handshake operation timed out>) (services:{MDNSServiceInfo(name='2020/2021-UHD-Androi-0be0e47c1c0737dc304c19f593128910._googlecast._tcp.local.')})
2026-02-17 13:57:09.350 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (task: None)
Traceback (most recent call last):
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 539, in start
    message, payload = await protocol.read()  # type: ignore[union-attr]
                       ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/streams.py", line 703, in read
    await self._waiter
asyncio.exceptions.CancelledError

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

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/discovery_flow.py", line 137, in _async_start
    await gather_with_limited_concurrency(FLOW_INIT_LIMIT, *init_coros)
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 113, in gather_with_limited_concurrency
    return await gather(
           ^^^^^^^^^^^^^
    ...<2 lines>...
    )
    ^
  File "/usr/src/homeassistant/homeassistant/util/async_.py", line 111, in sem_task
    return await task
           ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1484, in async_init
    flow, result = await self._async_init(flow_id, handler, context, data)
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1532, in _async_init
    result = await self._async_handle_step(flow, flow.init_step, data)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 483, in _async_handle_step
    result: _FlowResultT = await getattr(flow, method)(user_input)
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hue/config_flow.py", line 248, in async_step_zeroconf
    bridge = await self._get_bridge(
             ^^^^^^^^^^^^^^^^^^^^^^^
        discovery_info.host, discovery_info.properties["bridgeid"]
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    )
    ^
  File "/usr/src/homeassistant/homeassistant/components/hue/config_flow.py", line 81, in _get_bridge
    bridge = await discover_bridge(
             ^^^^^^^^^^^^^^^^^^^^^^
    ...<8 lines>...
    )
    ^
  File "/usr/local/lib/python3.13/site-packages/aiohue/discovery.py", line 37, in discover_bridge
    bridge_id = await is_hue_bridge(host, websession)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohue/discovery.py", line 81, in is_hue_bridge
    async with websession.get(url, timeout=30) as res:
               ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 1510, in __aenter__
    self._resp: _RetType = await self._coro
                           ^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 779, in _request
    resp = await handler(req)
           ^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client.py", line 757, in _connect_and_send_request
    await resp.start(conn)
  File "/usr/local/lib/python3.13/site-packages/aiohttp/client_reqrep.py", line 534, in start
    with self._timer:
         ^^^^^^^^^^^
  File "/usr/local/lib/python3.13/site-packages/aiohttp/helpers.py", line 713, in __exit__
    raise asyncio.TimeoutError from exc_val
TimeoutError
2026-02-17 13:57:29.146 ERROR (Thread-8) [pychromecast.socket_client] [Televisor de la sala(192.168.1.3):8009] Failed to connect to service MDNSServiceInfo(name='2020/2021-UHD-Androi-0be0e47c1c0737dc304c19f593128910._googlecast._tcp.local.'), retrying in 5.0s
2026-02-17 13:59:42.347 ERROR (MainThread) [aiohttp.server] Error handling request from 192.168.1.38
2026-02-17 14:01:16.348 ERROR (MainThread) [aiohttp.server] Error handling request from 192.168.1.38
2026-02-17 14:03:52.347 ERROR (MainThread) [aiohttp.server] Error handling request from 192.168.1.38
2026-02-17 14:04:29.348 ERROR (MainThread) [aiohttp.server] Error handling request from 192.168.1.38
2026-02-17 14:05:56.349 ERROR (MainThread) [aiohttp.server] Error handling request from 192.168.1.38
2026-02-17 14:07:58.347 ERROR (MainThread) [aiohttp.server] Error handling request from 192.168.1.38
2026-02-17 14:19:02.347 ERROR (MainThread) [aiohttp.server] Error handling request from 192.168.1.38

My configurations.yaml

# -------------------------
# HOMEASSISTANT URLS / AUTH
# -------------------------
homeassistant:
  external_url: https://external_url
  internal_url: http://192.168.1.48:8123
  auth_providers:
    - type: homeassistant
    - type: trusted_networks
      trusted_networks:
        - 192.168.1.0/24
      allow_bypass_login: true

Someone with the same problem?

UPDATE: The error is in PROXMOX i descovered but i can not resolve…

Thanks!!!