Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-august-home

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-august-home

Node-Red Node for August Home Smart Locks (and other devices)

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

node-red-contrib-august-home

Interface for August Home devices, such as the August Smart Locs, for Node-Red. This node connects to the August API, which appears to be mostly undocumented now. Excellent resources in the links below (from which the bulk of the api calls in this project were derived).

Project Status: basic functionality seems to be working. Now testing and tidying the module.

Still need to consider the way the node works, but for now, here is how to use it: In Node-Red, the input message payload should be a Javascript Object or JSON in the form { "group": "Group Name", "name" : "Request Name" }. Any needed options for the request are set in the node's configuration, but additional one-off options can be passed in with the input data like this:

{
    "group": "Group name from requests.json",
    "name": "Name of the request from requests.json",
    "options": {
        "Option Name": "Data",
        "Option Name": "Data"
    }
}

For example, to call the API to check for firmware updates, the node input could be:

{
    "group": "Lock",
    "name": "Check for firmware updates",
    "options": {
        "LockId": "12345"
    }
}

See the requests.json file for all of the available commands that jmaxxz has discovered in his project (copied directly into this module). The node output message payload will be the body of the resulting API response.

Some Useful References:

To get your August API access token, follow the directions in jmaxxz's post here: https://github.com/jmaxxz/keymaker/issues/5#issuecomment-360007335

Keywords

FAQs

Package last updated on 23 Feb 2018

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