Runs node-red on pimatic
Run the node-red engine embedded in pimatic. This enables the use of node-red flow directly integrated into the pimatic framework. The following nodes are available:
- variable in listens for changes on the given variable and send a
msgwheremsg.payloadcontains the new value of the variable. Use this node to capture changes on devices. They are variables too. Navigate to/#variables-pageon you pimatic web interface to see them. - device out Calls the given action on the given device whenever a
msgis received. Use thid to switch devices on or off for example.
- Node-red runs in it's own server. I did not manage to get the websocket running on the pimatic server. UI and the engine do work!
- Node device out cannot yet execute actions that require a parameter.