Search found 4 matches

by clearminds
Sunday 05 February 2017 23:05
Forum: Bash / PowerShell / Batch etc.
Topic: Ultimate Wifi and Bluetooth Presence Detection
Replies: 84
Views: 49492

Re: Ultimate Wifi and Bluetooth Presence Detection

I have a php version of this which writes to a MySQL database and is "multi node", as in I have Raspberry Pi's around the house with Bluetooth dongles on them and they each report to the database if they can see the target device, this was my approach for extending the range of the presence ...
by clearminds
Saturday 04 February 2017 11:24
Forum: Python
Topic: Verisure - Alarm and Door state
Replies: 0
Views: 1202

Verisure - Alarm and Door state

Hia all, So after doing one first version and then extending it more and more I decided to do a version where you can just launch it with Dokku or Heroku. It do require an Sendgrid account with support for Inbound Email. I am open for pull requests and ideas on how to change it to be more universal ...
by clearminds
Saturday 04 February 2017 10:51
Forum: Python
Topic: Verisure python to domoticz
Replies: 21
Views: 11868

Re: Verisure python to domoticz

After spending a bit more time on it I came up with this solution. This solution do not poll, it just fetches statuses when it gets an email from Verisure via Sendgrid Inbound Email.

https://github.com/clearminds/verisure-inbound
by clearminds
Friday 03 February 2017 9:28
Forum: Python
Topic: Verisure python to domoticz
Replies: 21
Views: 11868

Re: Verisure python to domoticz

My solution: IDX 417 is a Dummy Alert - used for AlarmState IFX 415 is a Dummy Switch - used for Yale Doorman Lock State main.py import domoticz import verisure import configparser import time config = configparser.ConfigParser() config.read('.cache.cfg') if not 'verisure' in config.sections ...