https://github.com/sinricpro/homebridge-sinricpro
Homebridge plugin to exposes your SinricPro devices to Homekit.
https://github.com/sinricpro/homebridge-sinricpro
Last synced: 10 months ago
JSON representation
Homebridge plugin to exposes your SinricPro devices to Homekit.
- Host: GitHub
- URL: https://github.com/sinricpro/homebridge-sinricpro
- Owner: sinricpro
- License: cc-by-sa-4.0
- Created: 2023-11-03T00:30:40.000Z (over 2 years ago)
- Default Branch: latest
- Last Pushed: 2025-03-15T08:17:04.000Z (over 1 year ago)
- Last Synced: 2025-08-02T22:38:50.447Z (11 months ago)
- Language: TypeScript
- Homepage: https://sinric.pro/
- Size: 118 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)
[](https://discord.gg/rq9vcRcSqA)
# Homebridge - SinricPro
This plugin seamlessly exposes all your SinricPro devices to HomeKit, enabling you to control your ESP8266/ESP32/Raspberry Pi Pico directly within the Apple Home app
### How to use this plug-in ?
1. Install Homebridge
2. Install SinricPro plugin
3. Enter the your Sinric Pro API key. If you do not have one, go to Sinric Pro Portal -> Credentials -> New API Key
4. Restart Homebridge. Your devices will be automatically synced and ready to be controlled through HomeKit!
Plugin is compatible with Homebridge v2.0
#### Following devices types are supported:
| Sinric Pro | HomeKit Accessory | Notes |
| -------------------- | ------------------------------------ | ---------------- |
| `Switch` | Switch | - |
| `Blinds` | WindowCovering | - |
| `Dimmable Switch` | Lightbulb | - |
| `Fan` | Fan | - |
| `Garage Door` | GarageDoorOpener | - |
| `Light` | Lightbulb | - |
| `Lock` | LockMechanism | - |
| `Thermostat` | Thermostat | - |
| `TV` | Television | On and Off only. |
| `AC Unit` | Thermostat | - |
| `Temperature Sensor` | TemperatureSensor and HumiditySensor | - |
| `Motion Sensor` | MotionSensor | - |
| `Contact Sensor` | ContactSensor | - |
#### For Developments
1. git clone https://github.com/sinricpro/homebridge-sinricpro.git
2. cd homebridge-sinricpro
3. npm link
4. npm run watch
## Join the community!
Join us on our [Official Discord Server](https://discord.gg/rq9vcRcSqA)!
### Limitations
1. Apple does not allow more than 150 items per bridge.
2. Doorbell shows not supported.