Integrating an RF Smoke Detector into Home Assistant

Another possibility that we can give Home Assistant is to install smoke detectors, These are wireless, powered by a small battery and communicate any notification by radio frequency., There are many types and quite cheap, For just €5 you can make sure that nothing burns in your home or office! This is how cheap we protect ourselves, and in the end we will see how to alert with Telegram in case there is smoke.

Integrating a motion detector with Home Assistant or Hassio

If we want to place motion sensors and perform actions based on detecting movements, we will be able to use some cheap Chinese IR sensors that are powered by a couple of batteries, they are small and disguised… In this document we will see how to add them in Home Assistant and how to configure some actions, For example, If we're not at home, Well, send us a Telegram message notifying us of a movement, or at a certain time turn on some LEDs to illuminate.

Integrating Sonoff Bridge RF with Hassio – Home Assistant and testing a magnetic door/window sensor

Start the march! The first step in my case (after having Home Assistant installed), will centralize and receive all radio frequency signals with the fabulous Sonoff Bridge RF; and then send the sensor data to the MQTT Broker that we will mount in Home Assistant. That is, the Sonoff Bridge in this case will listen by RF and transmit by Wifi to the Hassio any data that interests us.

Using a fingerprint reader on Raspberry Pi

Imagine the thousand possibilities that having an optical fingerprint sensor connected to a Raspberry Pi gives us, We will be able to capture and identify the information of the fingerprints that interest us and take actions based on it. In my particular case I put it at the entrance to the house, If you find my footprint or those of my family, because it opens the door without the need for keys!

Using an anemometer with Raspberry Pi

If you feel like measuring wind speed using a Raspberry Pi, This is your document! You may be thinking of setting up a weather station and this is an important issue, TRUE? We will use a script and a specific anemometer and super fast we will have it set up. Apart from, As you already know me, I will export the measurements to a MySQL database and then visualize it with Grafana!

Smoke or Gas Sensor with Raspberry Pi

If we want to analyze some type of gas with a Raspberry Pi, we can make it very simple with MQ sensors, we will only need to know in any case which sensor to obtain depending on the gases to be analyzed and that's it, We will see in this post how to connect it and get the values. As usual, at the end we will save the data obtained in a MySQL database to visualize it from Grafana!