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-alexa-local

v0.3.24

Published

No extra Alexa Skills required. Works directly with Alexa in local network.

Downloads

334

Readme

node-red-contrib-alexa-local

Usage screenshot

This is a dead-simple node for adding Alexa capability to your NodeRED flow.

NO Alexa Skills required.

NO account linking required.

NO complicated parameters, it just works.

Developed by the super cool folks at Originally US - a mobile app development company from Singapore

Installation

Install directly from your NodeRED's Setting Pallete

or

Change your working directory to your node red installation. Usually it's in ~/.node-red.

$ npm install node-red-contrib-alexa-local

How to use

  • Add this node to your flow
  • Give it a unique Device Name
  • Ask "Alexa, discover devices"
  • That's it!

Usage screenshot

Known issues

  • Doesn't support Echo Gen 2 & Echo Plus local devices discovery yet
  • Echo Show, Echo Spot, Sonos One do not have the capability to discovery devices locally

FAQ

Does it support German or other languages? Yes! As long as Alexa supports that language.

Does it support door lock/curtain/AV/TV or other types of devices? Unfortunately no. In order to keep this node so simple to use, it was designed to emulate a Philips Hue bridge & device within local network. Amazon Echo is hardcoded to support only on/off/dimming command via this route. Any other type of support has to go through the Alexa Skills route (cloud-based). There is another node does just that node-red-contrib-alexa-home-skill

Example dimming commands

  •  Alexa, set Kitchen Light to 40%
  •  Alexa, set Aircon temperature to 30
  •  Alexa, increase Kitchen Light
  •  Alexa, lower Kitchen Light by 15%

Do I need to enable any Alexa Skils? No. Nah. Non. Nein. Never.

Is this free forever? Yes. We won't charge you anything. If you wants to help us out, buy us some coffee or RedBull.

I have some suggestions, how do I get in touch? Please create an issue in Github

How do I control my (non-smart) devices at home with NodeRED? Check out RMPlugin app developed by us. Here's an intro video for the hardware.

TODO

  • Alexa isolation
  • Support Echo Gen 2 & Echo Plus discovery