This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python3 | |
import time | |
import jwt | |
import json | |
import requests | |
from datetime import datetime | |
from collections import defaultdict | |
import matplotlib.pyplot as plt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python | |
import re | |
import urllib2 | |
# Configuration: | |
# Enter the local IP address of your WeMo in the parentheses of the ip variable below. | |
# You may have to check your router to see what local IP is assigned to the WeMo. | |
# It is recommended that you assign a static local IP to the WeMo to ensure the WeMo is always at that address. | |
# Uncomment one of the triggers at the end of this script. |