Making a washing machine smart

A minor annoyance, but one that plagues me: when you put a wash on, forget about it finishing, only to discover the damp washing hours later festering in the washing machine. There’s only one thing to it - a massively overengineered smart home solution! Sonoff POW This is a smart device that can be had from Chinese online retailers for ~$9 - bargain. In it there’s a wifi microcontroller, the venerable ESP8266, a mains relay and a current/voltage sensor to measure power usage. [Read More]

Open sourcing my home automation

I have been meaning to open source my home automation system for a while now, and finally got around to cleaning it up a bit, documenting and removing the parts specific to my house (actually very little surprisingly). It’s the most Go code I’ve written, and I’m pretty happy with how it looks currently. There’s plenty of functionality, flexibility and it runs with a low overhead thanks to Go. More information is in the README. [Read More]