OpenMarine
Node Red Integration - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: Node Red (https://forum.openmarine.net/forumdisplay.php?fid=15)
+--- Thread: Node Red Integration (/showthread.php?tid=1633)

Pages: 1 2


RE: Node Red Integration - jim321 - 2019-02-01

node red is a stand alone program independent of openplotter or its version, it runs on the operating sys in our case raspian stretch, debian 9
there are two instances of node red you can use, the one in openplotter is the full or standard version and the one in signalk is an embedded version with special nodes for use with signalk they both work the same
there are links to beginner videos in the node red topic
here is a link to there forum
https://discourse.nodered.org/categories
mqtt is a messaging protocol it can run on windows linux apple arduino esp8266 esp32 android ect.
http://mqtt.org/documentation
its topic, message,.subscribe publish. so any number of device's using it can subscribe to a topic and get the message..or publish a topic with a message payload


RE: Node Red Integration - svtgd - 2019-02-02

(2019-01-15, 04:58 PM)dione Wrote: is version 0.17, but red node works in the same way.
The same flow used with openplotter 0.17, serves me for 1.2.
The 1w sensors are treated in the same way in both versions

Saludos

Nice doc dione. Thanks for posting.