Skip to content

Latest commit

Β 

History

History
29 lines (16 loc) Β· 3.14 KB

Frequent Questions and Answers.md

File metadata and controls

29 lines (16 loc) Β· 3.14 KB

Q&A - Things you may want to know

#general

  • Is this able to survive reloading automations and Home Assistant? β€” Yes!

  • Why is this thing so big? That monstrosity doesn't even show correctly on my small screen! β€” I know πŸ˜…. There are many conditions, and those increase the visual width of the blueprint in the UI. On mobile devices, it's going to be a pain, but what's important here is that things work and that all the possible situations are handled.

  • How is this different when compared to Notify or do something when an appliance like a dishwasher or washing machine finishes? β€” It's very, very different and much more articulated. Read here for more info.

  • Will this slowdown Home Assistant? β€” Nope. The blueprint will run every time a new power read is polled or sent to HA. If there's no state change, the automation is basically doing nothing and completes super quickly.

  • How do I update to a new version? β€” Please follow the steps here.

#overloads

  • What is an overload situation? When does it happen? β€” An overload occurs when the appliance is drawing too much power and this affects the entire home grid. This usually triggers your circuit breaker.

  • What does this blueprint do during an overload? β€” If the "Appliance Suspended entity" was configured, the state machine should transition to the detached_overload state.

  • Is this blueprint a solution to my overloads? β€” Nope. It just stores the states of your appliance, it doesn't diagnose anything, it notes that it happened. HA_PowerControl is instead a separate package that takes care of detaching the loads progressively based on a settable priority. The package itself does the job, but the problem is that the appliance is not self-conscious of being the cause of an overload. The detached_overload state adds that consciousness.

  • Do I really need HA_PowerControl? β€” No. I’m allowing the user to bind this blueprint to whatever system they have for handling those situations. You might not want to use anything at all! If that's the case, just leave the "Appliance Suspended entity" empty.

  • HA_PowerControl is just in Italian 🍝.. is there no other alternative? β€” I was unable to find one yet. I asked the author if I'm allowed to translate it ad he approves, but it's still too early to talk about a release.

Got more questions? Feel free to ask! πŸ™‚