rambos

joined 1 year ago
[โ€“] rambos@lemm.ee 1 points 2 weeks ago

Hehe you are awesome ๐Ÿ˜‚

[โ€“] rambos@lemm.ee 1 points 2 weeks ago

cache few years, but time to time I have problems w

Thx, Ill check it out

[โ€“] rambos@lemm.ee 1 points 2 weeks ago (2 children)

Thank you a lot for being patient with me :D

dd if=/dev/zero of=1g-testfile bs=1G count=1
1+0 records in
1+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 4.62269 s, 232 MB/s

This HDD is obviously working fine and much faster than I thought it can. I guess I have to find bottleneck elswhere

[โ€“] rambos@lemm.ee 2 points 2 weeks ago

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

[โ€“] rambos@lemm.ee 2 points 2 weeks ago (4 children)

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

[โ€“] rambos@lemm.ee 2 points 2 weeks ago

Ill look into ZFS, but in meantime I found out my HDD is probably not bottleneck. Still want to learn about this so thanks for your comment

[โ€“] rambos@lemm.ee 4 points 2 weeks ago (7 children)

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.ee -1 points 2 weeks ago

Yeah feels like that lol. Thx anyway, have a nice day dude

[โ€“] rambos@lemm.ee 1 points 2 weeks ago

Im doing more research, but will defo test this

[โ€“] rambos@lemm.ee 0 points 2 weeks ago (2 children)

Yeah it will be faster, but its extra step before the files get available on HDD.

Even if my HDD is super fast and healthy it would still be a bottleneck for 2Gbps fiber? Ill deffo play with HDD more to find max speeds, wasnt paying attention before because it felt normal to me

[โ€“] rambos@lemm.ee 2 points 2 weeks ago (5 children)

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

[โ€“] rambos@lemm.ee 2 points 2 weeks ago (1 children)

Well yes, but I was hoping files can be available (imported to media server) before they are moved to HDD. Import is not possible from incomplete directory if I understood that correctly (*arr stack)

30
submitted 2 weeks ago* (last edited 2 weeks ago) by rambos@lemm.ee to c/selfhosted@lemmy.world
 

After upgrading my internet connection I immediatelly noticed that my HDD tops 40 MB/s and bottlnecking download speed in qbittorrent. Is it possible to use SSD drive as a catch drive for 12 TB HDD so it uses SSD speeds when downloading and moves files to HDD later on? If yes, does it make sense? Anyone using anything simmilar? Would 512 GB be enough or could I benefit from 2TB SSD?

HDD is just for jellyfin (movies/shows), not in raid, dont need backup for that drive, I can afford risking data if that matters at all

All suggestions are welcome, Thx in advance

EDIT: I obviously have upset some of you, wasn't my intention, I'm sorry about that. I love to tinker and learn new things, but I could live with much lower speeds tho... Please don't hate me if I couldn't understand your comment or not being clear with my question.

HDD being bottleneck at 40 MB/s was wrong assumption (found out in meantime). I'm still trying to figure out what was the reason for download to be that slow, but I'm interested in learning about the main question anyway. I just thought I'm experiencing the same issue like many people today, having faster internet than storage. Some of you provided solutions I will look into, but need time for that and also have to fix whatever else I'm having issue with.

Keep this community awesome because it is <3

 

Hey guys, Ive been running PoP OS for more than a year without any big issues until today. I did a reboot (with checkmark to do updates) and after that PC got stuck at MBO logo. After reading a bit I rebooted again and was holding space button -> chose old kernel and PC started. One screen was just black while the other one was using super low resolution. I went to pop_shop and downgraded video drivers from 555 to 470 and eddited /boot/efi/loader/loader.conf to default Pop_OS-oldkern rebooted and viola its booting fine. Then I noticed my app PrusaSlicer (flatpak) doesnt show the Platter (main tab) and it crashes if I try to slice. I read it could be graphic driver related. Then I was struggling to update drivers to 555 again and eventually succeeded using sudo apt remove ~nnvidia and sudo apt install pop-desktop system76-driver-nvidia. I believe Im using old kernel and new gpu drivers, but still have an issue with PrusaSlicer. Anyone know a solution?

When I had only one screen working (at low resolution) PrusaSlicer was working fine...reinstall doesnt help at all

Thx in advance

 

Hey guys,

I made an automation that powers off my bluetooth speaker (using IR blaster) when ChromeCast is powered off for more than 10 s. Automation is working fine, but sometimes ChromeCast changes state from OFF to Unavailable and back to OFF in just a few seconds. I have no idea why is that happening, but it triggers automation and turns ON the speaker (it is the same IR button for ON and OFF) and gets it out of sync.

What condition or trigger should I use to make it work only when ChromeCast state changes from ON to OFF and ignores Unavailable to OFF?

There is my automation:


alias: Turn off JBL
description: if CC is off for 10 sec
trigger:
  - platform: device
    type: turned_off
    device_id: bc1049ea43a53092952d364749c3fb4c
    entity_id: ae0ea35649746ed5cea16f8d6ca54dd3
    domain: remote
    for:
      hours: 0
      minutes: 0
      seconds: 10
condition: []
action:
  - service: remote.send_command
    metadata: {}
    data:
      num_repeats: 1
      delay_secs: 0.4
      hold_secs: 0
      device: jbl
      command: "off"
    target:
      device_id: 4f1f3a13324e03646ff6b03aed27f2fe
mode: single

thanks in advance

 

Hey guys. Im running Home Assistant in docker container for few years and I'm super happy with it. The only way I access my server when not home is wireguard VPN. I noticed that I'm still receiving notifications even when not connected to VPN. I wonder how is that possible?

I don't have sub for HA Cloud or Nabu Casa. I also don't own a domain, using duckdns for wireguard connection and reverse proxy (npm). I thought I have 100% local setup, but I guess there is a Google or HA server in between. I don't want to disable the feature, I just want to know where is my data being sent

Thx

 

Hey guys. Is there any Android TV app that can trigger auto turn off after set amount of time of not using CC remote control?

We have a projector connected to ChromeCast with Google TV 4k and also a bluetooth speaker connected to CC. Sometimes we fall asleep while watching a movie/show at night and it is just wasting projector lamp hours. What I want is actually a basic TV feature that pops a message on the screen "shutting down in xxx seconds" and gets canceled with any button on CC remote control.

Projector actually has that feature, but then I have to use projectors remote control (trying to get rid of it with smart IR blaster and Home Assistant) to cancel the shutdown and even if it goes off CC is still playing sound from BT speaker. Projector has HDMI CEC settings, but it is not working at all unfortunately.

CC has a feature "Automatically turn off when inactive", but it never gets to inactive state because Jellyfin will just play a next episode (can be disabled, but would like to keep it) or TiVi mate is just playing until closed manually.

All opinions are welcome, thanks

 

Hey 3D printing fellas,

Are you worried about failures that can lead to disaster like printer catching on fire and burning down firniture and house? Do you use any kind of protection against fire?

I know metal enclosures are the best, but my printer is in the Ikea Lack enclosure. I checked connections and everything looks great, but I soldered cable on the heated bed anyway. Im not super worried tbh, but Im thinking about buying Stovetop Firestop and mounting it inside the enclosure just in case. This one is triggered with open flame only, so probably false activation is not possible. I would probably buy 2 more for kitchen.

There are also balls and other extinguisher shapes, but the one from the picture seems more recommended. Bad thing is I cant find that one availabls in europe. There are also smoke detectors, but they can only alarm you or cut the power.

What do you use? Can you recommend any good automatic extinguisher available in europe?

 

First time I printed something made in FreeCAD. It's a table lamp for our balcony, more like a mood light than a real lamp hehe. Its made from 3 parts (base, tube and a hat). Base and tube are CA glued and I used some insulating tape to fit a hat tightly. The lamp is about 240 mm tall and its powered from 9V battery. Battery case and steel weight are glued with some blue tack (white tack lol) to hold it in the place. There are 2 LEDs and resistor soldered together in series. I might replace the leds with lower powered ones if battery goes out too fast, but time will tell. Im also thinking about different hats, but first iteration was quick and dirty, I love it!

More pics:

 

Hey guys, I was happily running 44 docker containers for a while on Debian host. Today I tried to add a new service (uptime-kuma) using portainer stacks, but I got this error:

Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

Quick google led me to this link where I found possible problem with max number of docker networks. I did docker network prune, it removed 5 networks that were not in use and viola, uptime-kuma is working now!

Am I reaching the limit? What to do if I need 10 more services on the same host? I bet I saw some people in this community running many more services

 

This is a followup of my last post where I was looking for a solution to our problem with smell coming from the kitchen hood (extractor) when neighobour is cooking. I got many good suggestions, but @Finlsolo963 pointed me to Shut-off Damper with motor that looks like perfect fit. I hope it can stop the smell completely in closed position and open automatically when we start using hood.

I was looking at this Damper

I could use Shelly Plus Plug S to detect power usage of the hood which trigers Shelly 2.5 to open Damper. After turning off the hood, power will go down and automation would triger another channel of Shelly 2.5 to close the Damper.

What do you think about the setup? Is there any better hardware you would suggest? I dont mind spending more for beter sealing when Damper is closed. I like the one from the link mostly because its 220V and I could use shelly relays which seems super simple to implement. I already own Shelly Plug S that I could use, but its not a must. Im also opet to zigbee devices.

Bonus question: what would happen if something goes wrong and both channels of Shelly 2.5 triger at the same time? It would be like pressing Open and Close buttons at the same time.

Thanks in advance

 

Hey guys Im a proud owner of Delonghi Magnifica S automatic espresso machine for 6 months now. Our water is super hard with loads of scale and I have been cleaning (descaling) machine with Delonghi EcoDecalc, but friend recommends this one (much cheaper):

Is this safe to use? It says it contains citric, lactic and malic acid. It also says to use 50 ml on 500 ml of water while Delonghi EcoDecalc should be 100 ml on 1700 ml (I think) of water. Its almost 2x difference and I was thinking if acids are simmilar I should use 100 ml of acid for full tank anyway.

We abuse our machine by making loads of coffe and tea. With scale settings on max we get descaling alarm every 3-4 weeks. It used to be on medium settings, but machine almost clogged completely once...so thats why max settings. Delonghi liquid is not cheap, but dont want to take any risk for 30โ‚ฌ a year. On the other hand, I dont want to pay 10โ‚ฌ for a 2-3โ‚ฌ product just because it says Delonghi on the bottle.

What do you use for your machine? How often do you descale?

 

Hey peeps, I moved to a new appartment and my kitchen hood is connected to the same pipe (chimney) as hood from appartment below. The issue is smell coming from our hood when neighbour is cooking.

I was thinking about some kind of sensor (air flow or humidity or smell?) that can detect when neighbour is cooking and then HA would turn on our hood at the lowest speed.

I have no clue what kind of sensor would be suitable. I also need to figure out how to start our hood with HA (hacking with relay or buying some kind of smart kitchen hood is acceptable). Our kitchen hood is just regular Faber with 4 position switch for selecting fan speed.

Anyone have idea how to solve that issue? What sensor would be best for that?

Note that I have already installed 1-way valve (not sure whats the correct english word) and 3 different filters, but still sucks

Edit: I got some things going on, cant replay to all comments today and probbly tomorrow. Thank you all for input, Ill come back asap

 

I know we had posts like this before, but Immich deserves ๐Ÿ‘

One more update, one less container, the best Google Photos alternative, its just amazing!!

Don't forget to edit your docker-compose before updating

view more: next โ€บ