Closed Caros2017 closed 1 year ago
Hey there @hacf-fr, @quentame, @mib1185, mind taking a look at this issue as it has been labeled with an integration (synology_dsm
) you are listed as a code owner for? Thanks!
(message by CodeOwnersMention)
synology_dsm documentation synology_dsm source (message by IssueLinks)
Hi @Caros2017
Sorry for late reply, but we use GitHub for tracking issues with Home Assistant Core itself, not for providing support. If you are in need of support, you should try our Community Forum or join our Discord chat server.
Thanks! 👍
The problem
I had Synology DSM working for over a year. I am aware of this part on the plugin, therefor I have disabled SSDP:
Today I have changed some network settings. I wanted to have a seperate VLAN for docker, using macvlan:
Docker vlan creation:
Since then my integration isn't working anymore. My eth0.200 doesn't have an IPv4 address, since it is not needed. But I think the problem resides there:
It seems like the integration is trying to communicate to eth0.200 but failes. I have also tried to add the integration on the IPv6 address of eth0.200[2a02:xx:6d0e:2:xx:d0ff:fe0b:188d], but this gives me the same error.
The whole network itself is working fine with both IPv4 and IPv6. I don't really understand what is happening, since the integration is connected to a static IPv4 address.
Is my situation not supported, or is there anything possible to fix this?
Note1: If I add a second NIC with the same DHCP settings as eth0 it works when this nic (eth1) is up Note2: HomeAssistant itself is running as container on the synology itself
What version of Home Assistant Core has the issue?
2023.8.3
What was the last working version of Home Assistant Core?
2023.8.3
What type of installation are you running?
Home Assistant Container
Integration causing the issue
Synology DSM
Link to integration documentation on our website
https://www.home-assistant.io/integrations/synology_dsm/
Diagnostics information
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response