- Subflow for Nodered to retrieve information from an enigma2 receiver and send commands.
- (DE) Subflow für Nodered um Informationen von einem enigma2 Receiver abzufragen und Befehle zu senden
Forum: https://homematic-forum.de/forum/viewtopic.php?f=77&t=58690
https://github.com/Matten-Matten/node-red-enigma2-flow/blob/master/enigma2-SUB-Flow.json
https://github.com/Matten-Matten/node-red-enigma2-flow/blob/master/enigma2-BSP-Flow.json
manuell Polling
- Message Type: 0= Yes/No, 1= Info, 2=Message, 3=Attention
Beispiel:
msg.message = {text:"Das ist eine Testnachricht!",Type:0,Timeout:30};
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"
-
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
"servicereference"
0-100
-
WAKEUP_FROM_STANDBY -
IN_STANDBY -
DEEP_STANDBY -
REBOOT -
RESTART_GUI
-
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)
- (Matten-Matten) bugfix:
REMOTE-CONTROL
- (Matten-Matten) add: Password
uri encode - (Matten-Matten) add:
Output values with every update - (Matten-Matten) bugfix:
Message Text uri encode
- (Matten-Matten) some litle fixes
- (Matten-Matten) add: commands
GREEN,BLUE,YELLOW,RED - (Matten-Matten) bugfix:
error in the form of a command
- (Matten-Matten) add: commands
VOL_UP,VOL_DOWN,MEDIA,REWIND,FORWARD
- (Matten-Matten) bugfix:
fix bug in message reply
- (Matten-Matten) bugfix:
decode special characters in the message text (äöüÄÖÜß)
- (Matten-Matten) bugfix:
correction in error handling
- (Matten-Matten) add:
first publication
made by Matten Matten


