Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use External NodeRed Instance #124

Open
wuast94 opened this issue Sep 27, 2020 · 2 comments
Open

Use External NodeRed Instance #124

wuast94 opened this issue Sep 27, 2020 · 2 comments

Comments

@wuast94
Copy link

wuast94 commented Sep 27, 2020

I have running Node Red in an extra Docker instance and would like to keep it.
It should be an option to use and external Nodered instead of hosting one inside iobroker, i like to keep my services on diffrent containers instead of all in one.

Is it possible to make a module in Nodered that connects to iobroker? instead of spawning another nodered in the iobroker container :)

@GottZ
Copy link

GottZ commented Dec 14, 2020

in regards to this issue: #52

i'd love to see a feature like this too.
it would certainly increase maintainability for people who like to twist their own knobs and switches in their tooling.

@Apollon77
Copy link
Contributor

Apollon77 commented Mar 7, 2021

For me it then feels to mke smore sense to create "ioBroker ndoes" that uses e.g. ws, simple-api or socket.io or such to communicate with an ioBroker instance.

The current nodes rely on the fact that iobroker needs to be installed in a "reachable npm location" to initialize the whole ioBroker DB and connect to it and use a direct connection.

Because if we do that the node-red instance could be on an other host.

SO any developer is open to start building own nodes and use e.g. socket.io to connect to a remote ioBroker instance. The code in the nodes here could be a good basis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants