homebridge-naim-audio
v1.2.5
Published
Control your Naim Audio receivers directly in the Apple Home App
Downloads
10
Maintainers
Readme
Homebridge Naim Audio
This plugin integrates the Naim Audio devices into Apple Home App.
Only Uniti devices (Atom, Star and Nova) are supported.
Mu-so devices are not supported.
Features
- Power the amplifier On and Off
- Play/pause current track
- Set input source
- Auto-discover all your connected Naim Audio devices
Configuration
Using Homebridge web interface (Config UI X)
In the Plugin page, click on "Settings" and then simply save. As easy as that !
Manual
Your config.json file must include the following for the plugin to be active.
"platforms": [
{
"platform": "NaimAudioPlatform",
"name": "Naim Adio"
}
]
Credits
This plugin uses third-aprties libraries :
- axios developed by axios
- node-ssdp developed by Ilya Shaisultanov (diversario)
- node-xml2js developed by Marek Kubica (Leonidas-from-XIV)
A warm thanks to m0kum for debugging.