homebridge-roberts-wifi-radio
v1.1.6
Published
Homebridge plugin to control Roberts WiFi Radios, and other UNDOK/FSAPI (Frontier Silicon) compatible devices as a Television accessory with volume control.
Maintainers
Readme
Homebridge Roberts Radio
A Homebridge plugin to control Roberts Radios (and other UNDOK/FSAPI compatible devices) via the Apple Home app.
This plugin exposes your radio as a Television accessory, allowing for power control, volume adjustment, and source switching directly from the Home app or Control Center remote.
Features
- Power Control: Turn the radio on or off.
- Source Selection: Switch between Internet Radio, Spotify, DAB, FM, Bluetooth, and more.
- Visible Volume Slider: A separate "Volume" lightbulb-style slider for easy adjustment and visibility in the Home app.
- Mute Control: Toggle mute using the volume slider's on/off switch or the accessory settings.
- Remote Control: Use the Apple TV Remote widget in Control Center to adjust volume, Play/Pause, or skip tracks.
- Device Info: Displays model name, firmware version, and IP address.
Installation
Via Homebridge UI
Search for homebridge-roberts-wifi-radio in the Plugins tab and click Install.
Via Command Line
npm install -g homebridge-roberts-wifi-radioConfiguration
Add the following to the platforms array in your Homebridge config.json:
{
"platform": "RobertsRadioPlatform",
"name": "Kitchen Radio",
"ip": "XX.XX.XX.XX",
"pin": "1234"
}Parameters
name: (Required) The name of the radio as it will appear in the Home app.ip: (Required) The IP address of your radio.pin: (Optional) The UNDOK PIN for your radio (default is1234).
Adding to the Home App
Because this plugin uses the Television service, it is published as an External Accessory. This means it will not appear automatically in the Home app after restarting Homebridge. You must add it manually:
- Open the Home app on your iOS device.
- Tap the + icon and select Add Accessory.
- Tap More options... (or "I don't have a code or cannot scan").
- Select your Roberts Radio from the list of nearby accessories.
- Enter your Homebridge PIN (the same one used to add your main Homebridge bridge).
Supported Modes (Inputs)
The plugin is pre-configured with the following source IDs:
| ID | Mode | |----|------| | 0 | Internet Radio | | 1 | Tidal | | 2 | Deezer | | 3 | Amazon Music | | 4 | Spotify | | 5 | Local Music | | 6 | Music Player | | 7 | DAB | | 8 | FM Radio | | 9 | Bluetooth | | 10 | AUX |
