I set up an Odroid M1 with Home Assistent to log my Energy consumption.
Somehow I got a configuration with a Shelly EM and DSMR working.
The SSH connection proofed another hurdle, but eventually I could log in.
Like I expected the governor for the Odroid was set to ‘performance’ (default).
How do I set it to ‘conservative’ at boot?
(Since HA is supposed to be working 24/7 I gladly reduce the consumption by even a slight amount.)
With regards,
Specs
What I did as workaround:
login as hassio
mount sysfs in rw-mode on an alternative location # mount -t sysfs none sys -n -o r
change the governor # echo conservative > sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
Since I don’t have a NVMe attached I included powersavings for PCIE. # echo powersupersave > sys/module/pcie_aspm/parameters/policy
If I could replace the echo-lines with a startup script, it should be fine.