Hi! Thank you for your appreciation!
No, there isnāt any specific reason why the start/finish power thresholds are so low. Those variables initially worked for my use case, so I kept them. In the next version, they will be limited higher than now (maybe between 0.1 - 1000 W).
Concerning the start sequence, I am working on that right now. The next version of the blueprint will offer the possibility of setting a delay on the job_ongoing state. I need to ensure that it doesnāt break other things, and debugging this is proving to be a mess.
Then for something completely different, is it possible to also calculate the power used by the appliance during a full cycle?
It should be possible, but itās not easy.
I donāt know about you, but I have an energy sensor for each one of my appliances.
Maybe, we could store the time the appliance started, as well as the time it finished. Get the energy at the end and before it started. Then if we consider the amount of time elapsed, we could estimate the power consumption per cycle. Itās quite a lot of work for such a simple estimate.
I will add this to my to-do list. However, I have a limited amount of time these days, so keep in mind that it might take a while. This feature will definitely come in the form of a separate blueprint.
Iād love to give my wife some insight in the costs of esp. the dryer, she sometimes lets it run with only two or three pieces in it or during a heatwave like now, never realizing the costs involved.
Hahaha, I understand. I have the same problem in my family! My goal is to save as much energy as possible and raise awareness. I am sure there is a lot that we can do.
And something else, Iād love to sent the notification only to whoever is at home, but I have no clue how to create an on-the-fly group of devices of the people at home. Does anyone have a solution/add-on for that?
Iām sorry. I canāt help with that right now because of time.
What Iād suggest you to do is to check whoās at home. Thereās an entity for that, the zone.home which also tells with an attribute who is inside.
Iād probably come up with a blueprint for this too in the future, but thereās already a lot of work to do and this is outside the scope of this topic.
Take care, and stay tuned for V3.0.0!