Node-Red Dashboard 2: a quick 1 hour intro into what the new Dashboard looks like

Поділитися
Вставка
  • Опубліковано 28 гру 2024

КОМЕНТАРІ • 30

  • @gigiascheri5534
    @gigiascheri5534 6 місяців тому +3

    Hi, here's the video I was looking for to understand the new features. Professionally executed video, thank you

  • @jdabramson
    @jdabramson 10 місяців тому +1

    Thanks Csongor

  • @bioupilgrim4257
    @bioupilgrim4257 10 місяців тому

    Great overview! Thank you!

  • @MrDenisJoshua
    @MrDenisJoshua 10 місяців тому +1

    Now I have not time to make a little test... but I see is verry nice and functional, I hope I already have all in my Home Assistant
    Thanks for the video

  • @paulgul1
    @paulgul1 10 місяців тому +1

    I would be interested in more "how to" videos for the Dashboard 2 - I'm having problems with tables, I can't see a way to specify the column width - it was possible in Dashboard 1

    • @csongorvarga
      @csongorvarga  10 місяців тому

      I am also playing around with table to see what is possible. Maybe in a few weeks I summarize my findings.

  • @BGazzah
    @BGazzah 10 місяців тому

    A great overview of Dashboard V2 - I have been reading the notes but have held off until the feature set gets more complete - IE I use gauges a lot, and a few other features just need to catch up.

    • @csongorvarga
      @csongorvarga  10 місяців тому

      Yes, that was once of the stand out feature which was missing. I am checking out the circular progress component in Vuetify and what to see if that can be configured to appear as a gauge.

    • @joepavitt3d
      @joepavitt3d 10 місяців тому +3

      UI Gauge was added to the latest release last week 😊

    • @csongorvarga
      @csongorvarga  10 місяців тому

      @@joepavitt3d I just updated to version 1.0.0. Let me see!!!!

    • @csongorvarga
      @csongorvarga  10 місяців тому

      Indeed, it is not bad!

  • @diegocamilopenaramirez6101
    @diegocamilopenaramirez6101 6 місяців тому

    Thank you very much

  • @joaodias6589
    @joaodias6589 10 місяців тому

    Would this be a good option to build HMIs for simple machines?

    • @csongorvarga
      @csongorvarga  10 місяців тому

      Oh absolutely. I think you can build a faurly complex UI with them, some that needs a decent machine to run all the client code.

  • @ChampionCCC
    @ChampionCCC Місяць тому

    Nice video
    If you have data coming from various sources into a Chart, can you set the specific colour for each data item ? Dashboard 1 assigns colours in the sequence the data is received, so if you clear a chart, you are not guaranteed to have the items the same colour next time

    • @csongorvarga
      @csongorvarga  Місяць тому

      Yes and no. You give it specific topic to differentiate the data series, but the first series gets assigned to the first color and next to the second and so on. What you can do it to inject and initial set of data for each series in the beginning (in the same sequence all the time), and it locks the color for them going forward.

    • @ChampionCCC
      @ChampionCCC Місяць тому

      @@csongorvarga Ah lovely - great solution indeed, thanks. I never thought of that approach

  • @WhiteLion1337
    @WhiteLion1337 10 місяців тому +1

    Thanx for your great video! I am lazy and will wait for a bit more extended support and better working migration script. - Did you try it ?
    It s hard to make a migration with a big project like mine. Did you notice better performance or stuff. - I mean 1.0 decrepated but beside this I do not see to much advantages in 2.0
    If I could give you an Idea for a new video:
    In the forums I read about letting Node Red run on an ESP. This sounds very interesting but I never got in touch with it.

    • @csongorvarga
      @csongorvarga  10 місяців тому +1

      I did not try the migration script yet. I did not even notice that. I also have a fairly big setup. I would probably do it in pieces. But I have a lot of logic where I generate entire datasets for charts. That needs to be re-written which the script will definitely not do. Performance looks fairly good. My Node-Red is running on a i5 micro PC, I have no performance issues even with the old Dashboard.
      Node-Red on an ESP. Is that even possible?

    • @WhiteLion1337
      @WhiteLion1337 10 місяців тому +1

      @@csongorvarga Unfortunately YT does not like external links but you can find ESP NR stuff in a thread of the official NR forums. My project is running on a Raspberry Pi 4 4GB and it gets slow while initial loading. That s why I am switching to a Ryzen mini PC with NR running on docker.

    • @csongorvarga
      @csongorvarga  10 місяців тому

      @WhiteLion1337 I googles last time but all the results are esp and nr. But I will look again.

  • @PatrickL91-l1g
    @PatrickL91-l1g 5 місяців тому

    bonsoir
    je suis en train de m'emmeler avec nodered v4.0.2 sous home assistant 2024.7 version addon. comment vous faites marcher en connexion https ! est ce que quelqu'un a fait avec l'addon duckdns + mettre des mots de passe.
    ou alors comment mettre node-red sur alpine mais séparé de home assistant...

  • @AndrewMarrNZ
    @AndrewMarrNZ 10 місяців тому

    I use Node-Red to pilot an underwater drone….just migrated to Dashboard 2 last night…..

  • @HelloHelloXD
    @HelloHelloXD 10 місяців тому

    Finally!🎉

  • @rodrigeznonames7353
    @rodrigeznonames7353 9 місяців тому

    Please make gauges ;(
    Great job tho!

  • @simonromanski401
    @simonromanski401 9 місяців тому

    It's a shame that it uses Vuetify rather than Quasar for UI components.

    • @csongorvarga
      @csongorvarga  9 місяців тому

      Well, these web technologies are new for me. They probably had to also weight in which framework is the most widely used therefore has most people familiar with it.