bug in zyxel
This commit is contained in:
@@ -9,6 +9,14 @@ logs into the router's encrypted web API and polls its active LAN clients.
|
||||
3. Test connectivity: `python service.py --once`
|
||||
4. Run continuously: `python service.py`
|
||||
|
||||
Check any MAC address directly through the Zyxel client with:
|
||||
|
||||
```bash
|
||||
python lib/_zyxel.py --mac AA:BB:CC:DD:EE:FF
|
||||
```
|
||||
|
||||
Omit `--mac` to check `arrival_detection.device.mac` from `service.yaml`.
|
||||
|
||||
An arrival is logged after the phone was confirmed absent and then present. It
|
||||
also calls `send_notification()` from `notify.py`; its message, ntfy topic, and
|
||||
timeout are configured under `arrival_detection.notification`. Set
|
||||
|
||||
Reference in New Issue
Block a user