homebridge-crestronhomebridge & crestron
Homebridge-Crestron
If you need me to custom development, please send me an email. Developing this plugin also takes a lot of time, time is money, please understand.
CHANGE LOG
V2.2.0
- code clean
- fix WindowCovering Status Bug
- fix AirPurifier Status Bug
- add Window
- add TV(Only Power Now)
V2.2.1
- fixed some bugs
V2.2.2
- Upload demo
V2.3.1
- add cooler device
- Fix the problem that the brightness value of the dimmer in the scene is not correct when the light is turned off
V2.3.2
- support 4 series crestron professor
V2.3.3
-
support 4 series crestron professor,because The program compiled by SIMPL4.14 will have strange bugs - add Custom Fahrenheit, see config_sample.json
V2.3.4
- add Custom Temperature step, see config_sample.json
If you want to know how to use this plugin,please see Chinese README(use Google translate)
CresKit (together with Homebridge) turns Creston controlled devices into HomeKit accessories, enabling you to control many functions using Siri and the iOS 10 Home app.
It is an early prototype, but functional. It requires you to install a Homebridge on an appropriate server before continuing. I use a $20 RaspberryPi, using this tutorial.
HomeKit accessories are supported:
- Lights (dimming is enabled)
- Switches (can also be used to for Creston Scenes)
- Garage Doors
- Alarm
- Shades
- Various Sensors
- Door Locks
- Airpurifier
- Valve
- HeaterCooler
- Heater
- Cooler
- TV(Only Power) by @DerrickGibbs1
In Homebridge's config.json file you specify the accessories you want to enable, and link the appropiate Crestron signals via the included SIMPL+ Module (tested on MC3,AP3,PRO3). You can then use the iOS 10 Home app to tie the accessories to rooms and groups.
On the Crestron side, the SIMPL+ Module acts as a basic TCP Server and communicates using three type of commands:
- Set (Controls Crestron from Homebridge)
- Get (Requests Crestron status from Homebridge)
- Event (Push Crestron status changes to Homebridge)
More to come!
Crestron Modules is a sample Simple reference,You can customize it according to your needs.