mfkrause / homebridge-people-pro

Homebridge plugin that provides details of who is in a Home + History (powered by fakegato)
MIT License
41 stars 2 forks source link

MAC address doesn't work #33

Open Th3o4oR opened 7 months ago

Th3o4oR commented 7 months ago

Using the following config:

{
    "platform": "PeoplePro",
    "anyoneSensor": true,
    "anyoneSensorType": "motion",
    "nooneSensor": true,
    "nooneSensorType": "motion",
    "_bridge": {
        "username": "AA:BB:CC:DD:EE:FF",
        "port": 12345
    },
    "people": [
        {
            "name": "Person",
            "target": "ab:cd:ef:ab:cd:ef",
            "type": "motion",
            "threshold": 15,
            "pingInterval": 10000,
            "pingUseArp": false,
            "excludeFromWebhook": true
        }
    ]
}

The plugin doesn't recognize my phone on the network. Detection works using both IP and hostname. I have tested arp through the terminal using Homebridge UI, and the mac-address for my phone definitely shows up.