Adds homekit support to Markisol protocol 433.92MHz motorized window shades. Arduino code adapted from https://github.com/akirjavainen/markisol.
- A 433.92MHz transmitter
- An Arduino board directly connected to the computer running homebridge via USB.
- Install your 433.92MHz transceiver to data pin 7 (configurable in
TRANSMIT_PIN
in<repo root>\Arduino\Arduino.ino
). - While in the repo root directory,
npm install Homebridge -g
- Modify your
config.json
in%USERPROFILE%\.homebridge
following the example in theconfig.json
in this repo. - Run HomeKit.