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 🙏

© 2024 – Pkg Stats / Ryan Hefner

homebridge-broadlink-rm-enhanced

v3.7.0

Published

Broadlink RM plugin (including the mini and pro) for homebridge: https://github.com/nfarina/homebridge

Downloads

39

Readme

Homebridge Broadlink RM Enhanced

Introduction

Welcome to the Broadlink RM Mini and Broadlink RM Pro plugin for Homebridge.

This is a fork of the [original plugin by Luke Rhodes] (https://github.com/lprhodes/homebridge-broadlink-rm) that allows you to control your RM Mini and RM Pro with HomeKit using the Home app and Siri.

About this fork

I am working on upgrades to the accessory specifications in this repository. For starters I am focused on fan, air-conditioners and heater accessories to help improve the user experience of the devices like portable ACs, Lasko tower fans and tower heaters, etc.

I eventually would like to add multiple contibuters who can review and integrate PRs so more people can collectively extend the accessories.

If you want to use this fork, use this command:

npm i -g homebridge-broadlink-rm-enhanced

This plugin can be used in conjunction with other forks of Broadlink RM plugin. This enables one to use this plugin for some accessories while other plugin for other accessories with the same Broadlink IR Blaster.

What's new

For updates to the plugin please review the changelog

Like this plugin?

Please consider testing it and providing feedback. Supporting this project is defintely a lot of work due to the various types of devices that can be interfaced with this. If you are finding value from this plugin please consider supporting it by buying me a coffee using Paypal.

Thank you!

Documentation

Orignial

Full documentation can be found here.

Use config-sample.json file for plugin specific config changes.

Enhancements

The platform has been renamed compared to the original so that you can install this plugin alongside the original plugin or other forks.

{
	"platform": "BroadlinkRM-Enhanced"
}

Fan Accessory

Fan speed step size property

Improves user experience of changing fan speeds to pre-defined steps in the Home app.

Combined fan speed and swing modes

Some fans (e.g. Lasko tower fan) with remotes that have a display, generate unique hex codes for a combination of each speed and swing mode. If you have such a device, you can record each hex code in the config.json.

Default swing mode

When using alwaysResetToDefaults, you can add a parameter to let the system know the default oscillation mode.

For more details on how to configure a fan accessory please review the documentation here

Heater Cooler Accessory

Implementation of heater cooler accessory specification as per Apple HAP. Heater cooler allows for better representation of standalone heaters and air-conditioners that support functions like oscillation and fan speed.

In addition to the fan speed and oscillation features, this accessory also supports temperature in both degree Celsius and Fahrenheit.

For more details on how to configure a heater-cooler accessory please review the documentation here and review config-sample.json for sample configurations.

Thanks

Thanks to @lprhodes (https://github.com/lprhodes/homebridge-broadlink-rm), @kiwi-cam (https://github.com/kiwi-cam/homebridge-broadlink-rm), @tattn (https://github.com/tattn/homebridge-rm-mini3), @PJCzx (https://github.com/PJCzx/homebridge-thermostat) @momodalo (https://github.com/momodalo/broadlinkjs) whose time and effort got me started.