PeteLawrence / homebridge-people

204 stars 52 forks source link

"No One" Switch will be permanently triggered #96

Open sadden3194 opened 6 years ago

sadden3194 commented 6 years ago

Hello,

this plugin doesn't work for me yet. I use this plugin with homebridge on my Synology NAS:

My config file looks like this:

 {
            "platform": "People",
            "threshold": 1,
            "anyoneSensor": true,
            "nooneSensor": true,
            "pingInterval": 10000,
            "ignoreReEnterExitSeconds": 0,
            "people": [
                {
                    "name": "iPhone",
                    "target": "192.168.108.29"
                },
                {
                    "name": "Dell_Notebook",
                    "target": "192.168.108.30"
                }
            ]
}

The "No One" Switch will be permanently triggered. But both devices are reachable in my wlan network.

what did I wrong?

Segelfeldt commented 6 years ago

Got the same issue, also on Synology NAS.

alexbaldwin commented 6 years ago

Same issue. Docker running on Synology.

caboj commented 6 years ago

Same issue, running on MacOS

Barloew commented 5 years ago

See here: https://github.com/PeteLawrence/homebridge-people/issues/90#issuecomment-457819199