Thanks for sharing this, it's brilliant. Makes Node-Red even better. Can't think of any improvements you have done everything I need of a file explorer.
Thanks for sharing such an intuitive file browser, i think it can be very useful , i would just like to ask you about how do you exactly feed data to csv files ? I am using a PLC controller with process variables and would want to store data in csv files and then have them displayed in your browser, thank you
I think there are many different ways. I made a video how I created a logger flow in node-red that automatically saves data in a new CSV file every day: th-cam.com/video/E2aBIqssQLM/w-d-xo.html
Hello, thanks for sharing this, it's great but I have a question, do you think it is possible to directly download a folder as a zip file? if so, how can we proceed, if you have an idea it would help me a lot! Thanks in advance
Maybe you can call a URL like /folderdownload and pass the foldername. You implement it in Node-Red as http-in, which goes into an execute node that zips the folder content into a file. Read the file with a file-in node and pass that to the http-response. I hopefully the browser will not time out the request until this operation is completed.
Fantastic bro, this is what I am looking for... Thanks a lot and extremely superb appreciated yr sharing. Can u help on add-on export files button for single or multiple files?
Actually, I have no idea how you could do multiple files export. For that you would need a new control, because I am not aware a ui control where you can add checkhoxes for all items, or allow multiple selection.
@@csongorvarga that will be great to have that ...where I am seeking high and low for this solution. But at least now with yr brilliant idea, I am at least allow to retrieve a single file from Nodered UI for the time being.
Hello, how to write URL to command a relay on/off with timer? Iam trying 192.168.2.5/relay/1?turn=on&timer=5 It work but timer don't, , do I write a correct URL command for a timer? Thanks
Hey, great video, but im having an issue: When i import your flow, the "file in" and "delete file" nodes are missing, and i can't find them in the nodes list. Do you have any idea what the cause of this issue is?
file in and delete file? Delete file node is the standard write file node. That should not be missing. I don't have a "file in" only a "read file" but that is also a standard read file node. Can you check again?
Thanks for sharing this, it's brilliant. Makes Node-Red even better. Can't think of any improvements you have done everything I need of a file explorer.
Thanks! already using it and expanding functions!
Fantastic! Works well. Your explanation is also great. Well done!
And now there is an enhanced version as well: th-cam.com/video/R_UXzEo_QGk/w-d-xo.html
Thanks for sharing such an intuitive file browser, i think it can be very useful , i would just like to ask you about how do you exactly feed data to csv files ? I am using a PLC controller with process variables and would want to store data in csv files and then have them displayed in your browser, thank you
I think there are many different ways. I made a video how I created a logger flow in node-red that automatically saves data in a new CSV file every day: th-cam.com/video/E2aBIqssQLM/w-d-xo.html
Hello, thanks for sharing this, it's great but I have a question, do you think it is possible to directly download a folder as a zip file? if so, how can we proceed, if you have an idea it would help me a lot!
Thanks in advance
Maybe you can call a URL like /folderdownload and pass the foldername. You implement it in Node-Red as http-in, which goes into an execute node that zips the folder content into a file. Read the file with a file-in node and pass that to the http-response. I hopefully the browser will not time out the request until this operation is completed.
Fantastic bro, this is what I am looking for... Thanks a lot and extremely superb appreciated yr sharing. Can u help on add-on export files button for single or multiple files?
Actually, I have no idea how you could do multiple files export. For that you would need a new control, because I am not aware a ui control where you can add checkhoxes for all items, or allow multiple selection.
@@csongorvarga that will be great to have that ...where I am seeking high and low for this solution. But at least now with yr brilliant idea, I am at least allow to retrieve a single file from Nodered UI for the time being.
Very nice. This is awesome. Thanks 😊
Thank you for sharing
Good Job
@csongor varga, Hi Genius, like to check with you, how to lock only allow /home/pi/datalog folder only?
Thanks, you can just delete the Folder Selector UI dropdown so the user will not be able to select a folder to switch to.
@@csongorvarga superb bro,u r always very helpful and best of all.
Hello, how to write URL to command a relay on/off with timer?
Iam trying 192.168.2.5/relay/1?turn=on&timer=5
It work but timer don't, , do I write a correct URL command for a timer?
Thanks
Can I use this to show multi image on dashboard or search file using keyword
No, I have not added such features.
Hey, great video, but im having an issue: When i import your flow, the "file in" and "delete file" nodes are missing, and i can't find them in the nodes list. Do you have any idea what the cause of this issue is?
file in and delete file? Delete file node is the standard write file node. That should not be missing. I don't have a "file in" only a "read file" but that is also a standard read file node. Can you check again?
hi thanks for share, can you show csv plot format example?
It is in the flow file. What do you need?
Great!
@csongor varga, I can get this to work /home/pi/log_upload.sh What ftp server you used?
I have a Zyxel NAS, and I am using the FTP service there. And this is the sh file:
ftp -inv 192.168.1.x