top of page

Node-Red Flow zum auslesen von enigma2 Receiver

Node-RED _ 1enigma2 flow config.png
Node-RED_enigma2.png

Input:

manuell Polling

​

msg.message:

  • Message Type: 0= Yes/No, 1= Info, 2=Message, 3=Attention

Beispiel: msg.message = {text:"Das ist eine Testnachricht!",Type:0,Timeout:30};

​

msg.command:

REMOTE-CONTROL-(Number! not String)

  • 116 Key "Power"

  • 2 Key "1"

  • 3 Key "2"

  • 4 Key "3"

  • 5 Key "4"

  • 6 Key "5"

  • 7 Key "6"

  • 8 Key "7"

  • 9 Key "8"

  • 10 Key "1"

  • 11 Key "0"

  • 412 Key "previous"

  • 407 Key "next

  • 115 Key "volume up"

  • 113 Key "mute"

  • 402 Key "bouquet up"

  • 114 Key "volume down"

  • 174 Key "lame"

  • 403 Key "bouquet down"

  • 358 Key "info"

  • 103 Key "up"

  • 139 Key "menu"

  • 105 Key "left"

  • 352 Key "OK"

  • 106 Key "right"

  • 392 Key "audio"

  • 108 Key "down"

  • 393 Key "video"

  • 398 Key "red"

  • 399 Key "green"

  • 400 Key "yellow"

  • 401 Key "blue"

  • 377 Key "tv"

  • 385 Key "radio"

  • 388 Key "text"

  • 138 Key "help"

​

msg.command:

  • MUTE_TOGGLE

  • RADIO

  • CHANNEL_DOWN

  • CHANNEL_UP

  • DOWN

  • EPG

  • EXIT

  • LEFT

  • MENU

  • OK

  • PLAY_PAUSE

  • REC

  • STANDBY_TOGGLE

  • STOP

  • TV

  • UP

  • VOL_UP

  • VOL_DOWN

  • MEDIA

  • REWIND

  • FORWARD

  • GREEN

  • BLUE

  • YELLOW

  • RED

​

msg.zap:

  • "servicereference"

​

msg.volume:

  • 0-100

​

msg.main__command:

  • WAKEUP_FROM_STANDBY

  • IN_STANDBY

  • DEEP_STANDBY

  • REBOOT

  • RESTART_GUI

​

Output:

  • Einschaltstatus

  • Message Answer

  • Festplatte 1 Speicher Größe

  • Festplatte 1 Speicher Frei

  • Festplatte 2 Speicher Größe

  • Festplatte 2 Speicher Frei

  • Volume - e2volume

  • Mute - e2ismuted

  • Channel - e2servicename

  • Event Description - e2eventdescription

  • Event Description Extended - e2eventdescriptionextended

  • Event Name

  • Servicereference (Sender ID)

  • Picon Path (only OpenWebInterface)

  • Event Time Passed

  • Event Progress Percent (Sendezeit)

  • Eventduration

  • Event Start

  • Event End

  • Eventremaining

  • Is Record (Aufnahme aktiv)

​

Changelog

1.0.1 (2021-02-09)

  • (Matten-Matten) bugfix: REMOTE-CONTROL

1.0.0 (2021-02-09)

  • (Matten-Matten) add: Password uri encode

  • (Matten-Matten) add: Output values with every update

  • (Matten-Matten) bugfix: Message Text uri encode

0.0.9 (2020-12-01)

  • (Matten-Matten) some litle fixes

0.0.8 (2020-07-06)

  • (Matten-Matten) add: commands GREEN,BLUE,YELLOW,RED

  • (Matten-Matten) bugfix: error in the form of a command

0.0.7 (2020-07-05)

  • (Matten-Matten) add: commands VOL_UP,VOL_DOWN,MEDIA,REWIND,FORWARD

0.0.4 (2020-05-15)

  • (Matten-Matten) bugfix: fix bug in message reply

0.0.3 (2020-05-12)

  • (Matten-Matten) bugfix: decode special characters in the message text (äöüÄÖÜß)

0.0.2 (2020-05-02)

  • (Matten-Matten) bugfix: correction in error handling

0.0.1 (2020-05-01)

  • (Matten-Matten) add: first publication

bottom of page