Browsing files in dashboard

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 พ.ย. 2024

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

  • @asiw
    @asiw 4 ปีที่แล้ว +2

    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.

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

    Thanks! already using it and expanding functions!

  • @michaeljohnward632
    @michaeljohnward632 ปีที่แล้ว

    Fantastic! Works well. Your explanation is also great. Well done!

    • @csongorvarga
      @csongorvarga  ปีที่แล้ว

      And now there is an enhanced version as well: th-cam.com/video/R_UXzEo_QGk/w-d-xo.html

  • @badreddineessahi6457
    @badreddineessahi6457 2 ปีที่แล้ว

    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

    • @csongorvarga
      @csongorvarga  2 ปีที่แล้ว

      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

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

    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

    • @csongorvarga
      @csongorvarga  2 ปีที่แล้ว

      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.

  • @soovui
    @soovui 4 ปีที่แล้ว +3

    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?

    • @csongorvarga
      @csongorvarga  4 ปีที่แล้ว +1

      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.

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

      @@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.

  • @distancelab2010
    @distancelab2010 4 ปีที่แล้ว +1

    Very nice. This is awesome. Thanks 😊

  • @syaifullahumar2475
    @syaifullahumar2475 3 ปีที่แล้ว +1

    Thank you for sharing

  • @aniranmp
    @aniranmp 2 ปีที่แล้ว +1

    Good Job

  • @soovui
    @soovui 3 ปีที่แล้ว

    @csongor varga, Hi Genius, like to check with you, how to lock only allow /home/pi/datalog folder only?

    • @csongorvarga
      @csongorvarga  3 ปีที่แล้ว +1

      Thanks, you can just delete the Folder Selector UI dropdown so the user will not be able to select a folder to switch to.

    • @soovui
      @soovui 3 ปีที่แล้ว +1

      @@csongorvarga superb bro,u r always very helpful and best of all.

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

    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

  • @herren1809
    @herren1809 3 ปีที่แล้ว

    Can I use this to show multi image on dashboard or search file using keyword

    • @csongorvarga
      @csongorvarga  3 ปีที่แล้ว

      No, I have not added such features.

  • @gabrielmedeiros9880
    @gabrielmedeiros9880 ปีที่แล้ว

    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?

    • @csongorvarga
      @csongorvarga  ปีที่แล้ว

      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?

  • @MrBrian9107
    @MrBrian9107 3 ปีที่แล้ว

    hi thanks for share, can you show csv plot format example?

    • @csongorvarga
      @csongorvarga  3 ปีที่แล้ว

      It is in the flow file. What do you need?

  • @gustavoadolfosanchezhurtad1412
    @gustavoadolfosanchezhurtad1412 2 ปีที่แล้ว +1

    Great!

  • @soovui
    @soovui 3 ปีที่แล้ว

    @csongor varga, I can get this to work /home/pi/log_upload.sh What ftp server you used?

    • @csongorvarga
      @csongorvarga  3 ปีที่แล้ว

      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