Hello,

My IoT/Home Automation needs are centered around custom built ESPHome devices and I currently have them all connected to a HA instance and things work fine.

Now, I like HA’s interface and all the sugar candy, however I don’t like the massive amounts of resources it requires and the fact that the storage usage keeps growing and it is essentially a huge, albeit successful, docker clusterfuck.

Is there any alternative dashboard that just does this:

  1. Specifically made for ESPHome devices - no other devices required;
  2. Single daemon or something PHP/Python/Node that you can setup manually with a few systemd units;
  3. Connects to the ESPHome devices, logs the data and shows a dashboard with it;
  4. Runs offline, doesn’t go into 24234 GitHub repositories all the time and whatnot.

Obviously that I’m expecting more manual configuration, I’m okay with having to edit a config file somewhere to add a device, change the dashboard layout etc. I also don’t need the ESPHome part that builds and deploys configurations to devices as I can do that locally on my computer.

Thank you.

  • @TCB13OP
    link
    English
    38 months ago

    What is weird is having to waste almost 700MB of ram + 10GB of storage for a simple webui that charts sensor data and only keeps it for 10 days. As a comparison my NAS container runs Samba4, FileBrowser, Syncthing, Transmission, and a few others under 300MB of RAM with pontual spikes on operations.

    • @ikidd
      link
      English
      68 months ago

      There’s a lot of difference between a container and a VM. You can install HA on a container, all you have to do is set it up according to the manual install instructions, and work around any hardware interfacing issues that come up. You’ll save 200MB of RAM and will have to do any upgrades manually. Doesn’t seem worth it to me, but to each their own.

      • @TCB13OP
        link
        English
        18 months ago

        What I’m going to do is setup HA Core on a container manually and run without addons / docker. That will be about installing python and should waste way less resources.

        • @iarigby
          link
          English
          18 months ago

          setup on a container run without docker

          ??

            • @iarigby
              link
              English
              18 months ago

              yeah but that’s not setting up a container that’s just setting up python env

              • @TCB13OP
                link
                English
                18 months ago

                Yes, but I would rather do it inside a LXC container.

                • @iarigby
                  link
                  English
                  18 months ago

                  ah got it, thanks

    • @[email protected]
      link
      fedilink
      English
      08 months ago

      You have found the smallest, tiniest, itty bittiest potatoe to get upset about here. You could run this on a toaster.

      • @TCB13OP
        link
        English
        28 months ago

        I’m not upset, just wondering / looking for way to keep the potato from growing further and/or alternatives.