Hello,
I have setup the pironman v2 case and everything works, however I cannot change the default settings.
pironman -c tells me that the config file is:
~/.config/pironman/config.txt
default content of this file is:
[all]
fan_temp = 50
screen_always_on = False
screen_off_time = 60
rgb_switch = True
rgb_style = breath
rgb_color = #0a1aff
rgb_blink_speed = 50
rgb_pwd_freq = 1000
rgb_pin = 10
I have edited the file to the following:
[all]
temp_unit = C
fan_temp = 40
screen_always_on = False
screen_off_time = 30
rgb_switch = True
rgb_style = colorful
rgb_color = #0a1aff
rgb_blink_speed = 50
rgb_pwd_freq = 1000
rgb_pin = 10
I then save the file. If I open it immediately, I can verify that it has saved my changes. When I type “pironman restart” nothing changes about the rgb style.
When I open the file ~/.config/pironman/config.txt, all of my changes are gone & it has gone back to the default settings in the file. Not sure what is doing this & would appreciate some help. Thanks