Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wss socket ipv4 not open at hass. #345

Open
Bram-diederik opened this issue Aug 20, 2024 · 0 comments
Open

wss socket ipv4 not open at hass. #345

Bram-diederik opened this issue Aug 20, 2024 · 0 comments

Comments

@Bram-diederik
Copy link

I have home assistant sip assist so 5060 is taken. Im able to change that using the config. using 5061

I did not change the wss settings.

only the wss is not shown for ipv4 for netstat -l

netstat -l 
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 3e533915-asterisk:64865 0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:5060            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:5061            0.0.0.0:*               LISTEN     
tcp        0      0 sara-asterisk.pi-:40000 0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:8123            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:5038            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:4357            0.0.0.0:*               LISTEN     
tcp6       0      0 fe80::bcf2:870f:8:40000 [::]:*                  LISTEN     
tcp6       0      0 [::]:5060               [::]:*                  LISTEN     
tcp6       0      0 [::]:5061               [::]:*                  LISTEN     
tcp6       0      0 [::]:8123               [::]:*                  LISTEN     
tcp6       0      0 [::]:8088               [::]:*                  LISTEN     
tcp6       0      0 [::]:8089               [::]:*                  LISTEN     
tcp6       0      0 [::]:111                [::]:*                  LISTEN     
tcp6       0      0 [::]:22                 [::]:*                  LISTEN     
tcp6       0      0 [::]:5355               [::]:*                  LISTEN     
tcp6       0      0 [::]:4357               [::]:*                  LISTEN     

i tried making the bind harder.

[transport-wss]
type=transport
protocol=wss
;bind=0.0.0.0
bind=0.0.0.0:8098

but that does not resolve anything.

---------------------------------------------------------
 Add-on version: 4.4.0
 You are running the latest version of this add-on.
 System: Home Assistant OS 12.4  (amd64 / qemux86-64)
 Home Assistant Core: 2024.8.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant