Skip to content

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

License

Notifications You must be signed in to change notification settings

goldserg/node-red-contrib-alice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

ВАЖНО !!!! Запущена новая версия сервиса. Если Вы ранее пользовались версией < 1.0.0 то после обновления потребуются дополнительные дествия. Инструкция по переходу здесь. https://boosty.to/efa2000/posts/8c64ea4d-949a-4d18-b9c2-ecea3c1229e8

Этот некоммерческий проект, но Вы можете добровльно поддержать его развитие оформив подписку https://boosty.to/efa2000

Обсудить и получить поддержку от сообщества и автора можно в Телеграм канале 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 включенной

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/)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.7%
  • JavaScript 36.3%