34 lines
765 B
YAML
34 lines
765 B
YAML
arrival_detection:
|
|||
|
|
enabled: true
|
||
|
|
|
||
|
|
zyxel:
|
||
|
|
host: http://192.168.178.2
|
||
|
|
username: admin
|
||
|
|
password: KYKPXWJ8
|
||
|
|
timeout: 10
|
||
|
|
verify_tls: true
|
||
|
|
hosts_oid: lanhosts
|
||
|
|
|
||
|
|
device:
|
||
|
|
name: Ignace
|
||
|
|
# Use the iPhone's Wi-Fi Address shown for your home SSID. If Private Wi-Fi
|
||
|
|
# Address is enabled, this is the per-network private address, not hardware MAC.
|
||
|
|
mac: "ce:68:53:a8:fc:07"
|
||
|
|
|
||
|
|
polling:
|
||
|
|
interval_seconds: 5
|
||
|
|
present_after: 2
|
||
|
|
absent_after: 4
|
||
|
|
error_retry_seconds: 30
|
||
|
|
|
||
|
|
notification:
|
||
|
|
enabled: true
|
||
|
|
# Available placeholders: {name}, {mac}.
|
||
|
|
message: "{name} arrived home"
|
||
|
|
# Leave blank to use the default ntfy topic configured in notify.py.
|
||
|
|
topic_url: ""
|
||
|
|
timeout: 10
|
||
|
|
|
||
|
|
logging:
|
||
|
|
level: INFO
|