Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)IL
Posts
4
Comments
13
Joined
2 yr. ago

homeassistant @lemmy.world

Home Assistant 2023.7 released

  • A combo of both. I group all my media apps like Sonarr, Radarr, SABnzbd, etc together in one compose since I consider each of them to be a part of the same “machine”, but most of my apps have their own compose.

  • I have an HP DL380 Gen8 and then a PC I bought from the local university and use as a server.

    My DL380 runs ESXi. My PC runs Ubuntu on bare metal.

    All of my apps are either fully VM-based (Home Assistant OS) or run in containers. Containers are far easier to build, upgrade, and migrate, and also make file management a lot easier.

    I use Docker Compose. No Swarm or Kubernetes at this point.

    Hopefully this is at least a good start! Let me know if you have any questions.

  • homeassistant @lemmy.world

    BSEED 16A Zigbee Energy Monitoring Outlet Review

    Gaming @beehaw.org

    Microsoft announces new $350, 1 TB Carbon Black Xbox Series S

  • No special addon. I use a Node-RED flow to query the Paperless-NGx API to find the number of documents with the "intake" tag. Here's a template.

    Instructions:

    1. Create an API token for Paperless-NGx by going to http://

      <PAPERLESS_URL_WITH_PORT>

      /admin/authtoken/tokenproxy/ and clicking Add Token
    2. Import the flow into Node-RED
    3. Take the token you've created in step 1 and paste it over the

      <PAPERLESS_TOKEN>

      placeholder in the "Headers" function node
    4. Change the URL in the "Make API Request" HTTP node to point towards your Paperless-NGx installation
    5. Replace the debug node at the end with whatever you want. I personally use a Sensor node to import the value into Home Assistant.
  • If you have a college or university near you, search online to see if they have a property disposition department.

    I just got an HP Z2 SFF from my local university for $182. It has a Core i7-8700, 16 GB of RAM, and a 512GB NVME SSD.

  • homeassistant @lemmy.world

    What are your favorite automations?