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-alice

v2.2.5

Published

**NodeRed Home** (node-red-contrib-alice) - это сервис позволит, в несколько простых шагов, подключить любые ваши устройства заведенные в Node-RED к умному дому от Яндекса и управлять ими с помощью голосового помощника Алиса.

Downloads

429

Readme

NodeRed Home (node-red-contrib-alice)

NodeRed Home (node-red-contrib-alice) - это сервис позволит, в несколько простых шагов, подключить любые ваши устройства заведенные в Node-RED к умному дому от Яндекса и управлять ими с помощью голосового помощника Алиса.

platform Min Node Version Repo size GitHub version Package Quality GitHub last commit NPM Total Downloads NPM Downloads per month

Обсудить и получить поддержку от сообщества и автора можно в Телеграм канале https://t.me/nodered_home_chat

Инструкция (RUS)

Использование

Как настроить навык:

  1. Установите и настройте Node-Red
  2. Из интерфейса Node-Red добавьте модуль node-red-contrib-alice или с использованием npm
npm install node-red-contrib-alice
  1. Добавьте в свою схему устройства и умения Алисы и зарегистрируйтесь на вкладке настройки
  2. Настройте их связь с вашими устройствами
  3. В приложении Яндекс добавьте навык NodeRed Home
  4. Заведенные устройства появятся автоматически

Концепция

Кождое устройство может иметь неограниченное число умений (функционала) К примеру, лампочка может иметь умение включения/выклюяения, но так же дополнительное умение установки цвета и яркости Умения устройства можно объеденять в любом порядке Более подробно о умениях и устройствах можно почитать в документации Yandex Документация Яндекса

Особенности

Для того, что бы устройство ответило Алисе, что комманда выполнена успешно, на вход должно прийти соответсвующее значение. Если ваше устройство отвечает дольше или совсем не возвращает подтверждение просто добавьте оставьте галочку Response включенной

Тарифы

до 5-ти зарегистрированных на шлюзе устройств - бесплатно
5-ть и более зарегистрированных на шлюзе устройств - 199 руб./мес.

Instruction (ENG - Google Translate)

The module allows you to use Node-Red together with the Yandex.Alice voice assistant service (voice control of smart home devices)

Use

How to set up a skill:

  1. Install and configure Node-Red
  2. From the Node-Red interface add the node-red-contrib-alice module or using npm
npm install node-red-contrib-alice
  1. Add Alice’s devices and capability to your circuit and register on the settings tab
  2. Configure their connection with your devices
  3. In the Yandex application, add the NodeRed Home skill
  4. Started devices will appear automatically

Concept

Each device can have an unlimited number of capability (functionality) For example, a light bulb may have the capability to turn on / off, but also the additional capability to set the color and brightness Device capabilites can be combined in any order You can read more about capability and devices in the Yandex documentation [Yandex Documentation] (https://yandex.ru/dev/dialogs/alice/doc/smart-home/concepts/capability-types-docpage/)