Apollon77 / ioBroker.homekit-controller

Pair and control HomeKit devices directly
MIT License
17 stars 8 forks source link

IP Discovery with mulithost environment #289

Closed marc577 closed 1 year ago

marc577 commented 1 year ago

I'm trying to connect the Aqara FP2 presence Sensor. My setup is a master docker iobroker host in my trunk vlan via macvlan and an iobroker mulithost slave docker instance in an iot vlan also via macvlan network Interface (only this network adapter is connected to this host) where also the sensor is connected to. The homekit controller adapter instance is running on the slave host in the iot net. Sadly the discovery of the instance only shows devices of the masters network.

Is this the expected behavior? Or is it possible to change the discovery subnet or change the network Interface which the discovery is using?

Versions:

Apollon77 commented 1 year ago

Are you then sure that the instance runs on the correct host? because in fact in my expectation the slave host in the "other" network should only see stuff from the "other" network. SO check that the instance is assigneed to the correct host.

Apollon77 commented 1 year ago

no answer, closed