Currently I have tracking via bluetooth and nmap. I take my devices and have two groups, one for my wife and one for myself. I’ve now installed the home assistant app and I’m trying to add the tracking that it offers to that group as well to improve presence detection.
The problem I’m having is that despite each phone getting a new known_device in the known_devices file and me adding that device to the group that I have in place, it’s never showing in that group.
Based on what I’m seeing, I THINK that the new known device is getting grouped in with my current nmap tracking, but I have no way to be sure (I suspect this because nmap is now refusing to be marked as away when this wasn’t an issue before I started setting this up). Can anyone help with what I’m missing? Below are some examples using just my phone (not my wife’s settings which are just identical to what I’m doing for my phone).
Thanks in advance for the help!
ios config entry (autofilled):
"ChrisiPhone": {
"app": {
"buildNumber": 10,
"bundleIdentifer": "io.robbie.HomeAssistant",
"versionNumber": "1.1.1"
},
"battery": {
"level": 98,
"state": "Unplugged"
},
"device": {
"localizedModel": "iPhone",
"model": "iPhone",
"name": "iPhone",
"permanentID": "710B1C6B-A4FA-4F7F-9551-B6B27F0A2E68",
"systemName": "iOS",
"systemVersion": "11.4.1",
"type": "iPhone 7"
},
"deviceId": "ChrisiPhone",
"lastSeenAt": "2018-08-31T09:24:47.867672",
"permissions": [
"notifications",
"location"
],
"pushId": "ccbc0c9c-5bde-3534-b3f0-b1df2f80a530",
"pushSounds": [],
"pushToken": "This space intentionally left blank"
}
known_devices entry (this was auto-detected. The third entry is the new one, other two were pre-existing):
#Chris
78886d46fdf9:
hide_if_away: false
icon:
mac: 78:88:6D:46:FD:F9
name: Chris_nmap
picture:
track: true
Christopher_bluetoothTracking:
hide_if_away: false
icon:
mac: BT_78:88:6D:46:FD:FA
name: Chris_Bluetooth
picture:
track: true
chrisiphone:
hide_if_away: false
icon:
mac:
name: chrisiphone
picture:
track: true
groups entry (existing, just added the third tracker):
Christopher:
name: Christopher
entities:
- device_tracker.Christopher_bluetoothTracking
- device_tracker.78886d46fdf9
- device_tracker.chrisiphonee