Search found 1 match
- Thursday 23 February 2017 12:34
- Forum: Other questions and discussions
- Topic: How to check presence of Beacon ?
- Replies: 371
- Views: 82220
Re: How to check presence of Beacon ?
Suggestion for jmleglise: https://github.com/jmleglise/mylittle-domoticz/blob/master/Presence-detection-beacon/check_beacon_presence.py If you change line 232 to... elif tag[5]==REPEAT_MODE and (elapsed_time>3 or int(time.time())%3==0): # in continuous, Every 3 seconds ...it will update the user ...