Smart home bridge for the Clawland edge AI ecosystem.
clawland-homebridge connects Claw agents and their sensor data to smart home platforms, enabling voice control and home automation integration.
| Platform | Protocol | Status |
|---|---|---|
| Apple HomeKit | HAP | Planned |
| Home Assistant | REST + MQTT | Planned |
| Google Home | Matter | Planned |
| Amazon Alexa | Smart Home Skill | Planned |
- "Hey Siri, what's the server room temperature?" → picclaw reads sensor, returns via HomeKit
- Home Assistant dashboard showing all Claw sensor data alongside other smart home devices
- Automated scenes: IF greenhouse temp > 35°C THEN open vent (via Claw relay) AND turn on fan (via HomeKit)
┌────────────┐ ┌───────────────────┐ ┌────────────────┐
│ Smart Home │────→│ clawland-homebridge│────→│ picclaw / Claw │
│ Platform │←────│ │←────│ Agent Fleet │
│ │ │ • HAP Server │ │ │
│ HomeKit │ │ • HA Integration │ │ • Sensors │
│ Home Asst │ │ • Device Registry │ │ • Actuators │
│ Google │ │ • State Sync │ │ • Status │
└────────────┘ └───────────────────┘ └────────────────┘
| Claw Sensor | HomeKit Accessory | Home Assistant Entity |
|---|---|---|
| Temperature | TemperatureSensor | sensor.temperature |
| Humidity | HumiditySensor | sensor.humidity |
| Motion (PIR) | MotionSensor | binary_sensor.motion |
| Smoke (MQ-2) | SmokeSensor | binary_sensor.smoke |
| Relay | Switch | switch.relay |
| Door Contact | ContactSensor | binary_sensor.door |
git clone https://github.com/Clawland-AI/clawland-homebridge.git
cd clawland-homebridge
npm install
npm run devSee CONTRIBUTING.md. Smart home integrations earn contribution points toward the quarterly Revenue Pool.
MIT — See LICENSE