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:
- Open the Hue app, navigate to the living room, set brightness to 20%
- Open the Nest app, set temperature to 72
- Pick up the TV remote, turn it on, switch to the right input
- Open the blinds app, close the living room blinds
- 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
| Lesson | What You'll Do | Time |
|---|---|---|
| 1. Chat-Controlled Smart Home | You are here — understand the approach | 4 min |
| 2. Connecting Your Smart Hub | Link OpenClaw to Home Assistant or SmartThings | 7 min |
| 3. Creating Scenes & Routines | Build multi-device scenes triggered by a word | 8 min |
| 4. Natural Language Commands | Control devices with conversational commands | 6 min |
| 5. Advanced Automations | Sensor triggers, conditional logic, schedules | 5 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
What role does OpenClaw play in a smart home setup?