Skip to content

Commit

Permalink
add external port definitions for haus-bus.de device communication (5…
Browse files Browse the repository at this point in the history
…855/udp)

and webui admin port (8911/tcp). This refs #2940.
  • Loading branch information
jens-maus committed Dec 8, 2024
1 parent 8b501e3 commit 2816d26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home-assistant-addon-dev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ ports:
1883/tcp: null
8883/tcp: null
2110/tcp: null
8911/tcp: null
5855/udp: null
ports_description:
22/tcp: SSH access (Extern)
80/tcp: CCU WebUI HTTP (Extern)
Expand Down Expand Up @@ -122,6 +124,8 @@ ports_description:
1883/tcp: CCU-Jack MQTT (Extern)
8883/tcp: CCU-Jack MQTT-Secure (Extern)
2110/tcp: homeputer CL Exec-Engine (Extern)
8911/tcp: Haus-Bus WebUI (Extern)
5855/udp: Haus-Bus communication (Extern)
environment:
HM_RUNNING_IN_HA: "1"
HM_HAPROXY_SRC: 172.30.32.2/32
Expand Down

0 comments on commit 2816d26

Please sign in to comment.