• 15 Posts
  • 329 Comments
Joined 1 year ago
cake
Cake day: August 2nd, 2023

help-circle
  • rambos@lemm.eeOPtoSelfhosted@lemmy.worldMedAssist Update
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 days ago

    If you need something right now, check my other github project - its home assistant version of MedAssist. Its not well documented, but you can find automations that trigger on schedule, dashboard page with preview and config page to update quantity, sending email reorder reminder, sending android critical notifictions or setting android alarms every morning for that day. I abandonded that basically as soon as MedAssist came to life, but It was working great for quite a long time. Anyway, Im quite confident this project will be able to talk to homeassistant at some point.

    About tracking “taken”, I need to figure how to track reliably enough to make it worth, but Ill deffo keep looking



  • rambos@lemm.eeOPtoSelfhosted@lemmy.worldMedAssist Update
    link
    fedilink
    English
    arrow-up
    5
    ·
    11 days ago

    I was thinking about building device as well. I wouldn’t mind adding webhooks, or maybe even home assistant integration. I would need to know more about device itself to find the way to do it tho.

    Do you have in mind ideal device and workflow? I’m interested also in 3D modeling and 3D printing, but I’m not sure what kind of device is best for that use case yet. I don’t know anything better than using phone alarm as reminder, but feels like dedicated device could fill that role perfectly. Phone alarm doesn’t require internet connection, its quite stable and you always have it with you, its hard to beat that lol.

    Btw, before device comes to life, this app might help already! At least you can check if your dad took meds, by counting how many left and comparing that with number in MedAssist.







  • Thx!

    I dont know how to build mobile app, at least not yet. It should work fine on mobile browser tho, it looks good enough on my phone. Did you try opening the page on your phone?

    I was thinking about mobile reminders. Before this app I made a same thing under home assistant. I have made automations for android notifications, I also made another automation that sets alarms on Android device every morning. I ended up not using them since built in clock alarms work every time and dont rely on anything. I’m considering that anyway and I might give it a shot soon






  • Thank you. The files I download are usually 5-30 GB size. I don’t want to max out my internet speed, I just want to get the files in media library ASAP after requesting download manually (happens maybe few times a week)

    It makes sense, Ill test sequential and random write performance and maybe even test it since I have the hardware available.

    At first I wasn’t aware that my speed is super low for HDD, therefore I was looking for some magic solution with SSD speeds and HDD storage that might not even exist. I have to do more testing for sure


  • Thx. Ive seen dd commands in guides how to test drive speed, but I’m not sure how can I specify what drive I want to test. I see I could change “if” and “of”, but don’t trust myself enough to use my own modified commands before understanding them better. Will read more about that. Honestly I’m surprised drive speed test is not easier, but its probably just me still being noob xD



  • I have managed to copy with rsync and getting 180 MB/s. I guess my initial assumption was wrong, HDD is obviously not bottleneck here, it can get close to ISP speed. Thank you for pointing this out, Ill do more testing these days. Im kinda shocked because I never knew HDD can be that fast. Gonna reread all the comments as well





  • rambos@lemm.eeOPtoSelfhosted@lemmy.worldData HDD with SSD catch drive
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    4 months ago

    It will download faster to SSD, but then I have to wait the files to be moved to HDD before getting them imported in media server. Im not after big numbers in qbit, I just want to start watching faster if possible. Sorry Im probably not explaining well and Im not sure if Im asking for something that even make sense