Home >> Node-RED App Library
This flow demonstrates how to send a HTTP request to a device whenever a state of a KNX device changes.
This flow uses:
- realknx-in
- HTTP Request
HTTP Request: Sends an HTTP request to a device.
Note: Remember to set the option “Convert output to boolean” in the realknx-in module.
How it works:
The flow in this example will send an HTTP Request to the TV when the state of the speaker changes.
Download Code: learning-http-request.json
How-to import: Video Tutorial