Spyke

Posts

selfhosted·Selfhostedbyrambos

[SOLVED] Cant access local services when using VPN (AirVPN)

[Solved - I was blind. I had to enable local access and disable DNS Switch mode in Eddie]

I wanted to edit main post, but fatfingered delete button.... Solved in meantime, but reposting just because of that, sorry about that...

I couldn't access local services running on home server (not exposed) while VPN connection is active (Eddie). Fellow selfhoster told me to check if I have enabled local network, then I also found settings where I had to disable DNS Switch mode which is solution! Thank you

View original on lemmy.world
24
linux·Linuxbyrambos

Hide virtualisation from virtual machine

Title sounds confusing and It might be wrong terminology, sorry about that. I have POP OS and windows in VM (virtualbox) for few apps that are not available on linux. Im trying to install one app that requires diferent activation method because it recognized Im running virtual machine. Is there any way to hide that so I can activate the app the way I usually do on non-VM windows?

I hope I was clear enough, cheers

Edit: typo

View original on lemmy.world
73
pcmasterrace·PC Master Racebyrambos

Is this normal power consuption on idle? [SOLVED]

Hey guys, I have Corsair RM550x that is turning on/off its fan in 65-70 min cycles when PC is on idle. When PSU fan is off I meassure 31W from wall and 21W when fan is off. Other PSUs are not like that and they are around 25W. Funny thing is that fan shouldnt even spin below 220W iirc and I found it hillarius that its using less power when fan is on. PC is working fine, but is this normal?

Edit: specs - MSI Z270-A PRO, intel G3930, 8gb ram, 2 sata SSD and no GPU

Edit 2:

Thank you all for helping me out!

I believe that no flow in case caused PSU overheating and due to lower efficiency at higher temp PSU was using more power. Enabling case fans with small positive pressure fixed the problem immediately and now its stable at 24W on idle. On the next diagram PC was idle for only short period of time, so you can also see power curve when it was running some services, but still "much" less than 30 W.

Edit 3: Before this post I asked Corsair about that, but got only bot level responses. Conversation was going in circle and then I gave up :D

View original on lemmy.world
49
android·Androidbyrambos

Setting Alarm from Home Assistant

Hey guys, I'm using Home Assistant to set alarms on my phone and its working fine. I can set alarm time with a message using this string in my yaml file:

"android.intent.extra.alarm.HOUR:{{8}},android.intent.extra.alarm.MINUTES:{{15}},android.intent.extra.alarm.SKIP_UI:true,android.intent.extra.alarm.MESSAGE:Take Medication"

Now I'd like to add a daily repeat or for example repeat every Wednesday. From the same source I found it should be possible using EXTRA_DAYS. I couldn't find any example so I was trying every combination that came to my mind like:

android.intent.extra.alarm.DAYS:{{Calendar.SATURDAY, Calendar.WEDNESDAY}}
android.intent.extra.alarm.DAYS:{{ [Calendar.SATURDAY, Calendar.WEDNESDAY] }}
android.intent.extra.alarm.DAYS:[Calendar.SATURDAY, Calendar.WEDNESDAY]
etc.

How to shape that android.intent.extra.alarm.DAYS properly? Documentation says the values should be ArrayList<Integer>:

Documentation is on this link

View original on lemmy.world
4

Customize card for counters

Hello lemings and old redditors!

I have counter for each of medication that gets decrement with automations once or twice a day at specific time. That works fine, but now I'd like to see for how many days I have pills left before I have to resupply. For example I take 2 pills of decortin per day and since there are 8 in counter I have enough for next 4 days and that will be on 21.06.2023. But I take 4 pills of envarsus per day and that means I have to resupply in 7 days since there are only 29 pills left. So basically I want a Card on my dashboard with 2 additional columns, how can I do that?

View original on lemmy.world
7

You reached the end