Collection of python scripts and other code for home automation. Currently in progress, working on temperature sensing using a Tarts wireless IoT gateway and wireless temperature sensors. To use this, you'll need a Tarts wireless gateway (available at TartsSensors.com) connected to a computer via a serial port, and one or more Tarts sensors (currently only the temperature sensor is supported, but it would be easy to add others).
Platforms supported:
I've only tested it on Raspberry Pi 3 running Raspian, but the Python code is totally portable and should work on any platform that supports Python 2.7 and serial ports.
To use:
That's it! You can easily modify the SensorDataEvent() function to change what happens when a sensor reading is recieved.