I receive the following message when I deploy a simple flow (a switch controlling the output of a Pi gpio):
" The workspace contains some nodes that are not properly configured:
- [Flow 1] sw1 (ui_switch)
"
Any help would be appreciated.
Thank you!
I receive the following message when I deploy a simple flow (a switch controlling the output of a Pi gpio):
" The workspace contains some nodes that are not properly configured:
Well have you set any options in the node?
Thank you for the reply.
If you are referring to node properties the answer is yes.
For the switch I have the following:
Group: [unassigned] Relay Control
Size: auto
Tooltip:
Icon: Default
If msg
arrives on input, pass through to output: [box checked]
On Payload: [number] 1
Off Payload: [number] 0
Do you see any issues?
What version of Node-red and node.js do you have? You can find them in the node-red log.
node.js is version 10.15.3
node-red is version 0.20.5
it must be assigned to a group
Thank you for the reply.
How does one assign nodes to a group?
Click on the node to open it. Look at the option Group
- it probably says Add new ui_group...
Press the pencil icon next to it.
Look at the tab
option and do the same
Thank You Zenofmud and Dceejay. The issue is now resolved.