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

zwave-js-server doesn't listen to IPv6 by default #102296

Closed
zargony opened this issue Oct 19, 2023 · 1 comment · Fixed by zwave-js/zwave-js-server#1080
Closed

zwave-js-server doesn't listen to IPv6 by default #102296

zargony opened this issue Oct 19, 2023 · 1 comment · Fixed by zwave-js/zwave-js-server#1080

Comments

@zargony
Copy link

zargony commented Oct 19, 2023

The problem

Z-Wave integration doesn't work with IPv6 by default. zwave-js-server binds to 0.0.0.0 by default (https://github.com/zwave-js/zwave-js-server/blob/master/src/lib/server.ts#L509 ) and therefore listens to IPv4 only, not IPv6. Since IPv6 is widely available and enabled nowadays and Home Assistant otherwise works well with IPv6, I suppose this is unintended and it would be nice to have it listen to IPv6 by default (if available) as well.

Related issue in zwave-js-ui: zwave-js/zwave-js-ui#3347

What version of Home Assistant Core has the issue?

core-2023.10.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Z-Wave

Link to integration documentation on our website

https://www.home-assistant.io/integrations/zwave_js/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration (zwave_js) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of zwave_js can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign zwave_js Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


zwave_js documentation
zwave_js source
(message by IssueLinks)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant