• limelight79@lemm.ee
    link
    fedilink
    English
    arrow-up
    10
    ·
    7 months ago

    Why did they make the change to ping, dropping the interval setting? I looked through the linked pages but didn’t see an obvious explanation. I assume there is a reasonably good reason for it.

    The suggestion to remove the recorder days is interesting. I have mine set to just a few days, because the partition the database is on its low on space, and I haven’t gotten around to dealing with it. Storing more in the same space would be good. I didn’t understand how the database would be smaller despite having more info.

    • SayCyberOnceMore@feddit.uk
      link
      fedilink
      English
      arrow-up
      4
      ·
      7 months ago

      I normally shrug off most of the changes, but dropping ping from yaml AND fixing the interval just does my head in.

      I’m using HA’s basic, built-in, doesn’t need an integration, standard ping, to monitor my network and inform me if people are home, turned off, etc…

      And it was simple to just add more ping sensors in yaml, just copy some similar ones.

      Now? Jeez…

      And overloading HA via too high a ping rate? That’s a fundamental design issue with HA, not a reason to force a move to an automation…

      Oh… and my lights don’t work now… ffs

      • limelight79@lemm.ee
        link
        fedilink
        English
        arrow-up
        3
        ·
        7 months ago

        Dropping things from yaml in general always makes me a little nervous. I understand why you’d want a UI for configuring things, especially for new people. I support that.

        But, there are down sides. For example, I was using scrape to get some stuff off a page, and doing it through the UI took a long time and was prone to errors. It would have been much easier and more reliable to get it working once, then copy and paste and make the one or two changes each individual item required. But that’s not an option as far as I can tell.