Last weekend I received my new receiver (hah, I'm a word artist!), it is an Onkyo TX-NR414. Here's a picture of it in all its glory: 1342
Tag: python
Following up on yesterday's post, here are the instructions to install HouseAgent on Linux. I took one of the most popular Linux distribution's (Ubuntu) for this blog post, but it should be easy to...
Yesterday's post introduced HouseAgent. In today's post we will dive deeper into HouseAgent plug-ins and their architecture. HouseAgent plug-ins can be programmed in any language, but Python is by...
HouseAgent is a multi platform, open source home automation application. That was the short introduction of something I have been working on for quite some months already. HouseAgent has been...
A few weeks ago I published the open-zwave Python wrapper. I basically started with a small wrapper suiting my personal needs. After a couple of days I was asked to share the code on Github. Until...
This post continues upon the last Bus Pirate post. In that post I was able to read a register from a BMP085 pressure chip. In this post I will use the pyBusPirate python library to read the BMP085...