Hello,
I'm brand new to Node Red and have used fhem and iobroker before. But I'm really excited about the flexibility and possibilities that Node Red has to offer me.
I've already tried around a bit and quickly reached my limits, as I'm still lacking an overview.
I'm currently trying to create my devices and would like to delegate the setting options for this from top to bottom. (It should also be fixed settings)
But I also have components in the subflow that have a dropdown field as a setting option, and I would also like to transfer my environment variables in these settings.
E.g. Google smarthome with the device type or dashboard UI with the tabs and sliders.
Does anyone know of a way to transfer the data from an environment variable into this fields?
Possibly through an extension or are there already integrated commands that allow me to do this?
In case of doubt, probably I could work with the nodes file-read and file-write or with exec and sed, for example. But that wouldn't be the most elegant solution for me.