10002 The hidden database

A long due update A while back I setup influx DB to store the sensor and activity data on my smart home system. And i thought the raspberry pi 3 was not enough to run the server anymore. And moved to a NUC and all was fine. But recently I wanted to upgrade from Ubuntu 18 to 20 and thought about making an image of the SSD first, as a quick and easy way to… Continue reading

ESP-NOW

Intro The wireless sensor modules I built for my smart home are doing fine in terms of battery life without much effort. Typical life is 1-1.5 years for AAA powered and more than double that for AA powered nodes. So I thought I would have a better look at ESP-NOW. That’s because an ideea popped up during discussion with a friend: can he build a simple sensor network, quick and easy, with off the shelf… Continue reading

Ikea TRÅDFRI review

Intro Part of my home automation project I would have some controllable lights, of course. On one hand, I used quite a few LED strips, controlled by dimmer modules. On the other, current technology allows for a plethora of wireless light bulbs.  Philips HUE is probably the biggest and best known because it has existed for quite a long time, but I am not that attracted due to the price. Once Ikea came up with… Continue reading

TP-Link KL50 smart light bulb teardown

Intro When I saw this KL50 wifi light bulb on sale, I thought I want to grab one and see what is inside. A quick search revealed no details about the insides of filament WiFi light bulbs. Short review The light worked well from the start, discovering and connecting it through the WiFi was straight up. It does what it promises, quite a nice diffuse and rather warm light. I have slightly colder lights in… Continue reading

The basil speaks to me – Part 2

This is highly experimental But of course, once the soil moisture is read out, it’s only a matter of time before automatic watering has to happen. Add one beefy (..ish) MOSFET and a small pump You get one basil with automatic watering. The setup now looks like this The watering algorithm Is very simple: I wait until the moisture level drops under a low threshold. Then I go into water mode: as long as the… Continue reading

10002 Server

Intro In my initial thoughts about the smart home system architecture, the server was most likely a raspberry pi: At that time it seemed the PI was apt for it. And a raspberry pi 2 served me well for a while, and then I moved to a pi 3 and everything was good. Until it was not enough… What happened? I had mosquitto and node-red as the main things running. And I added some simple… Continue reading

10002 Zen

Zen At some point I though about building the smallest PCB for a sensor node that I could. Hence, the ZEN was born. The PCB is small enough to fit on a holder of 2 AA batteries. Where I have only build a few of these. Here is one reading the soil moisture sensor on basil. Here is another one chilling in the fridge, reading a temperature sensor. And here is one replacing the alarm… Continue reading

10002 Progress

This article is part of my 1000² Smart Home project. Check out the Architecture and Software and then move on to Hardware. An most importantly, check the Lessons learned and why I did what I did. There are already some first results, connecting all parts of the system. Progress Finally, enough pieces of the puzzle are starting to fit together in my Smart Home project, so that I can have some end to end functionality: press a button here… Continue reading

10002 Architecture and Software

This article is part of my 1000² Smart Home project. Check out the Architecture and Software and then move on to Hardware. An most importantly, check the Lessons learned and why I did what I did. There are already some first results, connecting all parts of the system. Starting with a top down approach – what the system should do, it soon became clear that some devices will be custom and some will be off the shelf. Determining… Continue reading

10002 Software

This article is part of my 1000² Smart Home project. Check out the Architecture and Software and then move on to Hardware. An most importantly, check the Lessons learned and why I did what I did. There are already some first results, connecting all parts of the system. Intro There is plenty of software to use in home automation, but of course I decided to stay with open source and free options. In recent years there have been… Continue reading