braubar / braubar-pi

Python powerd code to drive braubar with all its components. More information:
http://braubar.github.io/
GNU General Public License v3.0
2 stars 0 forks source link

Eventloop for socket server to dynamically process new temperature values #13

Closed ofesseler closed 8 years ago

ofesseler commented 8 years ago

ATM brewdaemon reads every 2 seconds a temporary file, where the values of the temperature sensor are stored. this should changed to process a pid calculation every time a new value is submitted.

The goal is to process different temperature sensors in one queue..

ofesseler commented 8 years ago

since d7035a1 braubar communicates over posix ipc. so the temperature comes in via a message, also if the state has to be changed.

So far it works, but for register more than those events, I'm not shure how it will work out. Give it a try.