Introduction

room-assistant brings your home automation onto the next level: room automation. It is capable of tracking room occupancy and your location around the house with great accuracy, plus any other sensors you may want to attach. You can pick and choose the parts you need from our flexible software to get all the data you need for writing awesome new automations - room-assistant easily integrates them with your favorite home automation suite.

Imagine it: You can turn lights and heating on only in the rooms where people are actually there. You can accurately know if someone is there even when you are just chilling on your couch, situations where a motion sensor would fail and leave you in the dark. And you can even go a step further and configure your personal thermostat preferences or turn on your favorite TV channels depending on who is in the room!

How it works

Room occupancy detection is based on a variety of methods that can be used independently or in tandem. Bluetooth integrations aim at detecting the devices you carry around with you (phone, smart watch). Thermopile sensor integrations will detect humans by the heat they radiate, and regular motion sensors are also supported.

Place a small Linux board like the Raspberry Pi Zero W into any room you want to track and install room-assistant on it. For example, if you want to track the bedroom, living room and kitchen you would need to setup 3 different devices that are then placed in those rooms. If you don't require the room-level features you can of course also only setup a single instance in your home.

Why not...?

monitor

monitoropen in new window is a great lightweight project for tracking if a Bluetooth device is nearby, but the room presence tracking is cumbersome to setup and requires the mobile devices to be paired with all machines running the software. room-assistant automatically creates everything for you and determines the current room on its own, without you having to pair the mobile devices to anything. It also integrates with other types of sensors, so that you can manage all of your room-level needs from a single piece of software.

Happy Bubbles

Happy Bubblesopen in new window works with their own BLE beacon presence detector hardware, which unfortunately is not for sale anymore. room-assistant allows you to do the same thing and much more, but with any Linux board.

ESP32-mqtt-room

ESP32-mqtt-roomopen in new window integrates with the Home Assistant Core mqtt_roomopen in new window component to deliver room presence data for BLE devices. This is great as ESP32s are quite cheap, but it also requires you to either carry a BLE beacon around or have an app open on your Android phone at all times. room-assistant supports many more integrations, including Bluetooth Classic, which allows you to track your phone even without a special app running. That way you can track iOS devices and smart watches as well.

FIND3

FIND3open in new window lets a device detect its own location based on what it sees in its surroundings. This can be achieved without having to place e.g. Raspberry Pis in every room, but it requires an app to run on the phone/computer in the background at all times. This app is not available for iOS or smart watch devices. room-assistant is capable of tracking any Bluetooth devices, no app required.

Motion Sensors

You can buy readily assembled motion sensors from many different brands, e.g. Philips Hue. Motion is not a good metric for room occupancy though: you may just be sitting at your desk and working on something, without moving much. That will cause the lights to turn off after some timeout, requiring you to wave your hands in the air frantically to turn them on again. room-assistant has integrations that allow you to track occupancy even if the people are stationary. And if you still want to have a motion detector: you can easily use that with room-assistant as well.