Skip to content

HomeBridge for HomeKit Integration

Overview

HomeBridge allows you to integrate Sensibo devices with Apple HomeKit, enabling you to control your air conditioners through the Apple Home app and Siri. This integration is community-supported and provides comprehensive control over your Sensibo devices.

Features

  • Control AC power state (On/Off)
  • Adjust temperature settings
  • Change fan speed and swing modes
  • Monitor room temperature and humidity
  • Support for multiple Sensibo devices
  • Compatible with Siri voice commands
  • Automation support through Apple Home app

Installation

  1. First, ensure you have HomeBridge installed on your system
  2. Install the Sensibo plugin using npm:
    Terminal window
    npm install -g homebridge-sensibo-ac
  3. Configure the plugin with your Sensibo API key in the HomeBridge config.json

Configuration

Add the following to your HomeBridge configuration file:

{
"platform": "SensiboAC",
"name": "Sensibo",
"apiKey": "YOUR_API_KEY_HERE"
}

Replace YOUR_API_KEY_HERE with your Sensibo API key from the Sensibo API portal.

Getting Help

For support and troubleshooting:

Known Limitations

  • The integration depends on your HomeBridge instance being online
  • Some advanced Sensibo features might not be available through HomeKit
  • Response time may vary based on your network connection

Troubleshooting Tips

  1. Ensure your HomeBridge instance is up to date
  2. Verify your API key is correctly entered
  3. Check your network connectivity
  4. Restart HomeBridge if devices are not responding
  5. Make sure your Sensibo devices are online and accessible

For detailed troubleshooting steps and community support, please visit the plugin repository or join our active community on Facebook.