Working With Node Red Flow Startup Files

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 17

  • @ianfinlayAustralia
    @ianfinlayAustralia 4 года назад

    Thanks Steve for your high quality videos

  • @dannymorckjensen8428
    @dannymorckjensen8428 4 года назад

    Always appreciated the good work you´re sharing. Thank you Steve.

  • @tazeemn
    @tazeemn 5 лет назад

    Very good. Appreciate the pace; just right.

  • @quaternion-pi
    @quaternion-pi 5 лет назад +2

    Very helpful. Please consider a tutorial on securing node-red for https. Thanks!

    • @stevecope
      @stevecope  5 лет назад

      I'll Take a look. There is a written tutorial on the site if you need to do it now
      www.steves-internet-guide.com/securing-node-red-ssl/

  • @ChristopherScanlan88
    @ChristopherScanlan88 5 лет назад

    Good video. Important information for understanding NR. Very well presented.

  • @sergiocastro5060
    @sergiocastro5060 4 года назад

    Thank you Steve very very useful to my project

  • @80871445
    @80871445 Год назад

    Hello Steve, first of all, thanks a lot for all this knowledge you share.
    I was wondering, if is there a way to start the multiple flows on different ports at once?
    I mean something like adjusting the settings si that when I start the node-red it already loads all the flows I set on the different ports I selected? I ask this because I have a project that I need to replicate to multiple users... an IoT platform to control different devices, so I was wondering if you could load them all at once... instead to load each one separately?

    • @stevecope
      @stevecope  Год назад +1

      Yes
      You can start node-red using node-red mtflow.json -p 2000 etc. I use this all the time as I often work on multiple flows.
      Is that what you mean.
      Rgds
      Steve

    • @80871445
      @80871445 Год назад

      @@stevecope Yes, but I mean like a single instruction that runs for example 3 different flows in 3 different ports at once...
      Something like the one you share but that runs them all at once without having to run 3 times the node-red mtflow.json -p 2000, node-red mtflow2.json -p 2001, node-red mtflow3.json -p 2002...
      Or maybe if there is something I can change on the settings.js so that when I just run node-red it runs them all...
      Thanks for the help :)

    • @stevecope
      @stevecope  Год назад

      There is no built in instruction to do that but you could write a simple shell script to do it. You could even start them via node-red if you use that.
      Rgds
      Steve

  • @florianvo7616
    @florianvo7616 2 года назад

    is there any option to place breakpoints inside a function in a specific line? I'd like to look at certain values from my code at Runtime and can't seem to find a way to do so.

    • @stevecope
      @stevecope  2 года назад

      Hi
      the only way is to use node.log() to log a message to the console.
      Rgds
      Steve

    • @florianvo7616
      @florianvo7616 2 года назад

      @@stevecope Aight, thank you for letting me know

  • @AbuSous2000PR
    @AbuSous2000PR 4 года назад

    What about config.json... What is that for?

  • @Aloka1432
    @Aloka1432 5 лет назад

    Hey steve, i have sent you a query on your mail. please reply.

    • @stevecope
      @stevecope  5 лет назад +1

      Hi
      Sorry for the delay I've been away and didn't have RUclipsaccess..
      If you go to the site there is a a tutorial on on using ssl and node-red. I will try to create a video in the next few weeks.
      www.steves-internet-guide.com/securing-node-red-ssl/
      rgds
      steve