HA:
‘‘‘
services:
homeassistant:
container_name: homeassistant
image: « Package home-assistant · GitHub »
volumes:
- ~/HomeAssistant:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host
‘‘‘
configuration.yaml:
‘‘‘
http:
server_port: 8123
ssl_certificate: ssl/fullchain.pem
ssl_key: ssl/privkey.pem
use_x_forwarded_for: true
trusted_proxies:
- 192.168.1.76
- 127.0.0.1
- 172.24.0.0/16
- 192.168.1.0/24
homeassistant:
external_url: https://mondomaine.freeboxos.fr:444
internal_url: http://192.168.1.76:8180
‘‘‘
matter-hub:
’’’
services:
matter-hub:
image: ``ghcr.io/t0bst4r/home-assistant-matter-hub:latest
restart: unless-stopped
network_mode: host
environment: # more options can be found in the configuration section
- HAMH_HOME_ASSISTANT_URL=https://domaine.freeboxos.fr:8123/
- HAMH_HOME_ASSISTANT_ACCESS_TOKEN=montoken
- HAMH_LOG_LEVEL=debug
- HAMH_HTTP_PORT=8482
- NODE_ENV=production
cap_add:
- NET_ADMIN # ← pour multicast
- NET_RAW # ← pour multicast
volumes:
- $PWD/home-assistant-matter-hub:/data
’’’
les logs de matter-hub (qui fonctionne):
‘‘‘
2025-09-19 06:39:45.733 DEBUG NodejsChannel Socket created and bound remoteAddress: undefined:5353 localAddress: 0.0.0.0:5353 2025-09-19 06:39:45.736 INFO WebApi HTTP server (API & Web App) listening on port 8482 2025-09-19 06:39:45.737 DEBUG NodejsChannel Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353 2025-09-19 06:39:45.739 DEBUG NodejsChannel Socket created and bound remoteAddress: undefined:5353 localAddress: 0.0.0.0:5353 2025-09-19 06:39:45.740 DEBUG NodejsChannel Socket created and bound remoteAddress: undefined:5353 localAddress: :::5353 2025-09-19 06:39:45.767 INFO HomeAssistantClient Waiting for Home Assistant to be up and running 2025-09-19 06:39:50.780 DEBUG HomeAssistantClient Got an update from Home Assistant. System state is 'RUNNING'.
‘‘‘
Lorsque je tente une validation de l’adresse en ws ou en http https dans l’intégration de HA j’ai Echec de connection et en log:
‘‘‘
2025-09-19 16:43:28.961 DEBUG WebApi / Access Log GET / 304 Not Modified from ::ffff:192.168.1.20
2025-09-19 16:43:29.042 DEBUG WebApi / Access Log GET /assets/index-OIW2Cdqr.js 304 Not Modified from ::ffff:192.168.1.20
2025-09-19 16:43:29.045 DEBUG WebApi / Access Log GET /assets/index-B1qGElgd.css 304 Not Modified from ::ffff:192.168.1.20
2025-09-19 16:43:29.202 DEBUG WebApi / Access Log GET /assets/vitesse-light-CVO1_9PV.js 304 Not Modified from ::ffff:192.168.1.20
2025-09-19 16:43:29.203 DEBUG WebApi / Access Log GET /assets/vitesse-dark-D0r3Knsf.js 304 Not Modified from ::ffff:192.168.1.20
2025-09-19 16:43:29.205 DEBUG WebApi / Access Log GET /assets/javascript-ySlJ1b_l.js 304 Not Modified from ::ffff:192.168.1.20
2025-09-19 16:43:29.316 DEBUG WebApi / Access Log GET /assets/roboto-latin-500-normal-CkrA1NAy.woff2 304 Not Modified from ::ffff:192.168.1.20
2025-09-19 16:43:29.318 DEBUG WebApi / Access Log GET /assets/roboto-latin-400-normal-CNwBRw8h.woff2 304 Not Modified from ::ffff:192.168.1.20
2025-09-19 16:43:29.342 DEBUG WebApi / Access Log GET /api/matter/bridges?_s=1758300209314 200 OK from ::ffff:192.168.1.20
‘‘‘
Sauf si je mets l’url http://192.168.1.76:8482/ et là j’ai toujours echec de connection dans HA mais j’ai le log:
2025-09-19 16:45:54.138 DEBUG WebApi / Access Log GET / 200 OK from ::ffff:192.168.1.76