You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: