Smart Home
GeverifieerdControl your smart home through chat. Integrates with Home Assistant, Philips Hue, Tuya, and MQTT devices. Set scenes, automate routines, check sensor data, and manage devices across your entire home — all with natural language commands.
Installatie
$ claw install smart-home Configuratie
Configureer omgevingsvariabelen in je .env-bestand of skill-manifest.
| VARIABLE | DESCRIPTION | DEFAULT |
|---|---|---|
| HASS_URL | Home Assistant instance URL | http://homeassistant.local:8123 |
| HASS_TOKEN | Home Assistant long-lived access token | |
| HUE_BRIDGE_IP | Philips Hue bridge IP address (optional) |
Gebruik
// Smart home skill activated
check_circle Lights off: Living room, Kitchen, Office, Hallway
lightbulb Bedroom light: ON (kept as requested)
Front door → Locked ✓
Current energy usage: 1.2 kWh
Skill-manifest (JSON)
{
"name": "smart-home",
"version": "1.1.0",
"permissions": [
"homeassistant.devices.read",
"homeassistant.devices.write",
"hue.lights.control"
],
"trigger": "regex:/(turn|set|dim|lock|unlock|check) .*(light|thermostat|door|sensor|scene).*/i",
"engine": "node-20"
} Reviews
Gave OpenClaw its first home — literally. Controlling my entire house through Telegram is the future. The Home Assistant integration is rock solid and the scene management is intuitive.
The "goodnight" routine I set up turns off all lights, locks doors, sets the alarm, and adjusts the thermostat. One message does it all. Tuya support could be better though.
Love the energy monitoring integration. Getting daily reports on power consumption per room helped me cut my electricity bill by 15%. Sensor data queries are fast and accurate.