TawfikDaim / home_automation

home automation user stories
0 stars 0 forks source link

Presence #46

Open TawfikDaim opened 4 months ago

TawfikDaim commented 4 months ago

1. still under testing

Sensor:

  1. . WiFi enable from companion App teh Wifi name sensor

3. Config file

======= OLD==== Option 0:

https://www.home-assistant.io/integrations/google_maps/

Option 1: try https://www.home-assistant.io/integrations/huawei_lte/ presence detection from router

Option 2: Add surevlience section in dashboard to show last 2 shots of each camera when they detected motion, each time record 2 images 2 second apart of each other (taken from same automation used to send to mobile a notification) - * 7 cameras -> 28 pictures

Option 3: Presence and location detection Use iCloud integration for iPhone assign the person to the device_tracker entity of the iCloud integration

Automation: Automation for detecting movement when a person is away, this can be extended to be a mechanzim to lock home (close all lights excpet Fridge/automation/wifi), close all heating. close water valve at 11PM nightly while no one is at home), also can be used the other way around to open heating in winter when there is anyone home.

alias: Motioneye detected motion in office description: "" trigger:

platform: webhook webhook_id: Office169931 allowed_methods: POST PUT local_only: false condition: condition: time after: "22:30:00" before: "07:00:00" enabled: false action: service: notify.mobile_app_tawfiks_iphone data: message: Office camera detected a motion title: Motioneye enabled: false type: turn_on device_id: 2296691929c0872f42acb2deca95a4ce entity_id: 7bbeca76bc7ce34fa736118f03dc7831 domain: light enabled: false delay: hours: 0 minutes: 0 seconds: 50 milliseconds: 0 enabled: false type: turn_off device_id: 2296691929c0872f42acb2deca95a4ce entity_id: 7bbeca76bc7ce34fa736118f03dc7831 domain: light enabled: false service: camera.snapshot target: device_id:

Install iCloud3 for tracking iPhone devices

Manual Installation from the iCloud3 Repository Releases Page

Download the icloud3.zip (or icloud3_v3.zip) file from the gcobb321/icloud3_v3 iCloud3 GitHub Repository Releases page here. Selects Assets at the bottom, then the zip file. The file save screen is displayed, select the location on your computer and save the zip file. Unzip the file into the config/custom_components/icloud3 directory on your Home Assistant server (ex.: Raspberry Pi) Restart Home Assistant