node-red-contrib-meobox 1.0.0

A Node-RED node which controls a MeoBox (and possibly any other Microsoft Mediaroom based box) over Telnet

npm install node-red-contrib-meobox

# node-red-contrib-meobox

This node controls a MeoBox (and possibly any other Microsoft Mediaroom based box) over Telnet. Both Host, Port and Key can either be set on the node itself or via msg.host, msg.port and msg.payload respectively. msg.payload can contain multiple keys to be sent separate by “;”.

{“payload”: “v+;p+;v-“}

Numeric values are interpreted as channels and treated like such

{“payload”: “123“}

The above will change to channel 123 by sending key 1, key 2 and key 3 on 750ms intervals.

Kudos to the project telnetit and meo-controller.
Using a refactored/simplified version of it.

installing

npm install node-red-contrib-meobox

Mapped keys so far:

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, back, ok, p+, p-, menu, up, down, left, right, options, guia tv, videoclube, gravacoes, teletext, prev, rewind, play/pause, forward, next, stop, red, green, yellow, blue, switchscreen, i, mute, v-, v+, record, power

Node Info

Version: 1.0.0
Updated 8 years ago
License: Apache-2.0
Rating: not yet rated

Actions

Rate:

Downloads

1 in the last week

Nodes

  • meobox

Keywords

  • node-red
  • node-red-contrib
  • contrib
  • telnet
  • Microsoft Mediaroom
  • meobox

Maintainers