A Frontier Silicon plugin for homebridge (https://github.com/nfarina/homebridge) which integrates Frontier Silicon enabled devices with Homekit. Plugin updates the status once you open the app, working on real time status updates. Stay tuned :)
- Install homebridge using:
npm install -g homebridge
- Install the package request using:
npm install request -g
- Install the package polling to event using:
npm install polling-to-event -g
- install the package WiFi Radio
npm install wifiradio --save
- Install this plugin:
sudo npm i homebridge-frontier-silicon-plugin
- Update your
config.json
configuration file
"accessories": [
{
"accessory": "frontier-silicon",
"name": "Radio",
"ip": "192.168.1.10"
}
]
Code is based on this repo: https://github.com/rudders/homebridge-http
- Volume Change
- Status Updates
- Channel Change
- Clean up the code
MIT