• 0 Posts
  • 23 Comments
Joined 8 months ago
cake
Cake day: August 10th, 2025

help-circle
  • When I built my NAS I intentionally bought the latest gen cpu, but kept it in to the 65W series with a GPU chip onboard. It’s an AMD Ryzen 5 7600 6-Core @ 3800 MHz. My coral usb does frigate and the integrated graphics chip does jellyfin just fine. I started with ssds, but half of them burned out pretty quick, so I replaced them with spinning rust. But, as-is it can run for an hour on my desktop grade UPS before it shuts down. My proxmox cluster is old laptops that mount an NFS drive from my NAS. So, yes, I took power efficiency into account.







  • If you don’t shy away from python, I just use the requests library most of the time:

    homeserver_url = “XXX”

    access_token = “XXX”

    room_id = “!XXX”

    url = f{homeserver_url}/_matrix/client/r0/rooms/{room_id}/send/m.room.message"

    headers = {“Authorization”: f"Bearer {access_token}",“Content-Type”: “application/json”,}

    data = “msgtype”: “m.text”,“body”: “Question of the day!”,}

    response = requests.post(url, headers=headers, data=json.dumps(data))

    Alternatively I also have a bot I use in NodeRed connected to Home Assistant.

    Double Alternatively, I’ve used AppRise successfully within various tools like ChangeDetection to notify me via matrix.










  • yaroto98@lemmy.worldtoSelfhosted@lemmy.worldCams, anyone?
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 months ago

    Any cam with an rtsp stream is fine. Host frigate on your server point it to the cams you can get audio and video and object detection pretty easily. I also recommend taking an extra step and creating a firewall rule to block the cams’ inbound/outbound internet traffic.


  • Still sounds easier than getting my roborock on valetudo. I had to take the entire thing apart to get to the other side of the mobo to flash the thing. Felt like I needed 3 hands to ground one place while doing a bunch of other things just to get it to flash. My workspace was a mess of screws and tiny robot parts I only half remembered taking out.

    In the end it worked and I’m very happy with it. Was sweating for a bit though. It was a $400 vacuum iirc.