Control your Integra/Onkyo devices (AVR, BD player, etc.) over IP, with help of eISCP protocol right from Node-RED.
PDF of eISCP protocol documentation can be found here.
The package includes 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. The payload contains a string reflecting the command and is a mandatory value.
According to official documentation: http://nodered.org/docs/getting-started/adding-nodes.html
Control your device using Amazon Alexa
-
Drag 'Alexa Local'
-
Drag 'Function' and configure with appopriate command
Command list available here: https://raw.githubusercontent.com/tillbaks/node-eiscp/master/eiscp-commands.json
- Drag and configure 'eiscp out' node
- Fixing/adjustment of eiscp commands