A list of all post going back to the beginning.
-
Time based automations, with Node-RED
Time based flows are probably the easiest to do. In this example, you can see that I’m using an inject node set to trigger at 8pm to set my Ecobee thermostat to 73*. The same with setting the alarm, turning lights on and off, etc. Setting up something to trigger at a specific time is… Read more
-
Using the “stoptimer” node, in Node-RED
The stoptimer node has two functions. It refreshes the timer whenever it receives a new message, which is useful for motion automations; and it can start a timer when something happens, and stop the timer if something else happens. They are very useful in motion lighting automations. In the flow screenshot above, when the kitchen… Read more
-
Better notifications with Telegram and Node-RED.
Previously, I made a post about setting up a Telegram bot with Node-RED and sending notifications using a call service node. This works great for basic notifications, although it doesn’t handle any of the custom formatting that Telegram supports, or the logging that can be kept. To get better notifications, we’ll want to have everything… Read more
-
Zooz ZSE40 Z-Wave Plus sensor with Home Assistant and Node-RED
The Zooz Z-Wave Plus 4-in-1 Sensor ZSE40 has become my go-to and I’ve replaced all of the other motion sensors in my home with them. They are fast, super cheap and can be mounted on the ceiling (which is my preference), corner mounted or mounted on the wall. These things are great. The Smartest House… Read more
-
Controlling a Google Home, with a zigbee button and Node-RED
Our son has a SmartThings button, and a Google Home in his bedroom. He plays with the GHome and we use it for sleep sounds at night. Anytime after 9pm, the button turns on his lamp at 10% red, and then we yell “Hey Google, play the sound of rain at 70% volume!” The whole… Read more
-
Sending picture notifications, with Node-RED and Telegram
I have a SkyBell HD doorbell, and it sends notifications to my wife and I with the SkyBell app when it detects motion or the doorbell button is pressed. It works well enough, but it’s another separate app sending separate notifications. The entire point of automation is to make life easier, so let’s see about… Read more
-
Location based automations, with Node-RED.
Location based automations are a great way for your house to respond to your presence. Set your thermostat, alarm, and lights depending on whether you are home or not. I do this using trigger state nodes. This nodes considers an entity’s current and previous state and passes on the message. We’re going to use it… Read more
-
Node-RED and Telegram
If you already have a Telegram bot setup in Node-RED, see my post, Better notifications with Telegram and Node-RED to send notifications with Telegram formatting and logging. In my humble opinion, Telegram is probably the best way to send and receive notifications from Home Assistant. You can create groups for everyone in your house, you can… Read more
-
Working with motion flows in Node-RED
Motion automations are some of my favorites. I’ve noticed a lot of questions across the internet about how to set them up, so I’ll do a few simple ones to help others get started. Motion activated light.Super simple. Grab an “events: state” node , and a “call service” node . Configure the events state node… Read more
-
Node-RED + Home Assistant Security System
In this post, I will show how I setup my home security system. Setup this way, it is a manual system, and will need to be manually armed and disarmed. I will share how I’ve automated the system in later posts, that will be linked here. My last two houses were smart homes. SmartThings was… Read more
-
Using smart switches and smart bulbs together, with Home Assistant and Node-RED.
I have 6 Hue A19 Color bulbs in the ceiling of my kitchen. We were using them with standard dummy switches, which was a pain as I had to constantly remind people to leave the switches on. Not to mention that it is bad for smart bulbs to be constantly powered on and off. I… Read more
- October 2019 (10)
- September 2019 (1)