node-red-contrib-marantz-http
v0.1.1
Published
Maranz AV Reciever Control for node-red throught HTTP protocol
Downloads
8
Maintainers
Readme
node-red-contrib-marantz-http
Description
Control your Marantz AVR devices over IP, by HTTP request from Node-RED.
What's inside?
It will include three nodes:
'marantz-http-controller' : a unique CONFIG node that holds connection configuration for marantz-http and will acts as the encapsulator for marantz-http 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 'marantz-http-out' or 'marantz-http-in' node and configure it accordingly.
-- 'marantz-http-out' : marantz-http output node that can send marantz commands, so it can be used with function blocks.
-- 'marantz-http-in': marantz-http listener node, who emits flow messages based on activity on the marantz-http device.
-- payload contains:
--- string data - REQUIRED
Install
Run command on Node-RED installation directory npm install node-red-contrib-marantz-http
Usage
![Image alt] (icons/example.png)
License
#TODO
- Implement autodiscovery of Marantz devices.
- Implement
marantz-http-in
node