Thanks for the great content Gio. I created the fade_lights script and ran into a problem getting it to work before I realized I hadn't listened very well to your instructions. I hadn't created the input_number yet and therefore got an "unknown entity" error when trying to run it. After creating the 'brightness_level' input number under Configuration >Automations > Helpers, the script worked just fine. Thanks again!
I'd like to see some general examples of using variables, passing variables into scripts, using variables as loop counters. Just basic programming techniques but using home assistant scripting. Thanks
Just a quick one, how would I add an extra field for the additional data parameter in notify? I added the extra field in the script, but how would I add a couple of different key: value items when making the call?
A very usefull video. I will use two of them as soon as possible (broadcast and send message). I will save this video as next year I will install smart dimmable switches and the fading light will come in handy.
Awesome video. You are the best RUclipsr I found for advanced HA coding. Would love to see more of this high level content - would really appreciate your input on global variables and making a ui select dropdown that gets its content from external api.... I am making a hydroponic setup and I want people to be able to share "recipes" for different setups that loads in parameters for control (ph, daily light, amount of nutrient, ideal temp and humidity etc) Your thoughts greatly appreciated.
Thanks for the compliments! Would need to get my head around this project feel free to email me. Regardless, drop downs need to be snappy and at least cached locally!
Really great video. It's helped me fix something that I've ben trying to do for ages (I'm a relative newbie to HOME ASSISTANT and the concept of YAML). One thing that I'm stuck on is getting the repeat announcement to work by using the repeat / while functionality (2m50 secs into your video). I've tried it and it fails to repeat the message, I've changed It to repeat / until too and it still doesn't repeat.
Is it possible to do a script where it automatically sends a TTS to a different media player based upon a state. I have a sensor detecting the last room with motion so this would be helpful rather than doing choose options on every single automation
I've whatched the video and copied the script but my light still doesn't fade, i'm using a wiz light, also when the light is off the script doesn't turn the light on, fading with custom automation (fading with the percentage in stead of brightness level does work). (getting some zigbee light soon maybe they will work i hope)
Something went wrong... I copy pasted the script from your blog, changed the example to a dimmable light source in mi setup, discovered i had to make a number helper and did that which made the script run, yay. The thing is, when the dimming light reaches almost zero, it stops and stays on, there's no going to off state somehow yet when looking at the video and script it should go to state 0 at least but stays at state 1... Any thoughts on what's wrong?
The RGB coloration was driving crazy. I tried everything to get the right colour, e.g. a sunrise colour. I had to use a scene to kind of gauge the colour I wanted😀, but now I can enter it directly. Thank you
Great Videos, I am new to HA, and set up all my integrations without much fuss ( mainly Tuya) I have a tablet, but cannot find a way to automate power the unit to unit, any help would be appreciated ta
Your script for fading the lights can presumably only be called once at a time - for example having two automations to fade lights in different parts of the house based on different conditions; if they both fired with an overlap they would compete to set the input_number? Would it be possible to parameterise the target brightness level and the time over which to fade and track the current brightness without using an input_number?
Hey Gio, Great video it has helped me a lot. I do however have a question regarding video you made "how tho create a media dashboard" I watched the video and I was reading your blog. I'm unsure how to put HDMI inputs into the helper that I created. Can you provide me some guidance? The helper I created is "Toggle" is that correct? I did not see a "select" option.
First of all good video but why would you run a script to fade a light instead of using transition: (seconds you want the transition to take) under data:? In the service call. A little bit more explaining about your thoughts around where to use that script would be nice. Maybe you meant it as way fading a light when holding a button for example? As an advanced user myself I can see many different possibilities but it is always better to hear your actual thoughts on the thing instead of my assumptions. Looking at your videos to hear the difference in other peoples processes :)
@@SmartHomeMakers okay dit not know that, thanks! yes, I understood that part, admittedly I watch the video as I yet have found a good use-case for scrips. but that is more a problem/great thing whit home assistant you can always do things 10 different ways :)
@@SmartHomeMakers unfortunately :(, I installed with haaska but I couldn't get efficiency, the devices are disconnecting, not responding. If there is a solution, it would be greatly appreciated if you could share it.
I'm going in the yaml mode???? Sorry I have to write it. THIS USELESS FOR STARTERS!! How do you get in YAML mode?? After 1:13 it's over for a starter. Looked further, only for experts. A tutorial is is a HOWTO!!! 2.5% viewers likes.
Don’t feel sorry you are expressing your frustration which are mostly shared by others. What do you mean about the 2.5%? This videos has a 98% like vs dislike ratio. Agree isn’t a video for new starters. Imagine having to explain derivatives and starting from the basics of algebra. Would be complete but too long for the YT algorithm and the avg user’s attention
@@SmartHomeMakers First some common general things what I see in several youtube video's. I see e.g. 7 display changes in 5 seconds. At the end I think what did you click to come there. I slow down the speed or repeat it several times. Slow down and tell EVERYTHING what you do. For a starter everything you do is NEW. Slow down with speaking. English is not the native languages for everyone, don't be in a hurry. Keep the examples short and simple. I didn't watch everything but I saw a script of you with more then 400 lines. That's to much, to long for a starter. E.g. When you tell how to get the light on, you don't have to tell to get it off. I have a Odroid-N2 with installed Home Assistant and I Sonoff USB Zigbee Plus dongle, did nothing yet with it. I have a lot of Tuya en Ewelink working devices. E.g. Tell how to get a zigbee sonoff switch working in Home Assistant. Remember the starter just installed Home Assistant, he/she don't know anything.
I created a POLL on my channel (subscribe to see it) let me know which Script did you enjoy the most!
Thanks for the great content Gio. I created the fade_lights script and ran into a problem getting it to work before I realized I hadn't listened very well to your instructions. I hadn't created the input_number yet and therefore got an "unknown entity" error when trying to run it. After creating the 'brightness_level' input number under Configuration >Automations > Helpers, the script worked just fine. Thanks again!
Nice one Paul!
Thank you Paul! That was exactly what I was looking for! I also ran into this issue. Now it works like a charm!
Great video. Helps to understand yaml. Please provide more of this
Hi Johnny! Just published a new video :) let me know if it helps !
Subscribed! This is the kind of non noob level videos that are very hard to find for Home Assistant..Thank you!
Welcome to the channel!
Need someone to do a tutorial on how to reference more than just the text field in scripts such as the toggle and select ones
I will use the broadcast script to send announcements to multiple media players!!! Thanks❣
Awesome!
Great video! I'd love to see more videos like this that explain scripting and templates
Nice! Any subject in particular Geoff?
I'd like to see some general examples of using variables, passing variables into scripts, using variables as loop counters. Just basic programming techniques but using home assistant scripting. Thanks
Thanks for these, they simplified my automations massively
Just a quick one, how would I add an extra field for the additional data parameter in notify? I added the extra field in the script, but how would I add a couple of different key: value items when making the call?
Good to see things like scripts in practical use
Thanks appreciate it!
I'll be adopting the notify all script. Nice abstraction.
Thanks Dorff!
A very usefull video. I will use two of them as soon as possible (broadcast and send message). I will save this video as next year I will install smart dimmable switches and the fading light will come in handy.
Thanks Robin!!
Love from India again. thank you for such a good tutorial always.... ❤️❤️❤️👍🏻
Great video! Need to watch it several times to get it all - I am new to Home Assistant ;-).
Thanks Marko! Watch as many times you need
Awesome video. You are the best RUclipsr I found for advanced HA coding. Would love to see more of this high level content - would really appreciate your input on global variables and making a ui select dropdown that gets its content from external api.... I am making a hydroponic setup and I want people to be able to share "recipes" for different setups that loads in parameters for control (ph, daily light, amount of nutrient, ideal temp and humidity etc) Your thoughts greatly appreciated.
Thanks for the compliments! Would need to get my head around this project feel free to email me. Regardless, drop downs need to be snappy and at least cached locally!
Excellent! 👍👍👍 I’ve learned some useful tricks 😊 Many many thanks!
Hi Sebastian! Glad it was helpful!
Maybe put a video of how it looks ( the result... prehaps the lamp in the back above books
Thanks for the suggestion!
Really great video. It's helped me fix something that I've ben trying to do for ages (I'm a relative newbie to HOME ASSISTANT and the concept of YAML). One thing that I'm stuck on is getting the repeat announcement to work by using the repeat / while functionality (2m50 secs into your video). I've tried it and it fails to repeat the message, I've changed It to repeat / until too and it still doesn't repeat.
Great video, well explained!
Great video thanks
Hi Danny! Glad you enjoyed it
Is it possible to do a script where it automatically sends a TTS to a different media player based upon a state. I have a sensor detecting the last room with motion so this would be helpful rather than doing choose options on every single automation
How do you call the scripts and pass the variables?
I've whatched the video and copied the script but my light still doesn't fade, i'm using a wiz light, also when the light is off the script doesn't turn the light on, fading with custom automation (fading with the percentage in stead of brightness level does work). (getting some zigbee light soon maybe they will work i hope)
Something went wrong...
I copy pasted the script from your blog, changed the example to a dimmable light source in mi setup, discovered i had to make a number helper and did that which made the script run, yay.
The thing is, when the dimming light reaches almost zero, it stops and stays on, there's no going to off state somehow yet when looking at the video and script it should go to state 0 at least but stays at state 1...
Any thoughts on what's wrong?
The RGB coloration was driving crazy. I tried everything to get the right colour, e.g. a sunrise colour. I had to use a scene to kind of gauge the colour I wanted😀, but now I can enter it directly. Thank you
Nice one David! Each light renders the colour a little bit different example hue vs Lidl bulbs are not the same even if I hard set the rgb colours
Well done, very understandable explained. A type of tutorial I've not seen yet with other HA videos. Keep on going with such valuable content.
Thanks Thomas !
Great Videos, I am new to HA, and set up all my integrations without much fuss ( mainly Tuya) I have a tablet, but cannot find a way to automate power the unit to unit, any help would be appreciated ta
Hi Carl, what device is power the unit to unit? Which Tuya integration are you using, the official or local Tuya?
Well explained …but how do you start a script from a button on you’re UI ?
Add a button! Then pick call service script.turn_on
Your script for fading the lights can presumably only be called once at a time - for example having two automations to fade lights in different parts of the house based on different conditions; if they both fired with an overlap they would compete to set the input_number? Would it be possible to parameterise the target brightness level and the time over which to fade and track the current brightness without using an input_number?
That is the right way of doing it! Wasn’t able to do it with the time I had. It would be great to improve the script
Hey Gio, Great video it has helped me a lot. I do however have a question regarding video you made "how tho create a media dashboard" I watched the video and I was reading your blog. I'm unsure how to put HDMI inputs into the helper that I created. Can you provide me some guidance? The helper I created is "Toggle" is that correct? I did not see a "select" option.
Thanks for your kind words! In the helper section I think it might be called dropdown, then you can add your options, hope this helps
Very nice Tutorial.
Which editor are you using ?
Notepad++ or Atom ?
Atom! What about yourself ?
@@SmartHomeMakers
Thank you.
I use notepad++
Where in the automation donyou define the {{title and massage }}
in service call pass data:
title: value
message: value
First of all good video but why would you run a script to fade a light instead of using transition: (seconds you want the transition to take) under data:? In the service call. A little bit more explaining about your thoughts around where to use that script would be nice. Maybe you meant it as way fading a light when holding a button for example? As an advanced user myself I can see many different possibilities but it is always better to hear your actual thoughts on the thing instead of my assumptions. Looking at your videos to hear the difference in other peoples processes :)
Much easier tysm!!
Hey Daniel! The short answer is that not all lights have the transition option :) It was a practical example to teach some concepts like repeat etc!
@@SmartHomeMakers okay dit not know that, thanks! yes, I understood that part, admittedly I watch the video as I yet have found a good use-case for scrips. but that is more a problem/great thing whit home assistant you can always do things 10 different ways :)
@@SmartHomeMakers Lol Ok thanks for the explanation
hello, it would be great if you post a definitive solution video for alexa and home assistant connection :(
Are you struggling with it ?
@@SmartHomeMakers unfortunately :(, I installed with haaska but I couldn't get efficiency, the devices are disconnecting, not responding. If there is a solution, it would be greatly appreciated if you could share it.
1. why don’t you just use notification groups?
wasn't aware of it :)
👍
Thanks Jose!
I'm going in the yaml mode???? Sorry I have to write it. THIS USELESS FOR STARTERS!!
How do you get in YAML mode?? After 1:13 it's over for a starter. Looked further, only for experts. A tutorial is is a HOWTO!!! 2.5% viewers likes.
Don’t feel sorry you are expressing your frustration which are mostly shared by others. What do you mean about the 2.5%? This videos has a 98% like vs dislike ratio. Agree isn’t a video for new starters. Imagine having to explain derivatives and starting from the basics of algebra. Would be complete but too long for the YT algorithm and the avg user’s attention
Useless for starters
Thanks for you feedback, what would be useful for new starters ?
@@SmartHomeMakers First some common general things what I see in several youtube video's. I see e.g. 7 display changes in 5 seconds. At the end I think what did you click to come there. I slow down the speed or repeat it several times.
Slow down and tell EVERYTHING what you do. For a starter everything you do is NEW. Slow down with speaking. English is not the native languages for everyone, don't be in a hurry. Keep the examples short and simple. I didn't watch everything but I saw a script of you with more then 400 lines. That's to much, to long for a starter. E.g. When you tell how to get the light on, you don't have to tell to get it off.
I have a Odroid-N2 with installed Home Assistant and I Sonoff USB Zigbee Plus dongle, did nothing yet with it. I have a lot of Tuya en Ewelink working devices.
E.g. Tell how to get a zigbee sonoff switch working in Home Assistant. Remember the starter just installed Home Assistant, he/she don't know anything.