✓ Verified 💻 Development ✓ Enhanced Data

Itsyhome Control

Control and query HomeKit and Home Assistant smart home devices via the Itsyhome macOS app (https://

Rating
4.8 (334 reviews)
Downloads
29,351 downloads
Version
1.0.0

Overview

Control and query HomeKit and Home Assistant smart home devices via the Itsyhome macOS app (https://itsyhome.app).

Complete Documentation

View Source →

Itsyhome Control

Itsyhome exposes a local HTTP webhook server (default port 8423) and a URL scheme (itsyhome://).

Prerequisites: Itsyhome Pro, webhook server enabled in Settings → Webhooks.

Core Pattern

All control and query happens via curl http://localhost:8423//.

  • Targets use Room/Device format or just DeviceName
  • Spaces → %20 in URLs
  • On success: {"success": true} or JSON data
  • On failure: {"error": "..."} with HTTP 4xx

Workflow

  • If target is ambiguouscurl http://localhost:8423/list/devices to find exact names
  • To check current statecurl http://localhost:8423/info/
  • To control → appropriate action endpoint (see references/api.md)
  • Confirm to user with what was done; include state if queried

Quick Reference

bash
# Status
curl http://localhost:8423/status

# List
curl http://localhost:8423/list/rooms
curl http://localhost:8423/list/devices
curl http://localhost:8423/list/devices/Kitchen

# Query
curl http://localhost:8423/info/Office/Spotlights

# Control
curl http://localhost:8423/toggle/Office/Spotlights
curl http://localhost:8423/on/Kitchen/Light
curl http://localhost:8423/brightness/50/Bedroom/Lamp
curl http://localhost:8423/scene/Goodnight

For the full endpoint list, all control actions, and URL scheme reference: see references/api.md.

Installation

Terminal bash

openclaw install itsyhome-control
    
Copied!

💻Code Examples

example.sh
# Status
curl http://localhost:8423/status

# List
curl http://localhost:8423/list/rooms
curl http://localhost:8423/list/devices
curl http://localhost:8423/list/devices/Kitchen

# Query
curl http://localhost:8423/info/Office/Spotlights

# Control
curl http://localhost:8423/toggle/Office/Spotlights
curl http://localhost:8423/on/Kitchen/Light
curl http://localhost:8423/brightness/50/Bedroom/Lamp
curl http://localhost:8423/scene/Goodnight

Tags

#coding_agents-and-ides

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author nickustinov
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install itsyhome-control