Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 2.21 KB

README.md

File metadata and controls

49 lines (27 loc) · 2.21 KB

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

  1. Open your node-red instance and install node-red-contrib-smartnora. You can do this by clicking the hamburger menu in the top-right corner and select Manage palette, select Install, type node-red-contrib-smartnora and click the install button.

  1. After installation is complete a new set of nodes shoud appear under nora category

Create a Smart NORA account (These steps need to happen only once)

  1. Go to Smart NORA homepage
  2. Create an account using your email address and a password
  3. Verify your email address by clicking the link in the email

Create/Adapt a Node-RED flow

  1. Create a new flow (or open the existing one you want to use) and add the Smart NORA nodes you plan to use. Each Smart 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 enter your credentials (email/password) used when you created your Smart NORA account. The Group is used if you want to use multiple connections to the same Smart NORA account (if you use multiple Node-RED instances - leave it blank if you don't plan on using multiple instances).

  1. Deploy your flow

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

Once you have at least one Smart NORA device you can link your Google Home to Smart 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 Smart NORA (in this image it's already linked) and login again with the account you created on the Smart 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.