homeautomatisation:node-red
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| homeautomatisation:node-red [2023/12/16 22:31] – illu | homeautomatisation:node-red [2023/12/16 23:28] (current) – illu | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| </ | </ | ||
| - | The importance for node red to communicate via Port 80 is essential! | ||
| - | Alexa Echo will broadcast your local network on Port 80 for local smart devices. | ||
| - | With iobroker in docker and " | ||
| + | (!) The importance for node red to communicate via Port 80 is essential! | ||
| - | [[HomeAutomatisation:Node-Red:Example Alexa|Example Alexa]] | + | (!) Alexa Echo will broadcast your local network on Port 80 for local smart devices. |
| + | |||
| + | (!) With iobroker in docker and " | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | Here are some Examples for Alexa local use: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Functions: | ||
| + | |||
| + | <code javascript> | ||
| + | if(msg.payload === " | ||
| + | msg.payload = true; | ||
| + | } | ||
| + | if(msg.payload === " | ||
| + | msg.payload = false; | ||
| + | } | ||
| + | return msg; | ||
| + | </ | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| - | [[HomeAutomatisation: | ||
homeautomatisation/node-red.1702762308.txt.gz · Last modified: 2023/12/16 22:31 by illu