Socket
Socket
Sign inDemoInstall

iobroker.broadlink

Package Overview
Dependencies
4
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    iobroker.broadlink

ioBroker Broadlink Adapter


Version published
Weekly downloads
4
Maintainers
2
Created
Weekly downloads
 

Readme

Source

NOT MAINTAINED ANYMORE

This project is not maintained anymore, because personal reasons. Please use: https://github.com/frankjoke/ioBroker.broadlink2


NPM version Downloads

NPM

Tests: Linux/Mac: Travis-CI Build Status Windows: AppVeyor Build status

This is an ioBroker adapter for Broadlink RM3 Mini/RM3 Pro to learn and send signals.

Configuration

Enter the IP address in the configuration

How-To learn codes

  • In Objects of ioBroker you can find "broadlink.[n].enableLearningMode".
  • Set this object to true. (e.g. on RM3 mini or Pro the LED is light up)
  • Now press some button on your remote control within 30 seconds.
  • An new Object should now appear within the Object "broadlink.[n].learnedSignals" with the name ">>> Learned, please describe"

It is also possible to use the codes from RM-Bridge.
You just need to prepend "CODE_".

How-To structure codes outside learnedSignals

  • You can create your state object everywhere in the instance to build your own channel and device structure.
  • All you need is the CODE_[n] from learnedSignals
  • You can use the signal code (CODE_12345...) as object id or in name. Depends on what you prefer.

Simple object structure example

Known-Issues

If you learn the same signal multiple times the code can be different everytime. This can not be changed.

Keywords

FAQs

Last updated on 13 Jun 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc