I have a project to connect my arduino to my node-red server on rpi. I have done it but I want to create automatically the groups and tables that correspond to my arduino. Do you have any solutions for my problem?
I'm using node-red version : 1.0.3
and Node.js : 10.15.2
That is not easily possible with the default dashboard and nodes. People have created dynamic tables either using the ui_template node or the add-on ui_table node - but not groups. If you want to do groups then you will need to create your own dashboard using something like the uibuilder nodes that let you use any html framework you are familiar with.