Skip to content

Instantly share code, notes, and snippets.

@IT-Berater
Last active January 17, 2019 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IT-Berater/f1a415544da2a83ee4cb6faf0d912a53 to your computer and use it in GitHub Desktop.
Save IT-Berater/f1a415544da2a83ee4cb6faf0d912a53 to your computer and use it in GitHub Desktop.
Text output with Alexa and openHAB 2
[
{
"id": "feff06a0.8de4a",
"type": "tab",
"label": "Alexa",
"disabled": false,
"info": ""
},
{
"id": "e04f27c6.af5248",
"type": "openhab2-out",
"z": "feff06a0.8de4a",
"name": "Alexa Sprachausgabe",
"controller": "69d3086d.60bbd",
"itemname": "Echo_Living_Room_TTS",
"topic": "ItemCommand",
"payload": "",
"x": 440,
"y": 120,
"wires": [
[
"c8ec63ba.555cb8"
]
]
},
{
"id": "2dbb8e96.8df08a",
"type": "comment",
"z": "feff06a0.8de4a",
"name": "(c) 2019 Thomas Wenzlaff www.wenzlaff.info",
"info": "",
"x": 210,
"y": 60,
"wires": []
},
{
"id": "192d8806.e31e18",
"type": "inject",
"z": "feff06a0.8de4a",
"name": "Täglich um 22:30 Uhr",
"topic": "",
"payload": "Das ist schon halb elf, gehe doch ins Bett damit du morgen wieder fit bist. Thomas ab ins Bett.",
"payloadType": "str",
"repeat": "",
"crontab": "30 22 * * *",
"once": false,
"onceDelay": 0.1,
"x": 180,
"y": 120,
"wires": [
[
"e04f27c6.af5248"
]
]
},
{
"id": "c8ec63ba.555cb8",
"type": "debug",
"z": "feff06a0.8de4a",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "false",
"x": 670,
"y": 120,
"wires": []
},
{
"id": "9412248.d23a858",
"type": "comment",
"z": "feff06a0.8de4a",
"name": "Tägliche Ausgabe von Meldungen über Alexa",
"info": "",
"x": 610,
"y": 60,
"wires": []
},
{
"id": "69d3086d.60bbd",
"type": "openhab2-controller",
"z": "",
"name": "OpenHab2",
"protocol": "http",
"host": "localhost",
"port": "8080",
"path": "",
"username": "",
"password": ""
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment