Node-RED interaction with TileBoard, HADashboard, Floorplan or LoveLace

The node-red dashboard has some nice features in regards of controlling my node-red flows but I would love to have a single Frontend for my automations

Is there any guidance or tutorial on how to use anu of the above frontends with node-red ?

I’m not sure to understand what you mean.
I have HA + Node-RED + HADasnboard and a test TileBoard.
Node-RED does not have to talk directly to any front end. It is just changing states of entities in HA. Front end(s) will just reflect the status of the entities.

I’m aware of that , I just have more information in my Node-Red which I would like to present in the frontend (e.g. current timer, error and status messages, etc) … the node-red dashboard is covering most of it … but I would like to have only one frontend.

If not possible I have to define the necessary entities in HA :frowning:

Yes, you need to create entities in HA that are updated from NodeRED, then you can display them in your front end. Not :frowning_face: but :grinning: that you can do this so easily.

:grinning::grinning::grinning: will do