MidnightZA
Expert Member
- Joined
- Mar 9, 2013
- Messages
- 1,141
I know the feelingYesterday I had to arm my house from the keypad, felt so unnatural
Yesterday I had to arm my house from the keypad, felt so unnatural
can you imagine that!
I dont even arm my alarm on the phone.
Have an automation, as soon as both me and the wife's phones are charging (usually the case every night) the alarm automatically arms if not armed.
Mines uses presence detection to first put perimeter in stay mode. If during stay mode, it senses us in garage, the disarms perimeter because it means we want to go out into garden . Stay arms beams outsideI have 2 NFC tags for arming/disarming. It only works with my phone and when its unlocked.
I wanted to go the charging route but I dont always charge my phone at night
I have updated to the latest and seems to be working againView attachment 1016203
![]()
Looks like the guys on the PAI Github community page got it working. They are still testing and figuring things out but hopefully we will get a update/fix soon.
Yesterday I had to arm my house from the keypad, felt so unnatural
Can confirm working again with latest PAI.I have updated to the latest and seems to be working again
Hi All. This Pai integration has been fixed. Just install all the latest updates, then copy your PAI configuration to a Text file, Then reset all Pai configs to default with the 3 dots in the upper right. Now put your relevant passwords and IP's from your saved text file back into the config and start the integrations. This worked for me.
partition: '1'
Remove the repo and add it again. That worked for me!Yes I do, but i can't see an obvious way to force check for an update
Don't want to uninstall / reinstall incase all my zones, etc get duplicated in Hass or the new MQTT discovery puts a 1 behind each new sensor/switch . Don't want to redo automations.
device_tracker:
- platform: nmap_tracker
hosts: 192.168.0.0/24
interval_seconds: 30
consider_home: 180
dlinkrouter_local:
name: dlinkrouter.local
mac: [removed]
icon:
picture:
track: true
lounge_tv_dlink:
name: Lounge-TV.Dlink
mac: [removed]
icon:
picture:
track: false
dining_room_speaker_dlink:
name: Dining-Room-Speaker.Dlink
mac: [removed]
icon:
picture:
track: false
master_bedroom_speaker_dlink:
name: Master-Bedroom-Speaker.Dlink
mac: [removed]
icon:
picture:
track: false
galaxy_a50_dlink:
name: Galaxy-A50.Dlink
mac: [removed]
icon:
picture:
track: true
device_tracker:
- platform: nmap_tracker
hosts:
- 192.168.0.101
- 192.168.0.102
interval_seconds: 30
consider_home: 180
Im trying to set up my presence detetion now using nmap tracker using the code below and it gives me all the devices connected to the modem
Code:device_tracker: - platform: nmap_tracker hosts: 192.168.0.0/24 interval_seconds: 30 consider_home: 180
Code:dlinkrouter_local: name: dlinkrouter.local mac: [removed] icon: picture: track: true lounge_tv_dlink: name: Lounge-TV.Dlink mac: [removed] icon: picture: track: false dining_room_speaker_dlink: name: Dining-Room-Speaker.Dlink mac: [removed] icon: picture: track: false master_bedroom_speaker_dlink: name: Master-Bedroom-Speaker.Dlink mac: [removed] icon: picture: track: false galaxy_a50_dlink: name: Galaxy-A50.Dlink mac: [removed] icon: picture: track: true
I want to only scan 2 devices though (the two phones in the house).
Both phones have a static IP lets say for example .101 and .102, but if I set my hosts to
Code:device_tracker: - platform: nmap_tracker hosts: - 192.168.0.101 - 192.168.0.102 interval_seconds: 30 consider_home: 180
It does not seem to work/detect the device. What am I doing wrong?
Im trying to set up my presence detetion now using nmap tracker using the code below and it gives me all the devices connected to the modem
Code:device_tracker: - platform: nmap_tracker hosts: 192.168.0.0/24 interval_seconds: 30 consider_home: 180
Code:dlinkrouter_local: name: dlinkrouter.local mac: [removed] icon: picture: track: true lounge_tv_dlink: name: Lounge-TV.Dlink mac: [removed] icon: picture: track: false dining_room_speaker_dlink: name: Dining-Room-Speaker.Dlink mac: [removed] icon: picture: track: false master_bedroom_speaker_dlink: name: Master-Bedroom-Speaker.Dlink mac: [removed] icon: picture: track: false galaxy_a50_dlink: name: Galaxy-A50.Dlink mac: [removed] icon: picture: track: true
I want to only scan 2 devices though (the two phones in the house).
Both phones have a static IP lets say for example .101 and .102, but if I set my hosts to
Code:device_tracker: - platform: nmap_tracker hosts: - 192.168.0.101 - 192.168.0.102 interval_seconds: 30 consider_home: 180
It does not seem to work/detect the device. What am I doing wrong?
I had a issue where my S10 switches off it's wifi to preserve battery which caused nmap tracker to report it as away
I had a issue where my S10 switches off it's wifi to preserve battery which caused nmap tracker to report it as away
It auto-populated on the known_devices.yaml when I put in the nmap tracker and restarted HAshow me the format of your mac address?