Socket
Book a DemoInstallSign in
Socket

homebridge-http-mhz

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-http-mhz

A very simple Homebridge plugin for controlling a MHZ transmitter over HTTP.

latest
Source
npmnpm
Version
1.0.6
Version published
Weekly downloads
3
-75%
Maintainers
1
Weekly downloads
 
Created
Source

Homebridge HTTP MHZ

A very simple Homebridge plugin for controlling a MHZ transmitter over HTTP. This plugin is statefull, it keeps the status of the switch locally. No server side checking will be done to get states from the transmitter. Only setters will use HTTP requests.

IMPORTANT

  • Requires Node.js >= 7.6.0
  • If you're seeing errors then please check your node version before creating a new issue: node -v.

Installation

  • Install homebridge: sudo npm install -g homebridge
  • Install this plugin: sudo npm install -g homebridge-http-mhz
  • Update your configuration file. See config sample below.

Config sample

{
    // ...
    "accessories": [
        {
            // Required
            "accessory": "HttpMhz",
            "name": "Toaster",
            "setName": "Bestbuy",
            "unitName": "A",
            "onUrl": "http://192.168.1.101/set/1005",
            "offUrl": "http://192.168.1.101/set/1008"
        }
    ],
    // ...
}

Keywords

homebridge-plugin

FAQs

Package last updated on 14 Sep 2017

Did you know?

Socket

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