https://github.com/matten-matten/node-red-home24-mediaplayer-flow
Subflow für Nodered um Befehle an die Home24 Mediaplayer App zu senden
https://github.com/matten-matten/node-red-home24-mediaplayer-flow
home24mediaplayer nodered redmatic subflow
Last synced: 4 months ago
JSON representation
Subflow für Nodered um Befehle an die Home24 Mediaplayer App zu senden
- Host: GitHub
- URL: https://github.com/matten-matten/node-red-home24-mediaplayer-flow
- Owner: Matten-Matten
- Created: 2020-06-29T11:41:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T09:46:30.000Z (over 4 years ago)
- Last Synced: 2025-01-12T16:45:30.932Z (5 months ago)
- Topics: home24mediaplayer, nodered, redmatic, subflow
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
 
[Home24-MediaPlayer](http://www.home-24.net/index.php?app=media)
# **NodeRed Home24 Mediaplayer Subflow**
- Subflow for Nodered to send commands to Home24 Mediaplayer App.
- (DE) Subflow für Nodered um Befehle an die Home24 Mediaplayer App zu senden
Forum: https://homematic-forum.de/forum/viewtopic.php?f=77&t=59572
---
### Subflow: https://github.com/Matten-Matten/node-red-home24-mediaplayer-flow/blob/master/home24-mediaplayer-SUB-Flow.json

---
## Config overview:
---
---
---
# **INPUT:**`msg.payload`
---
# **COMMANDS:**
---
## LED
- led=red / led=red&flash
- led=green / led=green&flash
- led=yellow / led=yellow&flash
- led=blue / led=blue&flash
- led=white / led=white&flash
- led=magenta / led=magenta&flash
- led=cancel## Vibrate
- vibrate## Statusbar
- statusbar=Hello Android
- statusbar=cancel## Text
- textsmall=Hallo, weiterer Text
- textmedium=Hallo, weiterer Text
- textlarge=Hallo, weiterer Text
- text=close## Infobox
- infobox=Hello Android## TTS
- tts=Hallo HomeMatic
(bei einigen Geräten ist keine Sprache für TTS vorinstalliert. Kontrollieren oder nachinstallieren können Sie diese unter "Einstellungen" -> "Sprache und Eingabe "-> "Text in Sprache" )## Volume
- volume=10 (1-15)## Call
- call=0421123456
- dial=0421123456
- sms=0150123456&message=Hallo (GSM Modul im Geräte vorausgesetzt und nur bis Version 1.25 da Google die Funktion nicht mehr erlaubt)## App
- Starte Standard-Apps ab Android 4.0.3
- appbrowser
- appcalendar
- appappcontacts
- appgallery
- appmail
- appmaps
- appmessaging
- appmusic## Screen
- screenon (continual)
- screenoff
- screentimeout=10 in sec## Color Screen
- colorscreen=red
- colorscreen=green
- colorscreen=yellow
- colorscreen=blue
- colorscreen=white
- colorscreen=magenta
- colorscreen=black
- colorscreen=ltgray
- colorscreen=gray
- colorscreen=dkgray
- colorscreen=cyan
- colorscreen=close## Tasker
- tasker="Name des Task"## Track
- track="beispiel.mp3"---
## Changelog
### 1.2.0 (2020-11-10)
* (Matten-Matten) add: `to stable`
* (Matten-Matten) add: `correction in send code`
* (Matten-Matten) add: `APK download links`
* (Matten-Matten) add: `ipadress handling`### 0.0.2 (2020-06-29)
* (Matten-Matten) add: `bugfix`### 0.0.1 (2020-06-28)
* (Matten-Matten) add: `first publication`---
made by [Matten Matten](https://github.com/Matten-Matten)