Search found 1 match
- Thursday 23 March 2017 20:37
- Forum: Python
- Topic: Verisure python to domoticz
- Replies: 21
- Views: 11601
Re: Verisure python to domoticz
I did something similar to clearminds' solution, I just run this script every 5 minutes (I've gotten warning emails from verisure when I update it too often): (yes my code is ugly, I had to learn python just for this) #!/usr/bin/python3 import verisure import urllib myPages = verisure.Session ...