homebridge-rpiradio-light

4.4.19 • Public • Published

homebridge-433mhz-light

Control your light through 433mhz

config.json

  "accessories": [
        {
                "accessory": "433Light",
                "name": "test1",
                "host": "192.168.1.74",
                "port": 4210,
                "on_payload": "5555554",
                "off_payload": "3333334"
        },
        {
                "accessory": "433Light",
                "name": "test2",
                "host": "192.168.1.74",
                "port": 4210,
                "on_payload": "2222224",
                "off_payload": "1111114"
        },
        {
                "accessory": "433Light",
                "name": "test3",
                "host": "192.168.1.74",
                "port": 4210,
                "on_payload": "5143345",
                "off_payload": "5143346"
        }
       ],

Configuration Params

Parameter Description Required
name name of the accessory
host endpoint for whatever is receiving these requests
port port of destination
on_payload payload for the unlock state
off_payload payload for the lock state

Help

  • Make sure to specify a port and host in the config file.

Installation

  1. dependence on : rpi-433
  2. Install homebridge using: npm install -g homebridge
  3. Install this plugin using: npm install -g homebridge-433mhz-light
  4. Update your config file

Package Sidebar

Install

npm i homebridge-rpiradio-light

Weekly Downloads

0

Version

4.4.19

License

MIT

Unpacked Size

4.3 kB

Total Files

3

Last publish

Collaborators

  • lukasa1993