Has anyone any experience with H-Optimizer?

I’m wondering if anyone has any experience with the custom integration HA-Optimizer.

It looks and sounds very promising.

It may work fine, but I don’t know if I would trust slop-ware where the one-and-only automation example is called “Weekly”, but actually triggers daily (and twice on Sundays)…

automation:
  alias: "HA Optimizer - Weekly Scan"
  trigger:
    - platform: time
      at: "03:00:00"
    - platform: template
      value_template: "{{ now().weekday() == 6 }}"  # Sunday

And uses trigger variable properties that will never exist based on the actual triggers of the automation… because the LLM didn’t remember that the values are coming from a wait_for_trigger, which stores the data in the wait variable.

Who knows… maybe the “dev” was more careful with the design and testing of the actual integration that can diasble and delete your entities than they were with the public-facing, reasonably-easy-to-check-and-test automation example… :man_shrugging:

3 Likes