Which one would you use? Light Scheduler vs BigTimer Node-RED nodes.

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • In this video I compare the node-red-contrib-bigtimer (BigTimer) and node-red-contrib-light-scheduler (Light Scheduler) nodes based on how I use them in my automations. Is one better than the other? You be the judge.
    Links:
    Node-RED Docs: flows.nodered.org/node/node-r...
    Light Schedule Docs: faulty.cloud/projects/node-re...
    Discord: / discord
    If you would like to support me:
    Buy me a beverage: ko-fi.com/mostlychris
    Become a patron: / mostlychris
    Products I reference in my videos (Contains affiliate links)
    www.mostlychris.com/my-smart-...
    www.xsplit.com?ref=chriswest&discount=mostlychri&pp=stripe_affiliate
    DISCLAIMER: Some of the links above take you to affiliate sites that may or may not pay a small commission to me. It doesn't increase the cost to you, but it does help support me in making these videos.
    00:00 Intro
    00:27 Install or Update Light Scheduler
    02:21 How I use BigTimer
    05:46 Light Scheduler Config Overview
    13:32 Switch Node
    14:45 Light Scheduler Outside Lights
    16:20 LAT/LON setting
    16:50 Same Node for OFF and ON
    18:00 Comparison Thoughts
    21:00 Light Scheduler Overrides
    21:50 Wrap Up and SUBSCRIBE!
    Want to send me something? Send it here!
    Mostlychris
    24165 IH-10 West
    STE 217 #164
    San Antonio, TX 78257
  • ХоббиХобби

Комментарии • 25

  • @jonathanfiur7617
    @jonathanfiur7617 Месяц назад

    Really helpful for a Node-red newbie. I got my porch lights set up very easily based on your explanations and example. (Used Bigtimer).

  • @hansnorling
    @hansnorling 2 года назад

    Thank you for a very good and educational review.
    You have a very nice appearance which makes it a pleasure to learn from you.
    Looking forward to more from you!

  • @wstrater
    @wstrater 2 года назад

    I tried both big timer and light scheduler and ended up using cron plus. It has many of your solar events plus cron scheduling. One of the features I like is that you can add, change and remove schedules dynamically. I found it more useful for my needs.

    • @mostlychris
      @mostlychris  2 года назад

      Thanks for the info! I haven't heard of cron plus. Now I need to go find it and play.

  • @knallaff
    @knallaff 3 года назад +3

    I prefer to work with the light sensor and motion detector. So the control becomes much finer depending on good or bad weather.

    • @mostlychris
      @mostlychris  3 года назад +1

      Thanks for the note. Light scheduler is having issues with the "light-only" override not sticking. I've opened an issue on GitHub for that. I have a workaround with the inject node to set the override at startup and then every 30 min.

  • @Jessassin
    @Jessassin 3 года назад

    A while back, I tried to set up Light Scheduler. But the UI didn't make sense to me and I could not get it to work based on sun angle. I didn't realize that BOTH the schedule, and light angle combined like you showed. It's a really strange way to do it in my opinion. I opted for simple, time-based scheduled lights. I might give Light Scheduler another go after seeing this video. Thanks for making the comparison video, and going into depth on how light scheduler works!

    • @mostlychris
      @mostlychris  3 года назад

      To be fair, I went back into Node-RED and created an inject node with the string "light-only" and sent that to the input of the light scheduler node. The light scheduler node now shows the override in the status. I tried it overnight and so far it seems to be working on sun angle regardless of the schedule. Need a couple more days testing to make sure that works but I think that was the key.

  • @loganboyd
    @loganboyd 2 года назад

    6:38 "I can tell by the position of the sun in the sky, that is time for us to go. Until next time, I am Lothar of the Hill People!"

  • @MysticMachina
    @MysticMachina 2 года назад

    Cant wait to get myself a pi. Unfortunately they are all out of stock due to the shortage of chips

    • @mostlychris
      @mostlychris  2 года назад

      Supply chain issues suck. I didn't realize that those were also affected.

  • @MyNomis1
    @MyNomis1 2 года назад

    Hello thanks for your great videos i love them .
    In one off your videos you mention that you both https and http to your setup ( home assistent ) after i have duckdns and nabu casa i can`t get any local conection to my home assistent can you tell how you do ? i only have my duckdns conection working and nabu casa and i will say it`s slow , very slow then before i was local user only .

    • @mostlychris
      @mostlychris  2 года назад +1

      The way I do this is to use AdGuard for my local DNS and I add a DNS rewrite that points my duckdns domain to my internal IP when on the local LAN and public DNS resolves it back to my instance when I'm outside my LAN. But...I can still access it directly via the local IP address. I just have to accept that the SSL cert is not correct for the IP.

  • @FredSchmitthammer
    @FredSchmitthammer Год назад

    What are the two grey nodes before the timer or scheduler node?

    • @mostlychris
      @mostlychris  Год назад

      Not sure where in the video you are talking about. If it's what I think, they are inject nodes.

  • @liveartrainbow
    @liveartrainbow 3 года назад

    Check the moment library from javascript

    • @mostlychris
      @mostlychris  3 года назад +1

      Not sure what that means. Might need more coffee but can you explain?

    • @d_sellers1
      @d_sellers1 3 года назад

      @@mostlychris Think they're referring to node-red-contrib-moment. (Node-Red Node that produces formatted Date/Time output using the Moment.JS library. Timezone, dst and locale aware.) Was already installed for me as Date/Time Formatter. Doesn't look like it has scheduling unless you run it through a switch maybe? But then again, the switch node can already handle time conditions so I'm not sure the context of the OP.

    • @mostlychris
      @mostlychris  3 года назад

      @@d_sellers1 Oh ok. Thanks for the clarification. I'm also not sure of the context. Maybe they'll chime in.

    • @jatinder640
      @jatinder640 3 года назад +1

      @@mostlychris: 😁😁😁🤑🤑🤑 why count the no. of mangoes?
      Still test it your self.

  • @albertroswell
    @albertroswell 2 года назад

    light scheduler is dumb, if the common use case is to fill up the schedule to make it work that's a design flaw, for example I ony care about sunlight, I dont want to fill the schedule, and I dont want to set an overrride since I also want to run the override 'trigger' but if I sent trigger it does not ignore the schedule, super dumb

    • @mostlychris
      @mostlychris  2 года назад

      Sounds like you are on the BigTimer side.

    • @albertroswell
      @albertroswell 2 года назад +1

      @@mostlychris ended up just using the sun entity from home assistant in nodered, waaaay better than anything