Node-Red Help!

Home Forums Conduit: AEP Model Node-Red Help!

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19352
    Dean Simonelli
    Participant

    Hi, I have changed the settings.js file on the conduit to include fs.

    
    fs:require('fs');
    

    Although it is not working on the conduit’s version of node red. I have gotten it to work perfectly on my windows computer. But cannot get it to work on the conduit. I’ve tried multiple reboots and enabling and re-enabling node red. Any advice?? Thanks

    #19356
    Ajay K
    Participant

    Hi Dean,

    It depends on which settings.js file on the conduit you updated. There is one under /opt/node-red/settings.js. You don’t want to update that one as it gets overwritten during firmware upgrades. The one you want to update is I believe under /var/config/app/current.

    Btw why do you want to use the “fs” module, isn’t it available as file in/out nodes on node-red?

    Thanks,
    Ajay.

    #19442
    Dean Simonelli
    Participant

    Yes that is very true, I should be using the file in and out nodes.
    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.