npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

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.

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-radio

Configuration

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 is 1234).

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:

  1. Open the Home app on your iOS device.
  2. Tap the + icon and select Add Accessory.
  3. Tap More options... (or "I don't have a code or cannot scan").
  4. Select your Roberts Radio from the list of nearby accessories.
  5. 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 |