Andy's Blog

A handful of ramblings...
Font size: +
11 minutes reading time (2141 words)

Home Automation - Year 4

20220215-0051282022update

I'm really terrible at this whole blogging thing. πŸ˜•

Anyway, a lot and a little has been going on since my last home automation project overview. I have been really busy with odds and ends over the last year and a half although, only a little has been spent in any meaningful additions to my sub projects - save one!

What was Planned

In my article "My Home Automation Project - 2 Years In" I listed a set of objectives I made for myself. While I did work on many of these projects and did make some advances on the list, most of these are still unfinished. I won't rehash all of the details here but just as a summary:

  • ESP Device Core Software - "I've been developing some common software to be used with minor changes between each of the CP variants that I've been developing and testing."
    I'll come back to this below. There has been some good progress here and it has been incorportated into another project

  • RPi Control Panels - "These are smaller versions of the Information Center design I am working on."
    Over the course of 2020, I experimented with several different configurations of the Pi OS and other more targeted operating systems to see if I could get something where I can still interact with the GPIO and have a nice GUI for my family. Currently, I have settled on EmteriaOS on my Pi4 with a really nice screen and case. This device is currently in my kitchen and has largely taken the place of a number of control panels and timers. It isn't yet 'stable' as the version of the OS is still in beta for the Pi4.

  • Information Center - "I plan to kick up the heat on this project in March along side of the RPi Control Panel since they have a lot of overlap."
    The Information Center will certainly be a larger version of the Pi control panel. This has been put on hold wile the EmteriaOS matures.

  • Weather Station Final - "This should be done by the end of May."
    I totally let this project idle. I am not happy with my choice of humidity sensors and want to find one that is a bit easier to calibrate since drift is a big problem with these sensors. I just haven't had the time to put into testing and learning. So, to the back burner it goes. I have picked it back up and have designed a new board for the project - at least with it's current sensor configuration. It may be a .9 step before resolving the humidity sensor problem.

  • Smoke Detector Integration - "I am working on a security panel that these will be integrated into."
    More on this project below

  • Under Counter Lighting - "I've been wanting to add under cabinet lighting in our kitchen for a long time."
    This project has been madening. More on why below.

  • Lift Assist Bot Phase 1 - "This is THE big project for this year."
    Due to time and budget constraints, I had to push this back - way back. To be honest, this is the old "how do you eat an elephant" kind of project and I just have had too many bites left to take on other things. I have bought some platforms to practice motor control and driving with mechanum wheels but that's as far as I've gotten.

 

What's the hold up?

In a word, Renovations.

There are few larger time and money sinks than home renovations. They are a necessary evil that sometimes can open opportunities such as was outlined in my article "How a faulty washer may have saved our lives" However, most of the time they just zap your energy and wallet.

New laudry rooms to new roofs, months slip by and then you're into the holidays. Sheetrock and painting goes pretty quick in my mind but centuries to complete in real life.

Now I can't just blame renovations. The pandemic does play a little role. Not having the normal face-to-face MTRAS meetings has withdrawn some of the self imposed peer pressure to "show up" each month. It is easy to lose self accountablility when external accountabilities are over zoom.

 

So, what HAVE I been doing?

While the bulk of 2020 was dominated by the pandemic and renovations, as mentioned above, some work and experiments did get done.

LED Lighting

20201114 213423 LargeFor example, I have fought with LED lighting for over a year. I had no idea how problematic some light strips can be. I wanted to have both RGB and dedicated warm white LEDs included in my lighting. While the white elements would be used primarily, I also wanted to be able to have colors for a bit of holiday fun but also as a means of notification and assisted route lighting.

Part of my home security system requirements is the ability to use lighting to show a route out of the house in the event of a fire. The idea is that if you're crawling on the floor trying to find the 1)safest (least likely path AWAY from fire) and 2) shortest route out of the house, it would be beneficial if the house could help you by showing you a way out using LEDs in your baseboards. I've been using a couple of different LEDs but the ones with a white channel are much more likely to overheat and cause strip failures. It has been a tricky problem to solve.

Most of my strips have failed - some quickly within days and some after only a few months of use. I think that the solution is two fold: 1) limit lighting to either RGB lighting OR White lighting to limit the current of the strips and 2) find better heat sinking materials and strips that have better thermal tape.

Security

I have been taking advantage of my renovation projects to install better sensors, network cabling, modern plumbing and electrical wiring. This has been very useful in getting some of my security goals realized like automatic water cutoff valves, door sensors, metering, and motion/people detection.

I am also adding some interaction between some standard items like door bells and the home automation system. For example, I have intercepted the doorbell button presses with sensors and relays so that I can 1) capture the doorbell presses to trigger camera actions, notifications and so on, and 2) give the doorbells a "mute" function so that they can be turned off when not wanted aka naps, baths, etc. Effectively, the doorbell now has modes of operations that can be both manually and automatically chosen.

Better Camera Monitoring

Annotation 2020 05 22 130818 2In 2020 I discovered DeepStack AI and it's power to greatly limit the noise that standard camera motion detection creates. With Deepstack, you can limit the number of triggers from BlueIris down to only humans, cats, cars, etc. or a combination of those. I can't begin to express my elation at having this tool in hand. This year, I am working on training the inside cameras to detect faces so that the system can know who is where. This will jump-start one of my more ambitious security projects

K.E.R.Si. (Keeping Everything Really SImple)

At the end of 2020, my robotics group managers and I talked through several scenarios for remote workshops. Our experience has always been that even in-person electronics and programming workshops require the instructor and a couple of people working with participants to iron out issues as they arise. These issues usually center on connection problems between components, bad breadboard rails, bad components, or just various issues connecting microcontrollers to PCs to program them.

Of course, I wanted to tackle a workshop that had all of these issues rolled into one over zoom! (Bear in mind that these conversations started back in October 2020) So, we looked at kits that are pre-built or limited focus and none of those were very useful from a learning electronics point of view. I had an idea of making a kit that used jumpers to make circuit connections so that we could limit most of the possible setup problems that the participants would have.

This seemed straightforward enough.

K.E.R.Si. KitAnyway, 5 months, 10 circuit designs, 4 printed circuit boards, and 4 enclosures later, I finally came up with something that I thought would make a good remote trainer for absolute newbies. The K.E.R.Si. kit. This kit offered a lot of components and connection options using the ESP32 as the microcontroller.

In April 2021, we began a 13 week workshop series. It was a challenge but seemed to be well received.

This board wasn't just pulled out of thin air though. This was the culmination of the previous 3 years of research and development of all of my automation projects. Although we aren't currently holding any workshops with the kit, I am using three of them right now to develop my projects and to test code.

K.E.R.Si. Next GenI am also revising my design to incorporate more components and to make the existing design more flexible. I hope to finish the next version by the end of March as I've been testing the prototype for about 2 months now.

This project has also taught me a lot about the manufacturing process. I hope to make this and some of my other projects into commercial kits but before I'm ready to do that, I need to understand supply chain, manufacturing automation and outsourcing. It has been really fascinating and challenging.

For 2022, I am finishing up a new version of the kit and a new workshop based on the lessons learned last year. I am looking forward to working with new electronics and coding students to expand our knowledge and ideas!

 

2022 and Reemerging Into the World

MTRAS Website

One other larger project that I have been working on is the revamping of the MTRAS website. Started in Late October, I needed to clean up and modernize the site that had sat neglected for a number of years. I am also taking on a more central leadership role in the group (actually have been since the start of the pandemic) and it is important to me that we use this emergent year to try to get back some of our numbers and projects. So, I've added a lot of new social tools to the site and have planned out a number of high profile events for the 2022 year.

Boards, boards, boards...

I alluded to some board work above. Here are some projects that are moving out of the beta stage and into production:

  1. Bedside Control Panel and Phone Charger - My wife and I have been using the bedside control panels for the last 3 years and I think that we can call them proven. I'm making up a PCB and 3D model of the unit for both right and left sides.
  2. Weather Station - As mentioned above, the weather station had been on hold pending some additional testing of humidifiers. In the meantime, I need to get this project back on track so, I am designing it as is and leaving myself some space to improve it in V2.
  3. Security System version 1 - I almost passed on this project because it didn't seem to need to be done with products like https://konnected.io/. However, that system doesn't allow for more analog monitoring so that there is built in fault and tamper detection. So, I am working on a security system that in addition to traditional intrusion detection, it also monitors for the smoke alarms, water sensors, gas detectors, glass break sensors, fall sensors, camera AI alerts, doorbell alerts, weather statistics, and panic buttons. The goal is that the system can take control of the home in the event of an emergency to help the occupants exit dangerous situations but also notify local emergency responders with details about the home and occupants.
  4. Thermostat - This one is in the alpha phase right now but I hope to have a PCB designed and installed in our home by summer's end. This one would have a very high spouse approval factor as we are always changing the temperature or seeing what it is set to. I've written about this project previously here but the focus of this project has narrowed in the past 5 months.
More Renovations

This year will see some more renovations as we modernize some of the older parts of our 100 year old home. Although this year will likely see more painting than tearing out sheetrock, we do have a couple of larger projects in the pipleline. Hopefully they won't derail my other projects as they have in the past.

We'll see.

0

Related Posts

 

Comments

No comments made yet. Be the first to submit a comment
Already Registered? Login Here
Saturday, 20 April 2024

Captcha Image