NodeRED for beginners: 2. Getting started

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

ความคิดเห็น • 28

  • @zenyrgarden7859
    @zenyrgarden7859 4 ปีที่แล้ว

    thank you! very easy to understand & follow along. i think i understand it more clearly now.

  • @jasontodhunter9088
    @jasontodhunter9088 2 หลายเดือนก่อน

    Hi great intro video where do you get your node red buttons.

    • @notenoughtech
      @notenoughtech  2 หลายเดือนก่อน

      What do you mean I'm sorry?

    • @jasontodhunter9088
      @jasontodhunter9088 2 หลายเดือนก่อน

      @@notenoughtech Sorry where do you source the hardware buttons from. how do they connect to the server ? is that by means of a zigbee or lora gateway / hub

    • @notenoughtech
      @notenoughtech  2 หลายเดือนก่อน

      @@jasontodhunter9088 there are many buttons you could use. I go for zigbee based system which need a zigbee coordinator (I have some articles about that) but you can find BT based stuff or even WiFi

  • @TheEyupalkis
    @TheEyupalkis 5 ปีที่แล้ว +2

    I have question and forgive me for my ignorance, Is it possible to use same Pi for both mqtt broker and as a NodRed server ?

    • @notenoughtech
      @notenoughtech  5 ปีที่แล้ว +1

      Yes, the mosquitto will run in the background while creating endpoints for NodeRED

    • @TheEyupalkis
      @TheEyupalkis 5 ปีที่แล้ว

      @@notenoughtech Thanks for answering and you are doing great job :) . I admire you

    • @notenoughtech
      @notenoughtech  5 ปีที่แล้ว

      Thank you

  • @Arbiter5154
    @Arbiter5154 6 ปีที่แล้ว +3

    Awesome videos! Get a better mic when possible. It'll make a big difference.

    • @notenoughtech
      @notenoughtech  6 ปีที่แล้ว +1

      On my shopping list! I think next month on Patreon should give me enough to browse something decent

  • @mamartyacse1
    @mamartyacse1 4 ปีที่แล้ว

    It will be helpful if you make a tutorial how to deploy nodered instance in ibm Watson cloud and connect with an Arduino

    • @notenoughtech
      @notenoughtech  4 ปีที่แล้ว

      You can use MQTT if you have an Arduino connected to the internet

  • @quaternion-pi
    @quaternion-pi 5 ปีที่แล้ว

    Can I use a VPN to access my node-red-server from the internet instead of opening a port? Or will I have limitations with how I construct flows by using a VPN? Love your content. Thanks for sharing your expertise. I agree with others you should consider making your terminal fonts larger.

    • @notenoughtech
      @notenoughtech  5 ปีที่แล้ว

      Thanks for the font suggestions.
      Even if you use a VPN you will need to open a port to connect to NodeRed.
      From a security stand point I'm not sure what it more risky having a port open for VPN or for Node directly. Both will need authentication so as long as you use strong credentials you have done everything you could yo keep yourself secure

    • @quaternion-pi
      @quaternion-pi 5 ปีที่แล้ว

      @@notenoughtech As a noob, my understanding was that running a VPN server on my home router required no open ports to the internet. When tunneling into my home network via VPN from the internet, I access node-red-server with my local address (eg 192.168.1.xx:1880). That 1880 port is not exposed to the internet accessed via VPN. As I said, I know just enough to be dangerous coupled with the illusion of competence. ;>) Tnx.

    • @notenoughtech
      @notenoughtech  5 ปีที่แล้ว

      You will need to open a port to the VPN sever - how otherwise will you access the server behind the firewall? :) You are tunneling via specific port :) By default you have a number of ports exposed by your router for communication already - opening ports isn't equal to making your network vulnerable but not securing devices behind it is.

    • @notenoughtech
      @notenoughtech  5 ปีที่แล้ว

      Strongly recommend you this:
      notenoughtech.com/home-automation/nodered-home-automation/nodered-security/

  • @ismzaxxon
    @ismzaxxon 6 ปีที่แล้ว

    Screen seems all blury when you show the node red screens.

  • @good2gogo1
    @good2gogo1 5 ปีที่แล้ว

    Thanks for the tiny terminal. Best to keep fonts as small as possible.

    • @notenoughtech
      @notenoughtech  5 ปีที่แล้ว

      But you can CTR+scroll up to increase the font in chrome of the attached article to your heart's content

  • @Harrzack
    @Harrzack 6 ปีที่แล้ว

    Great info, but you REALLY need to show the terminal window full screen. You are moving a bit quickly and the tiny type is impossible to read.

    • @notenoughtech
      @notenoughtech  6 ปีที่แล้ว

      Each video comes with an article in the description, where the commands are listed so you don't have to pause the video to figure out what to do :) This way you can take it at your own pace

  • @hammershigh
    @hammershigh 5 ปีที่แล้ว +1

    I suppose "getting started" would include "apt-get install nodered"

    • @notenoughtech
      @notenoughtech  5 ปีที่แล้ว

      It depends on the actual device you are trying ok it on. On the raspberry pi there is a bash script

    • @hammershigh
      @hammershigh 5 ปีที่แล้ว +1

      @@notenoughtech You "started" on a RPI zero, right...

    • @notenoughtech
      @notenoughtech  5 ปีที่แล้ว

      Yes you can use it on any of the Pi (advantage of better board is faster interface and more memory) - nodered.org/docs/getting-started/raspberrypi
      Here is the current way to install it ... but you can opt out for docker as well.