node-red-contrib-eiscp

0.3.3 • Public • Published

node-red-contrib-eiscp

Description

Control your Integra/Onkyo devices (AVR, BD player, etc.) over IP, with help of eISCP protocol right from Node-RED.

eISCP protocol documentation (PDF0: http://goo.gl/Aa1W8F

What's inside?

It will include three nodes:

'eiscp-controller' : a unique CONFIG node that holds connection configuration for eiscp and will acts as the encapsulator for eiscp access. As a node-red 'config' node, it cannot be added to a graph, but it acts as a singleton object that gets created in the the background when you add an 'eiscp' or 'eiscp-device' node and configure it accordingly.

-- 'eiscp-out' : eiscp output node that can send eiscp, so it can be used with function blocks.

-- 'eiscp-in': eiscp listener node, who emits flow messages based on activity on the eiscp device.

-- payload contains:

--- string data - REQUIRED

Usage

According to official documentation: http://nodered.org/docs/getting-started/adding-nodes.html

Sending Raw data

It is possible to send a raw data command, set msg.raw to the command you want to send. If msg.raw is set, this will overwrite any msg.payload, and it will send the command in raw format.

Example: msg.raw = 'NPR03' (this will select and play the 3rd item in your internet radio favorites)

Examples

Control your device using Amazon Alexa

alt text

  1. Drag 'Alexa Local'

  2. Drag 'Function' and configure with appopriate command

alt text

Command list available here: https://raw.githubusercontent.com/tillbaks/node-eiscp/master/eiscp-commands.json

  1. Drag and configure 'eiscp out' node

alt text

License

Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)

TODO

Implement autodiscovery of Integra/Onkyo devices.

Package Sidebar

Install

npm i node-red-contrib-eiscp

Weekly Downloads

19

Version

0.3.3

License

CC-BY-NC-SA-4.0

Unpacked Size

18.5 kB

Total Files

9

Last publish

Collaborators

  • aborovsky