Tag Archives: domotica

ESP8266 LED Lighting: Revisit and history of QuinLED

It’s been about 1,5 to 2 years since I started the project to create my own wirelessly controlled PWM LED dimmer. Since that time I’ve kept refining the PCB and code and this post will be a sort of revisit and revision history of QuinLED.

In future posts and videos we will be doing a new tutorial on what components you need, how to solder it all together, program the ESP8266 and link it to Domoticz. I also plan to create posts about the LED Power wall I’m going to build to house everything centralized in my house. Continue reading ESP8266 LED Lighting: Revisit and history of QuinLED

Home Networking: First walk through on the build site

As some might know, we’ve been building a house for a while now. We’re now into it about 1 year and I thought it would be nice to show a video of how things are progressing and also showcase some of the “features” that are going into the house.

So, introducing the Home Networking series 1st post and video! The home networking series will be my journey starting from scratch, creating the plans, having the house built and installing everything to try and create the ultimate home setup. I’ll take you with me, share the good and the bad and hopefully some some fun going along! Continue reading Home Networking: First walk through on the build site

The Ikea tinker storage system

Ever since I started tinkering with hardware I’ve been accumulating more and more “stuff”. Most often these are little things like connectors, sensors, mosfets, etc.. And more often then not I don’t buy 1 or 2 but buy them per 10 or even 20 at the same time.

After a while I was having trouble keeping it all sorted and easily accessible so I started to look around for a cost effective way of storing everything and I think I might have found it. Read on to see what I’m using.

DSC00987.JPG Continue reading The Ikea tinker storage system

ESP8266 WiFi LED dimmer Part 8 of X: Version 2 of the PCB design

With the help of kind internet folks I was able to get a fritzing part for the new voltage converter I wanted to use to try and make a smaller board. A few weeks ago I sent my new ‘panalized’ design to dirtypcb’s and I got them back last week. They are awesome! Read on to order the boards yourself! Continue reading ESP8266 WiFi LED dimmer Part 8 of X: Version 2 of the PCB design

Domoticz: Bash script for presence detection using NMAP

Today I programmed another part of the system I envision for my new house. It’s a bash shell script which checks if either my phone or that of my girlfriend is in range and depending on if it is or not it changes a switch in Domoticz. That way I can automate all the lights turning off when we are not home, and coming back on when we are!

Domoticz

Detecting the presence of the phones

I looked at several ways of doing this, from a simple ping script to a arp-scan, etc. 

Continue reading Domoticz: Bash script for presence detection using NMAP