Smart Home

Lesson 1 of 5

Chat-Controlled Smart Home

Estimated time: 4 minutes

Chat-Controlled Smart Home

Smart home apps are a mess. One app for lights, another for the thermostat, a third for the TV, and a fourth for the security camera. Each has its own interface, its own automations, and none of them talk to each other well. What if you could control everything by just saying what you want in your chat app?

Prerequisite

Make sure you've completed Getting Started with OpenClaw before this course. You need OpenClaw installed, the Gateway running, and a chat channel connected.

The Problem

A typical "movie night" routine without OpenClaw:

  1. Open the Hue app, navigate to the living room, set brightness to 20%
  2. Open the Nest app, set temperature to 72
  3. Pick up the TV remote, turn it on, switch to the right input
  4. Open the blinds app, close the living room blinds
  5. Remember that you forgot to turn off the kitchen lights

That's five apps, two minutes of fumbling, and you haven't even picked a movie yet.

The Solution

With OpenClaw, you text "movie night" and everything happens at once.

  Chat App               OpenClaw Gateway           Smart Home Hub
  ┌──────────────┐       ┌─────────────────┐       ┌──────────────────┐
  │  "movie      │──────>│  AI interprets  │──────>│  Home Assistant / │
  │   night"     │       │  intent, maps   │       │  SmartThings      │
  └──────────────┘       │  to scene       │       │                   │
                         │                 │──────>│  Lights: 20%      │
        ┌────────────────│  Executes all   │──────>│  Thermostat: 72°F │
        │                │  commands       │──────>│  TV: On (HDMI 2)  │
        v                └─────────────────┘──────>│  Blinds: Closed   │
  ┌──────────────┐                                 └──────────────────┘
  │  "Done! 🎬   │
  │  Enjoy your  │
  │  movie."     │
  └──────────────┘

OpenClaw connects to your smart home hub (Home Assistant or SmartThings) and translates natural language into device commands. No more juggling apps.

What You'll Build

Chat-based device control:

  • Send commands like "turn off the bedroom lights"
  • Create named scenes ("movie night", "good morning")
  • Check device status ("is the garage door open?")
  • Takes 15 minutes to set up

Course Structure

LessonWhat You'll DoTime
1. Chat-Controlled Smart HomeYou are here — understand the approach4 min
2. Connecting Your Smart HubLink OpenClaw to Home Assistant or SmartThings7 min
3. Creating Scenes & RoutinesBuild multi-device scenes triggered by a word8 min
4. Natural Language CommandsControl devices with conversational commands6 min
5. Advanced AutomationsSensor triggers, conditional logic, schedules5 min

Lessons 1-2 are free

By the end of Lesson 2, you'll have OpenClaw connected to your smart home hub and able to control individual devices. Lessons 3-5 add scenes, natural language, and advanced automations.

Prerequisites

    Knowledge Check

    What role does OpenClaw play in a smart home setup?