Control your thermostat with your Raspberry Pi, thermoRaspberryPi is a python server / client for sending temperature data between server and client. The client sends the data via a socket connection and the sever upon receipt writes it to a a permanent data store.
First steps:
- setup configuration files
- create init.d symlinks, see init.d directory in repository
- run daemons
Allows you to control your Pi / thermostat via a socket connection.
The collector is the server, it implements different collector modules such as collectorFile or collectorMysql. These collection modules write the received data to the specified data source.
The client is configured and started on the RaspberryPi / server reading the temperatures and sends the data it collects to the Collector.
see the accompanying Web and Android project to control your thermoRaspberryPi from your Android.