That's one hell (or something nice word) of information/work/insight over a very complex/broad topic in a very short video. Please keep up this good work.There is a steep learning curve for all those subjects, discussed here, and I wish all viewer/enthusiast DIY'ers are willing to pay time. I'll certainly not miss any past/future post from you on this very topic(s). Once again, Thank you & wish you good luck...
Nice video. Please do more of the home automation MQTT stuff. I have my own raspi broker with node red, set up with the script from peter scargill. I use some modified sonoff switches as actors to switch lights etc. Works great but your videos gave me some nice ideas for functional improvements. Thanks a lot.
Going to have to rewatch this on a full size screen... Hope to see projects not requiring a broker or server, maybe just a memory card for data storage collection and solar powered with a battery backup. Truthfully, that's what I make mostly, I wanted to see concepts and ideas from you 😊
Excellent tutorial about Node-RED. Thanks a lot for the time and dedication You've put on the project and the video. I'm so grateful! I hope some day can have a time to try Node-RED with your tutorial. Regards!
I’m grateful to see such an elaboration. Hats off to your knowledge and presentation skill. Undoubtedly I’m newbie into this, and exploring all I can, may be you could point me to the right place, if there’s a guide to get expertise over nodered. I’m still unable to correlate some basic stuff sometimes...my first project I’ve decided is to have complete dashboard for my room lighting controls. I’ve already bought one Nodemcu.v9 and got raspberry pi able to use gpio pins. But not over wireless MQTT.....please advise me. Thanks in advance.
Hallo, mit einem IR Blaster bezeichnet man ein Device das IR Codes senden kann, Blaster deshalb weil oft mehrere IR Dioden drin sind um die Leistung und damit die Reichweite zu erhöhen. Also ich würde damit anfangen mit einem ESP8266 Board und einem IR Empfänger die IR Codes der Fernbedienungen aus zu lesen. Software dafür gibt es. Dann einen Webserver mit einer REST API auf dem ESP8266 laufen lassen der die IR Codes in der URL annimmt und dann per IR Sende Diode sendet. Software dafür gibt es auch schon. Interessant wäre aber sicher die Elektronik, ein oder mehrere IR Dioden am besten über Transistor angesteuert da eine IR Diode direkt an den IO Ports zu wenig Leistung bringt. Sowie die Integration in Mosquito, Openhab, usw.
@@bitluni IR = Infrared Radiation. Basically he wants to send infrared signals from a remote control (like the one used for you TV). This would be useful for automating and simulating a universal remote setup.
Great Job. Very Helpful. Thanks. The only issue which I could not fix it was the MQTT Broker. as I followed the Video everything was fine but by connecting to WeatherStation/# it could not connect to MQTT Broker. should it be separately installed?
6 років тому
You are the king. But, A video that explain how a non-local secure access can be provided makes you lord of the rings :)
You could always use some dyndns service and adding port 80 (or any ssl port) forward on your router. But I'm not sure if I would ever like to have my appliances exposed to to the web.
Ich habe schon sehr viel mit FHEM umgesetzt - allerdings werde ich wahrscheinlich FHEM demnächst mit Node-Red ergänzen. Also dass FHEM nur noch die ganzen Geräte verwaltet und alles über MQTT übermittelt. Die eigentliche Logik würde ich dann gerne in Node-Red abbilden, da ich dort alles wesentlich schöner gelöst finde. Zusammen sind die beiden sicher ein sehr gutes Team :)
Is klar :D Du setzt auf deinem Kanal wesentliche komplexere Themen um ;) Finde das hier wirklich alles super spannend und werde auch ein paar Dinge in jedem Fall nachbauen! Danke für die ausführlichen Videos und spannenden Themen!
ich weiss zwar nicht alles, aber wenn mich was interessiert dann verschling ich da alles wissen und probiere gerne was aus. Momentan kämpfe ich aber viel mit Administration vom Kanal und so. Ich versuche jetzt wieder langsam wieder etwas komplexere Themen zu behandeln, ohne die Leute abzuschrecken die noch neu sind. Wünsche dir auf jeden Fall viel Spaß!
Hehe, ja das kenne ich :) Ich verstehe Menschen nicht die Langeweile haben - es gibt so viel zu entdecken, zu lernen und zu probieren. Ich wünschte die Tage wären länger :) Freue mich auf jeden Fall schon auf weitere Videos von Dir!
Very good video. Can you guide as to how to setup node red on a PC windows or linux to use it as broker with the multiple devices using 4G sim card each for connectivity. How will node red send a control message (like switch on ) back to device over 4G connection
Hi Bit Looney! Great, informative and humoresque videos as usual. Quick question: Is there any way of accessing the dashboard from outside the LAN, without opening ports in the router? Cheers!
if your router supports vpn, you can (if you use dynamic dns or have a fixed wan ip for your router) vpn into your network an then open the webpage of the nodered service.
thank you for your great educational video. Could it possible to connect red-node app on mobile via the Internet? You have connected to it via mobile through the internal network(local host)!
Hi, how do you do the gauge-level for the humidity in that shape? The blue zone is a straight line to me :( and what about the light with the sun? anyway thank you, I found this video really usefull.
Hi, danke für Video. Ich hab eine Frage, zum Energiemanagment kann ich Node Red benutzen? Ich möchte Daten von Geräten zuerst speichern dann visualisieren.
quick question as I'm new to the whole MQTT and Node-RED thing: do the used systems also save data transmitted from a node (e.g. your wheaterstation)? And how is that data accessible?
thank you for the tutorial !! i'm just for the complet method to publish my dashboard in a local network, so i can access to the dashboard from my phone or other laptops connected to the same network
Hello good morning. I have made a code in which I receive a message from two IP devices, and I save them inside a folder. The problem is that for this program to run, I have to open the console from the PC. Is there a way so that, simply by turning on the PC, the program will run? In other words, without the need to search for the console and open the program manually. Thank you.
hello luni I tried the audio node. It works on PC, but on my phone's Chrome browser only pop-up "Computer says ..." message pops up and no audio is heard. Do you need to configure something on your phone? thank you
@@damavand2895 this project is called strongnode. It's a project that was lead by Daniel Saito, he's the man that was a managing director of mysql back then.
I have a question: How do I leave a loop, that is running as a function via WiFi. E.g. i write my function in the beginnning( a simple blink with a while(true) loop). Now i upload it and type my ip adress and e.g. /blink in the browser. But now i have the problem, that i can't access any other function, because the blink one is running and the server doenst update anymore.
If the editor does not react stop the server or reboot the device. I don't know of any quick way to cancel an endless loop in the function. However if you have created a message loop by connecting nodes that trigger each other infinitely you still probably can remove a connection and deploy
Vielleicht bin ich doof, aber wie bekomm ich folgendes hin: ich erhalte eine MQTT Nachricht mit Payload '1'. Dann will ich umgekehrt '0' auf einem anderen MQTT Kanal schalten.
can someone explain me how the code in the template node (Data Input) works? I copied lunis flow and used it in my projekt but my time is fals by one hour. So i tried to understand the code to evantually change the timezone but no chance
Did update-nodejs-and-nodered which failed during installation. Now I get "Bus error" or "Command not found" on every command. Can't connect through SSH either, can only "use" the previous session but this rendered my Pi completely useless until hard restart by pulling the power. After this, the update-nodejs-and-nodered disappeared.
8:43 You mean "forgotten", don't you? Yes, I can hear that English is not your native language. I just thought I'd offer a pointer. 12:46 I don't know about English or German, but there's a Dutch teaching that basically says that tooting your own horn is not nice.
I used the latest raspbian image from the official site and was using my own username instead of 'pi' -user. I installed node-red-admin from my users home folder, because that .node-red didn't exist. After a reboot I had .node-red directories on my home directory as well as 'pi' -users home directory :D the one in my own users directory is the one that's working. I guess I could remove the one from the 'pi' home as it doesn't seem to have any effect on anything anymore... at least I got the node red working and password protected as well. Live and learn :)
Nice video Bitluni. Great work! I also noticed the .node-red directory is missing. This seems to be fixed by running node-red for the first time (either on the desktop version or the headless version). The directory is then added and you should be able to find and change the file...
I would like to know how to protect with login and password the interface 1880 / ui dashboard in nodered I cannot find this information anywhere! I have the nodered installed in a VPS anybody enters and can control my automation how to solve it?
Well, Sir, you may use other Linux devices such as Beaglebone, or use your regular Windows or Mac computer. You can install node-red on windows and mac manually via the npm. But you have to install node.js
Hi Sir, I just nlove watching your videos. But I kindly request you to make s separate tutorial on the function node of Node-RED and also the basics of Javascript. Thanking You, Yours sincerly, Jonathan Gerard Joseph J :)
Special thanks to my Patreon chinmoy ghosh who is missing in the list at the end
thank you ..
This is the only video that showed me enough detail to get my node red doing what I want. Very good mate.SUBSCRIBED.
That's one hell (or something nice word) of information/work/insight over a very complex/broad topic in a very short video. Please keep up this good work.There is a steep learning curve for all those subjects, discussed here, and I wish all viewer/enthusiast DIY'ers are willing to pay time. I'll certainly not miss any past/future post from you on this very topic(s). Once again, Thank you & wish you good luck...
We love your videos and Fran's voice! From Canada
Nice video. Please do more of the home automation MQTT stuff. I have my own raspi broker with node red, set up with the script from peter scargill. I use some modified sonoff switches as actors to switch lights etc. Works great but your videos gave me some nice ideas for functional improvements. Thanks a lot.
peter scargill is truly a reference...
Great video and my first subscribe. Learned a lot this evening! Thank you
Thanks for a really useful overview video, especially showing the dashboard.
Going to have to rewatch this on a full size screen...
Hope to see projects not requiring a broker or server, maybe just a memory card for data storage collection and solar powered with a battery backup. Truthfully, that's what I make mostly, I wanted to see concepts and ideas from you 😊
sorry... mqtt broker needed. (you can use io.adafruit) It's just much more convenient to process the data using node-red. other features are given :-)
Excellent tutorial about Node-RED.
Thanks a lot for the time and dedication You've put on the project and the video.
I'm so grateful! I hope some day can have a time to try Node-RED with your tutorial.
Regards!
what is the hardware used for the lava lamp? 8:50
The bad guy from Die Hard took some valium and then decided to make a Node Red educational video?
Awesome!
just watched ua-cam.com/video/mklnXM3LIXo/v-deo.html to get an impression
my accent is rather like ua-cam.com/video/0MUsVcYhERY/v-deo.html
This is ASMR for techies! Thank you!!!
A lot of information very well presented
Thank you for the insights... Very useful for many other applications.
Very nice walkthrough. Great job!
Can I add a new device dynamically in node-red dashboard?Thank you, it's the best beginners video about node-red I've seen!
Nice thanks for taken the time has open my eye to node red thanks again and you can say "minus" ok with me
The Guy with the Swiss accent I supose :-)
I’m grateful to see such an elaboration. Hats off to your knowledge and presentation skill. Undoubtedly I’m newbie into this, and exploring all I can, may be you could point me to the right place, if there’s a guide to get expertise over nodered. I’m still unable to correlate some basic stuff sometimes...my first project I’ve decided is to have complete dashboard for my room lighting controls. I’ve already bought one Nodemcu.v9 and got raspberry pi able to use gpio pins. But not over wireless MQTT.....please advise me. Thanks in advance.
What about an IR Blaster with the ESP8266 for the next home automation video?
+Empusas1 waht is a ir blaster?
Hallo, mit einem IR Blaster bezeichnet man ein Device das IR Codes senden kann, Blaster deshalb weil oft mehrere IR Dioden drin sind um die Leistung und damit die Reichweite zu erhöhen. Also ich würde damit anfangen mit einem ESP8266 Board und einem IR Empfänger die IR Codes der Fernbedienungen aus zu lesen. Software dafür gibt es. Dann einen Webserver mit einer REST API auf dem ESP8266 laufen lassen der die IR Codes in der URL annimmt und dann per IR Sende Diode sendet. Software dafür gibt es auch schon. Interessant wäre aber sicher die Elektronik, ein oder mehrere IR Dioden am besten über Transistor angesteuert da eine IR Diode direkt an den IO Ports zu wenig Leistung bringt. Sowie die Integration in Mosquito, Openhab, usw.
@@bitluni IR = Infrared Radiation. Basically he wants to send infrared signals from a remote control (like the one used for you TV). This would be useful for automating and simulating a universal remote setup.
Great Job. Very Helpful. Thanks.
The only issue which I could not fix it was the MQTT Broker. as I followed the Video everything was fine but by connecting to WeatherStation/# it could not connect to MQTT Broker. should it be separately installed?
You are the king. But, A video that explain how a non-local secure access can be provided makes you lord of the rings :)
You could always use some dyndns service and adding port 80 (or any ssl port) forward on your router. But I'm not sure if I would ever like to have my appliances exposed to to the web.
Ich habe schon sehr viel mit FHEM umgesetzt - allerdings werde ich wahrscheinlich FHEM demnächst mit Node-Red ergänzen. Also dass FHEM nur noch die ganzen Geräte verwaltet und alles über MQTT übermittelt. Die eigentliche Logik würde ich dann gerne in Node-Red abbilden, da ich dort alles wesentlich schöner gelöst finde. Zusammen sind die beiden sicher ein sehr gutes Team :)
Zur meiner Schande muss ich gestehen, dass ich FHEM gar nicht kenne... bin echt noch ein n00b. Aber kommt sicher noch :-)
Is klar :D Du setzt auf deinem Kanal wesentliche komplexere Themen um ;) Finde das hier wirklich alles super spannend und werde auch ein paar Dinge in jedem Fall nachbauen! Danke für die ausführlichen Videos und spannenden Themen!
ich weiss zwar nicht alles, aber wenn mich was interessiert dann verschling ich da alles wissen und probiere gerne was aus. Momentan kämpfe ich aber viel mit Administration vom Kanal und so. Ich versuche jetzt wieder langsam wieder etwas komplexere Themen zu behandeln, ohne die Leute abzuschrecken die noch neu sind. Wünsche dir auf jeden Fall viel Spaß!
Hehe, ja das kenne ich :) Ich verstehe Menschen nicht die Langeweile haben - es gibt so viel zu entdecken, zu lernen und zu probieren. Ich wünschte die Tage wären länger :) Freue mich auf jeden Fall schon auf weitere Videos von Dir!
Great! Node Red working
Very good video. Can you guide as to how to setup node red on a PC windows or linux to use it as broker with the multiple devices using 4G sim card each for connectivity.
How will node red send a control message (like switch on ) back to device over 4G connection
I am thinking about industrial automation via industry 4.0 concept considering this.
Hi Bit Looney! Great, informative and humoresque videos as usual. Quick question: Is there any way of accessing the dashboard from outside the LAN, without opening ports in the router? Cheers!
I don't think so. Either opening the port or using a v-server outside your lan with node red (but this would require another mqtt setup).
if your router supports vpn, you can (if you use dynamic dns or have a fixed wan ip for your router) vpn into your network
an then open the webpage of the nodered service.
Brilliant. informative and well presented.
thank you for your great educational video. Could it possible to connect red-node app on mobile via the Internet? You have connected to it via mobile through the internal network(local host)!
Well done. Very informative.
Whoo new video! :D. Do you perhaps do something with Home Assistant as well?
+Kevin Van Den Broek HA maybe later
Great and funny as always. BIG LIKE
it is only work if our device is on the same network? i.e same wifi in our home? or it is can access from all over place (public network)
wow super cool! Can you possibly do a tutorial on how to ad a LoRa device to the things network and then control it?
what are those small boards in the weather station and in the sensor shown in the end? Just a small square board with a wifi-antenna?
WeMos D1 Mini
@@Adam-vp5lc Wow thats quick, thanks! =)
thank you for these nice tutorial. For me very helpful. Hope we get more
Hi, how do you do the gauge-level for the humidity in that shape? The blue zone is a straight line to me :( and what about the light with the sun? anyway thank you, I found this video really usefull.
Nice to know. Thanks its very useful for me
Hi, danke für Video. Ich hab eine Frage, zum Energiemanagment kann ich Node Red benutzen? Ich möchte Daten von Geräten zuerst speichern dann visualisieren.
quick question as I'm new to the whole MQTT and Node-RED thing: do the used systems also save data transmitted from a node (e.g. your wheaterstation)? And how is that data accessible?
Thank you from California!
Thank you from Brasil
Por favor, qual o password devo utilizar? (Agora que fizemos a alteração do username)
I guess you know about Big Timer node? It might be useful for washing mashine automation?
nope.. link?
Where are that variables come from ?
i mean the weather station :-?
Great job man!!!! This is so great.
Thank you for this great tutorial.
Very cool technology
Always the best!
Hi, I'm in doubt about using openhab2 or node-red. What did you tread your way to nodered?
Perfect!
Thank you.
Thanks you from Russia.
Great video! How Node-red is different from OpenHAB. I'm a little confuse! Thanks
thank you for the tutorial !! i'm just for the complet method to publish my dashboard in a local network, so i can access to the dashboard from my phone or other laptops connected to the same network
Nice video bro :)
Did you have a link for the time picker code?
Hello thanks for video ... can you make video on control multiple esp8266 mqtt on node-red
and is there any thing we can add new devices from ui????
Hi, I have a question for you:
Can I edit node’s properties from functions? If is this possible, how can I do it?
hello i have a question. can the raspberry pi and nodeRed read vibration sensor values on the dashboard?
Hello good morning.
I have made a code in which I receive a message from two IP devices, and I save them inside a folder. The problem is that for this program to run, I have to open the console from the PC.
Is there a way so that, simply by turning on the PC, the program will run? In other words, without the need to search for the console and open the program manually.
Thank you.
Great Video! MAny thanks! Im also working with Node-Red + RPi + Arduino.
Nice video sir
when I type my pass it says password denied. I followed through the entire tutorial and now I cannot access my RPi. help!
where is the mqtt topic configured in node coming from ?
Thanks, great video!
This work only on lokal area network?
hello luni
I tried the audio node. It works on PC, but on my phone's Chrome browser only pop-up "Computer says ..." message pops up and no audio is heard.
Do you need to configure something on your phone?
thank you
thanks for great tutorial
Is there any notable projects related to this kind of technology?
if you're talking about the service nodes there are companies out there using this kind of technology
@@hikomarireal3954 there's one that's pretty promising. It uses nodes to do data processing and data transfer just like data centers.
@@mhiro5417 can you tell me more about that, is there a thing that I can get an income to that company?
@@damavand2895 this project is called strongnode. It's a project that was lead by Daniel Saito, he's the man that was a managing director of mysql back then.
@@mhiro5417 What is the purpose of strongnode and how can I get some benefits to it?
Good video
Great !, simplified explanations,very interesting, thank you.
is node-red installation come with mqtt broker?
Great video
Hi I want to know if there is something similar to node red but for Arduino or Nodemcu (esp)
I tried to import the weather station flow from your webpage, but I can not press the import button. Any idea ?
Thanks for the hint.. somehow wordpress messes with the text... it should work now. Please try again
Very good but missing how Rasp PI connects to these sensors.
The raspi hosts a MQTT broker, that the sensors send messages to and the actuators read from
Wow~ Very nice!
I have a question:
How do I leave a loop, that is running as a function via WiFi.
E.g. i write my function in the beginnning( a simple blink with a while(true) loop). Now i upload it and type my ip adress and e.g. /blink in the browser. But now i have the problem, that i can't access any other function, because the blink one is running and the server doenst update anymore.
If the editor does not react stop the server or reboot the device. I don't know of any quick way to cancel an endless loop in the function. However if you have created a message loop by connecting nodes that trigger each other infinitely you still probably can remove a connection and deploy
bitluni's lab my solutions was to connect two microcontroller and one recieves data and can start loops and the other one can still change the input
Vielleicht bin ich doof, aber wie bekomm ich folgendes hin: ich erhalte eine MQTT Nachricht mit Payload '1'. Dann will ich umgekehrt '0' auf einem anderen MQTT Kanal schalten.
can someone explain me how the code in the template node (Data Input) works? I copied lunis flow and used it in my projekt but my time is fals by one hour. So i tried to understand the code to evantually change the timezone but no chance
Hi, can i use esp32 make mqtt server?
And how to make it?
can you teach?
Very Cool :-) , thanks a bunch
Great tutorial. Just a little remark. The .node-red directory will not be there, until you start node-red for the first time.
Why I can't access to the ui dashboard via my phone even though I insert exactly the same Ip address to my phone browser?
Thanks for video =)
I make the wheather station using rasberry pi but problem is i am not saw at mobile how you do it this plz tell me plz
Did update-nodejs-and-nodered which failed during installation. Now I get "Bus error" or "Command not found" on every command. Can't connect through SSH either, can only "use" the previous session but this rendered my Pi completely useless until hard restart by pulling the power.
After this, the update-nodejs-and-nodered disappeared.
did you have a clean image before?
Heh, I see you use the pico editor. Good man:)
Subbed thank you!
How did you make the app
@Ir shad, he didn't "make an app", the app is a web page which is generated by node-red. He then just created a shortcut to the URL on the phone.
@@djtaylorutube i figured that out later
@@ir5had Good, I didn't see a response so replied just in case :)
@@djtaylorutube how to interfacing with mobile?
@@adamfiqrie8350 use the web browser on the mobile to open the URL
Can i make it on r pi zero w?
Asterisk, not Asterix lol :D But good job!
8:43 You mean "forgotten", don't you?
Yes, I can hear that English is not your native language. I just thought I'd offer a pointer.
12:46 I don't know about English or German, but there's a Dutch teaching that basically says that tooting your own horn is not nice.
I don't have that ~/.node-red directory... Should I just create it?
no
Did you take the right image and which user are you using?
I used the latest raspbian image from the official site and was using my own username instead of 'pi' -user. I installed node-red-admin from my users home folder, because that .node-red didn't exist. After a reboot I had .node-red directories on my home directory as well as 'pi' -users home directory :D the one in my own users directory is the one that's working. I guess I could remove the one from the 'pi' home as it doesn't seem to have any effect on anything anymore... at least I got the node red working and password protected as well. Live and learn :)
Nice video Bitluni. Great work! I also noticed the .node-red directory is missing. This seems to be fixed by running node-red for the first time (either on the desktop version or the headless version). The directory is then added and you should be able to find and change the file...
I would like to know how to protect with login and password the interface 1880 / ui dashboard in nodered I cannot find this information anywhere! I have the nodered installed in a VPS anybody enters and can control my automation how to solve it?
how you open node-red dashboard on your phone?
how to make the mobile APP you have used?
+Electromania that's node red dashboard.. you can use the url in the local network. You can use to create the shortcut to the page
thanks a lot
You are awesome
Do you need a Raspberry Pi for each of the examples? (e. Washing Machine, Lamp, Temp. Control).
Well, Sir, you may use other Linux devices such as Beaglebone, or use your regular Windows or Mac computer. You can install node-red on windows and mac manually via the npm. But you have to install node.js
Hi Sir, I just nlove watching your videos. But I kindly request you to make s separate tutorial on the function node of Node-RED and also the basics of Javascript. Thanking You, Yours sincerly, Jonathan Gerard Joseph J :)
Try middle click to paste
I thought "node red" is some kind of IDE for node js... i did not even open it since i bought my raspberry pi... today i will open it....