npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

node-red-contrib-nora

v0.0.34

Published

Set of nodes for google home integration

Downloads

81

Readme

node-red-contrib-nora

npm dependencies Status devDependencies Status downloads Donate

This module provides a set of nodes in Node-RED for Google smart home Action integration via NORA.

~~In Testing~~

~~In order to be able to link NORA to your Google Home, send me a PM on Node-RED Forum with the gmail address you use with your Google Home and I will add it to the "Testers" list.~~

Publicly available and free of charge. If a very big number of active users is exceeded (more than 2K...) I may need to charge or block access. Also, if you like NORA and find it useful or you simply want to support the development and adding new features, consider donating using Paypal Me.

Supported nodes with devices/traits:

| Type | Traits | |------------|-------------------------------| | light | on/off, [brightness], [color] | | outlet | on/off | | scene | scene | | speaker | on/off, volume | | switch | on/off | | thermostat | thermostat | | blinds | open/close | | garage | open/close |

Forum

For feedback, you can join the Node-RED topic opened for this project on the Node-RED forum: Node-RED google home integration

Setup

Node-RED (These steps need to happen only once)

  1. Open your node-red instance and install node-red-contrib-nora. You can do this by clicking the hamburger menu in the top-right corner and select Manage palette, select Install, type node-red-contrib-nora and click the install button.
  1. After installation is complete a new set of nodes shoud appear under nora category

Get the NORA service token (These steps need to happen only once)

  1. Go to NORA homepage
  2. Login with your Google or Github account
  3. Copy the generated token in your clipboard to be later used in Node-RED.

Create/Adapt a Node-RED flow

  1. Create a new flow (or open the existing one you want to use) and add the NORA nodes you plan to use. Each NORA node will correspond to a Google Home device. In this case we are going to use a light node.
  1. Edit the light node. Add a new nora-config (configs can be reused between multiple nora devices) in which you need to paste the token copied from the NORA homepage. The Group is used if you want to use multiple connections to the same NORA account (if you use multiple Node-RED instances).
  1. Deploy your flow

Link to Google Home (These steps need to happen only once)

Once you have at least one NORA device you can link your Google Home to NORA

  1. Open your Google Home and click Add
  1. In the Add and manage screen, select Set up device.
  1. Select Have something already set up?
  1. Select NORA (in this image it's already linked) and login again with the Google/Github account you used when logging in to the NORA homepage.

The devices setup in Node-RED will sync with your Google Home and now you are able to control them via voice/routines/etc.