New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-red-contrib-eiscp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-red-contrib-eiscp

Integra / Onkyo (ISCP protocol) for node-red

  • 0.3.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

Keywords

FAQs

Package last updated on 23 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc