-
Notifications
You must be signed in to change notification settings - Fork 1
moonNode Nodes Overview
Minty Trebor edited this page Jul 1, 2021
·
2 revisions
moonNode has three main nodes and one connector node:
- moonNode-Monitor - Connects to and processes the data from Moonraker.
- moonNode-Event - Watches for changes to user defined objects in the data from Moonraker and triggers events.
- moonNode-Command - Sends a g-code command to Moonraker.
This configuration node is used to store the IP address (IP:PORT) of the Moonraker server and set the mode of operation. The two parameters are:
-
Moonraker IP:PORT. Change this to the IP & PORT address of the SBC running Moonraker. If you have installed Node-Red on the same SBC as Moonraker you may use
localhost:[port]
. The default port is normally 7125. - API. Plain Text API Key provided my Moonraker - Leave blank if you have not configured access control in Moonraker.