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-sleepys-elite

v1.2.5

Published

Homebridge dynamic platform plugin for Sleepy's Elite / BOX25 adjustable beds

Readme

homebridge-sleepys-elite

verified-by-homebridge

Unofficial Homebridge dynamic-platform plugin for Sleepy's Elite / BOX25 adjustable beds.

Features

  • Head, feet, and lumbar position control
  • Under-bed light on/off, 0–100% brightness, and full RGB color control
  • Persistent Bluetooth connection with an hourly lightweight connection check, stale-session detection, bounded reconnect backoff, and one-shot command retry
  • Hard timeouts for discovery, connection, GATT setup, command writes, and cleanup so stalled BlueZ calls cannot block recovery
  • Serialized Bluetooth writes, stale-device removal, and full D-Bus session cleanup on reconnect
  • Physical-remote position, light-power, and RGB color updates reflected in HomeKit
  • Debounced slider commands
  • Queued motor requests with one motor movement at a time
  • Native Node.js Bluetooth over BlueZ/D-Bus
  • No Python, virtual environment, or Bleak setup

Requirements

  • Homebridge 2.x
  • Node.js 22.12+ or 24.x
  • Linux/Homebridge host with Bluetooth and BlueZ

On a standard Homebridge Raspberry Pi image, installation is intended to be:

  1. Install the plugin in Homebridge.
  2. Leave the Bluetooth name prefix as Star25 unless your bed advertises differently.
  3. Save/restart Homebridge.

No Python setup is required.

Configuration

  • Name: HomeKit accessory name.
  • Bed Bluetooth Name Prefix: defaults to Star25.

Current status

Tested with a Sleepy's Elite BOX25 controller advertising as Star25....

Disclaimer

This is an unofficial community project. It is not affiliated with, endorsed by, sponsored by, or supported by Sleepy's or Mattress Firm.

Sleepy's and related names and trademarks are the property of their respective owners. Product names are used only to identify compatibility with this software.

Use this software at your own risk. This project communicates directly with adjustable-bed hardware over Bluetooth and is provided without warranty.

Credits

This project benefited from Bluetooth protocol research and documentation in the ha-adjustable-bed project by Kristoffer R. and its contributors:

https://github.com/kristofferR/ha-adjustable-bed

See THIRD_PARTY_NOTICES.md for attribution details.

License

MIT

Split-bed systems

The plugin supports one adjustable-base controller per Homebridge plugin instance. Split-bed configurations with two independent controllers are not supported.