Setting up your Home Assistant for Cloud Access The goal of this is to setup Hass.io on a Raspberry Pi that allows external access to our home automation hub. This enables me to manage it away from my home and integrate with cloud services. Components Involved Home Assistant (Home Automation Hub) Duck DNS account (a... Continue Reading →
Google Action requests from Google Assistant
Configuring Google Assistant, Home Assistant, and Node-Red Google Assistant is Google's personal assistant that provides the voice recognition and natural language processing behind Google's Android and Home devices. Google Actions allow you to build conversational agents that interact with the user using a query-response conversation style. References Node.js Google Client Library - https://github.com/actions-on-google/actions-on-google-nodejs... Continue Reading →
Deebot Robotic 601 Vacuum WiFi Router Configuration
My Deebot Robotic Vacuum Experience I bought this for my wife as this year's Christmas gift with plans of getting it working ahead of time. Thought it was going to be easy like other normal IoT devices. At the moment, the Ecovacs robots supports only 2.4GHz wireless networks and in certain modes (get to that later). Unfortunately,... Continue Reading →
Configuring Home Assistant
Configuring Home Assistant This guide applies only if you’ve installed Home Assistant via Hass.io. If you’ve used any other install method then see here instead. Home Assistant stores its configuration in a file called configuration.yaml. A default one is created when Home Assistant is started for the first time. Some of the things in the configuration file can... Continue Reading →
Automate Home Assistant
When your devices are set up, it’s time for automation. Home Assistant offers a few built-in automations – Use the automation component to set up your own rules, for the most part. If you added a random sensor in the previous step then you can use that sensor for your very first automation: automation: - alias: Check sensor... Continue Reading →
1. Installing Home Assistant My goal of this guide is to capture the installation process of Hass.io using my a Raspberry Pi 3 B+. Hass.io is a solution that turned my Raspberry Pi and "smart" devices into a centralized home automation hub. I also approached the architectural design around relying less on cloud and various apps required.... Continue Reading →