I have been working with Node-RED in my home this weekend. I have a proposal for the lynx-server node that I want comments on.
Today you can enter Name, URL, Broker and API-Key. This works very well but it doesn't work that well for access to a local Edge Client.
Maybe we should have two "modes" for configuration. One simple with only Name, URL and API-key that suits the most use cases. And then one for "local broker" that adds the following:
- Broker: Address (and optional port)
- Username and Password (if authentication is used)
- Local (Yes / No) (If local it will not add client_id to topics)
Then it should be possible to have a local Node-RED (on or near the edge-client) that will only need connection to Lynx when configuring. Local flow will still work without internet. Of course with some limitations like get status and add meta.
A good idea?