Hi Everyone
I finally got my Unifi WAP up an running, and the IOS app on all our iphones (Hope battery life is ok) and NMAP. Also created Zones for work and school.
So I have been reading and looking into examples and sofar it has not been working as expected.
which would be WAP detection in the home and GPS outside
- How do I merge the detected info in the “Known_devices.yaml” file?
I either have to icons one showing Router and the other showing GPS location, would like to have it just switch between the two on the same “Home” icon
Should I combine the iphone device names and add the MAC address to them and delete the rest?
Sofar havent had success with this approach
Any special order this have to be done in?
Update: I have found that it finds two different names (Router includes MAC adress)
CasperseniPhone7+ (Router) - (But Unfi shows hostname as “CasperssiPhone7”)
Caspersen iPhone 7 (IOS) - But iPhone find my phone shows name as “Caspersen iPhone 7+”
Yes stupid names and characters, but is the rule to keep it short no spaces and then hope for the best?
-
The IOS battery level and state are now showing for all our phones above without me doing anything Hiding them has shown to be difficult?
Reading up on customize this should work, but doesn’t… (Yes I have it all in one file for now)
This works adding any more than 2 breaks it? (I would like to move them all into a panel, but for now I just want them gone)homeassistant: name: Home latitude: 55.7024022200001 longitude: 12.48125444000025 elevation: 24 unit_system: metric time_zone: Europe/Copenhagen # customize: !include customize.yaml customize: sensor.caspersens_iphone_7_battery_level: hidden: True sensor.caspersens_iphone_7_battery_state: hidden: True # sensor.sensor.ninas_iphone_6s_battery_level: # hidden: True # sensor.sensor.ninas_iphone_6s_battery_state: # hidden: True # sensor.sensor.thomass_iphone_battery_level: # hidden: True # sensor.sensor.thomass_iphone_battery_state: # hidden: True # sensor.sensor.victorias_iphone_battery_level: # hidden: True # sensor.sensor.victorias_iphone_battery_state: # hidden: True
As always any help is much appreciated
Above is following the guide lines as far as I can see