New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@mshanemc/homebridge-hydrawise

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mshanemc/homebridge-hydrawise

A homebridge plugin that creates sprinkler accessories for all your Hydrawise zones

  • 2.1.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

homebridge-hydrawise

Hydrawise sprinkler system plugin for HomeBridge

This repository contains the Hydrawise sprinkler system plugin for homebridge.

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-hydrawise
  3. Update your configuration file. See sample-config.json snippet below.

Configuration

Configuration sample:

"platforms": [
   	{
           "platform": "HydrawisePlatform",
           "name": "Hydrawise",
           "type": "CLOUD or LOCAL",
           "api_key": "YOUR API KEY",
           "host": "HOSTNAME OR IP OF LOCAL CONTROLLER",
           "password": "PASSWORD OF LOCAL CONTROLLER",
       }
   ],

Fields:

  • platform: Must always be "HydrawisePlatform" (required)
  • name: Can be anything (required)
  • type: Should be either CLOUD or LOCAL depending on the type of connection you wish to make. When possible use a local connection to your controller since it's not rate limited (HTTP error 429) and suffers no delays when trying to run commands on zones.
  • api_key: You can obtain your API key from the "Account Details" screen on the Hydrawise platform (required for CLOUD)
  • host: The hostname or ip address of your local controller. (required for LOCAL)
  • user: The username of your local controller. Should not be configured unless for specific setups. Defaults to 'admin'.
  • password: The password of your local controller. Can be found in the settings of your controller. (required for LOCAL)
  • polling_interval: Polling interval in miliseconds. Should only be configured if you run into frequent 429 errors on the CLOUD connection. Defaults to 1000ms for local connections and 12000ms for cloud connections. The default setting allows for 5 start/stop actions every 5 minutes on the cloud connection. If you require more, set the polling interval to 15000ms.

Keywords

FAQs

Package last updated on 18 Jul 2020

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc