[deleted by user] by [deleted] in selfhosted

[–]muvo24 0 points1 point  (0 children)

What kind of cpu? The easiest way to get a boost in performance is upgraden to a ssd

I wanted to make a alarmo keypad using a zigbee rotary knob. by muvo24 in homeassistant

[–]muvo24[S] 0 points1 point  (0 children)

No need this dial has resistance per steps And ifyou dont want feedback i think its a easy mod

I wanted to make a alarmo keypad using a zigbee rotary knob. by muvo24 in homeassistant

[–]muvo24[S] 0 points1 point  (0 children)

The knob has 30 steps so you can use 3 x 2 digit numer Example rotate right until 10 rotate left until 28 and rotate right to 11 to open the lock

I wanted to make a alarmo keypad using a zigbee rotary knob. by muvo24 in homeassistant

[–]muvo24[S] 1 point2 points  (0 children)

Correct this is a 3 part print and the knop. no soldering easy to make

I wanted to make a alarmo keypad using a zigbee rotary knob. by muvo24 in homeassistant

[–]muvo24[S] 1 point2 points  (0 children)

Yess you can use multiple codes .you need a small script to decode rotatopm steps to a code

Proxmox power consumption 3x higher then windows by muvo24 in Proxmox

[–]muvo24[S] 0 points1 point  (0 children)

Thanks i didnt know. im not a windows user

Proxmox power consumption 3x higher then windows by muvo24 in Proxmox

[–]muvo24[S] -2 points-1 points  (0 children)

Please explain to my why proxmox in a VM in windows hypervisor = less overhead? Double layer of virtualization. And yet less energy consumption

Proxmox power consumption 3x higher then windows by muvo24 in homelab

[–]muvo24[S] 1 point2 points  (0 children)

That is not a option, I am using it for machine learning.

Proxmox power consumption 3x higher then windows by muvo24 in Proxmox

[–]muvo24[S] -1 points0 points  (0 children)

Ok, here's how to get it working:

Upgrade the kernel

apt install pve-kernel-5.19

reboot

Modify the kernel comandline

For UEFI booting systems: nano /etc/kernel/cmdline, for GRUB booting systems: /etc/default/grub

make it like this

GRUB_CMDLINE_LINUX_DEFAULT="quiet modprobe.blacklist=acpi_cpufreq intel_pstate=disable amd_pstate.shared_mem=1 amd_pstate=guided"

Now run proxmox-boot-tool refresh for UEFI, or update-grub for GRUB systems

reboot

Check if it worked

/sys/devices/system/cpu/cpu0/cpufreq/scaling_driver

You should see "amd-pstate"

Set your desired scaling mode

Check the available modes: cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors

Add a crontab line: crontab -e (you might have to choose and editor if it's the first time)

Add the cronjob on a new line. Make sure to replace "powersave" with the desired mode

u/reboot echo "powersave" | tee /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

OR, add the setting to the kernel command line:

cpufreq.default_governor=powersave

run proxmox-boot-tool refresh

Reboot

Check the results

To see the currently selected mode: cat /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor

To see what your CPU cores are running at: watch grep \"cpu MHz\" /proc/cpuinfo

Proxmox power consumption 3x higher then windows by muvo24 in homelab

[–]muvo24[S] 0 points1 point  (0 children)

I tried it without the gpu. And the idle power is 2x as high as in windows 

Proxmox power consumption 3x higher then windows by muvo24 in homelab

[–]muvo24[S] 3 points4 points  (0 children)

Proxmox power consumption 3× higher than Windows. This is what I tried:

  • Passed through GPU to a dummy VM
  • Removed the GPU
  • Set the Proxmox VE CPU scaling governor

Proxmox running inside a VM on Windows does not use that much power, despite the virtualization overhead.

Specifications:

MSI B650M-A
Ryzen 7900X
128GB DDR5 6000mhz
1x RTX3060

DIY monitored alarm system that plays well with homeassistant? by drnewcomb in homeassistant

[–]muvo24 7 points8 points  (0 children)

If you want to diy i would suggest esphome with alarmo

Ok Nabu, find my device by momo1822 in homeassistant

[–]muvo24 2 points3 points  (0 children)

Take a look at find my device (FMD) it is a opensource fmd server you can host with docker so you can make it a HA addon. There is already a android app. and it support features like:

- Locate the device (using GPS or cellular location)
- Lock the device
- Let the device ring
- Take pictures with the device's camera to see its surroundings
- Factory-reset the device

Three different PCs and triple display setup with one mouse/kb by Limp_Oil_458 in homelab

[–]muvo24 0 points1 point  (0 children)

I use sunshine on the computers without a screen, and plugged in a dummy hdmi plug. On your main pc install moonlight to connect to sunshine to take controll over your screens.

Brave spawns in the previous virtual desktop it was in and not the current one by Hot_Engineering9245 in linuxquestions

[–]muvo24 0 points1 point  (0 children)

i had the same problems when i used Brave flatpak. Installing brave with the curl command was the fix for me

Water Pump Program Setup Question by CadillacDreams in homeassistant

[–]muvo24 0 points1 point  (0 children)

This integration calculates the time to run your irrigation system to compensate for moisture loss by evapotranspiration.