Next, I want to see what are some ideas, as I dont know, that I dont know, of where to go next for what would be a best practice to either loop or preferably to schedule a date time, then increment the current level ‘+35’
I appreciate your time an input.
then as a condition check that the automation last triggered time was greater than 24 hours ago. I would probably add a couple of minutes to that just to be sure so use 24 hours and 5 minutes.
I don’t know how you control the servo motor so I can’t help you with that part.
do you just tell it to go to a value of 35 every time or does the system retain the current position and you need to tell it to go to “current position + 35”?
I will check this out, seems to be a good option if the automation would keep the current value of the servo. For setting the value, I would need to get the current setting, then add 35. If this was python, that would be easy, but this is all too new to me ;).
Regards,
I find that creating a special calendar in Google works well. Google has many options for calendar repeats. Just trigger the automation based on the event in the appropriate google calendar. That way you can easily change it from anywhere through google. So for example, you can delete one of a repetition because you don’t want it to run that time, or add in multiple events on the fly.
Many people will not like that this requires internet access though.
Here is a great example of you don’t know, what you don’t know. I can’t say that I am ‘happier’ with python, just more familiar. This will be in my ‘must check it out’ wheel house to see what is available. I have used micropython in the past, even though limited libraries was still very usable.
Thank you again, seems to be basically where I was heading. Additionally, I have been checking out a few of the different ways to interact with HA via pyscript
I had also added in a way to call a function for the servo to detach after it advanced. I had seen a few other posts related to it, and I found that if I did not have a task.sleep(2) before the detach call, if would not work, once the sleep was in, it was fine.