The Freemaster + Node Red tutorial is good, but leaves out a step.
After showing how to export the fmcfg file, the instructor does not show how to make Node Red aware of the file.
I tried closing node and relaunching with the fmcfg file as the only argument, but I could not connect to the node server.
How can the variable information be imported to the Node Red project?
Solved! Go to Solution.
Please find attached the archive containing pmp (FreeMASTER project) and fmcfg (FreeMASTER Lite project) used in the demo. I also included the settings.js (Node-RED configuration) - this one would be automatically generated due to `"node_red": true`, if there is no settings file in any of the default locations.
Can you provide the config file(s) you used in the Node Red tutorial?
Please find attached the archive containing pmp (FreeMASTER project) and fmcfg (FreeMASTER Lite project) used in the demo. I also included the settings.js (Node-RED configuration) - this one would be automatically generated due to `"node_red": true`, if there is no settings file in any of the default locations.
Hi @hns80,
To enable the Node-RED feature you need to specify "node-red" property in the "fmcfg" configuration file (at the root level). It accepts 2 types of values:
Kind regards,
Iulian