Broadlink RM mini3 plugin for Homebridge
This allows you to control your RM mini3 with HomeKit and Siri.
(for Japanese) Qiita
- Install homebridge using:
sudo npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-rm-mini3
- Update your configuration file. See config-sample.json.
Capture the HEX IR codes using 3rd party app such as Wireshark.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D