Search found 3 matches

by MrEnergy
Sunday 26 January 2020 20:25
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 201983

Re: Python plugin: Presence detection from wireless router

@HvdW, My first script is pure python. I run it from cron output to a file what i use from another script to search for the mac addresses of connected devices. Then toggle a switch in domoticz. The second script is a work in progress tracker for this plugin, so no standalone python script. Today ...
by MrEnergy
Thursday 23 January 2020 21:55
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 201983

Re: Python plugin: Presence detection from wireless router

Hi, Had some spare time, looked into programming python3, well it's not native to me and hard to learn. Untill now created a http_experiaboxv10.py in trackers : # Simple tracker for Experiabox v10 # Trying to get it working # Author: MrEnergy import Domoticz from trackers.tracker_base import tracker ...
by MrEnergy
Tuesday 14 January 2020 21:41
Forum: Python
Topic: Python plugin: Presence detection from wireless router
Replies: 1108
Views: 201983

Re: Python plugin: Presence detection from wireless router

Hi All, I'm long time Domoticz user, currently on latest stable on Pi3b. OS is Raspbian Buster. Looking for a good presence detection, as ping is often failing to mobiles. Until I've found your iDetect plugin, however the Experiabox has no SSH or telnet access. Only option to scrape from webpage. I ...