vajonam
vajonam
the order for this doesn't matter, z_calibration has nothing to do with the probe. I do it the other way around. 1. heat bed 2. soak chamber 3. heat nozzle...
on baremetal I can see ``` $ sensors smsc47b397-isa-0480 Adapter: ISA adapter fan1: 1285 RPM fan2: 1305 RPM fan3: 887 RPM fan4: 2694 RPM temp1: +54.0°C temp2: +41.0°C temp3: +31.0°C...
I was able to fix in the docker conatiner and on bare metal so the sensors command worked correctly ``` root@805549cbdd82:/glances# cat /etc/sensors.d/hpz600.conf chip "coretemp-isa-0000" label temp2 "Core 0" label...
similarly is it possible to rename the cores in glances? that includes the coretemp-isa-0001 and 0002?
This is inside the conatiner. ``` {'coretemp': [shwtemp(label='Core 9', current=46.0, high=85.0, critical=95.0), shwtemp(label='Core 10', current=51.0, high=85.0, critical=95.0), shwtemp(label='Core 0', current=45.0, high=85.0, critical=95.0), shwtemp(label='Core 1', current=44.0, high=85.0, critical=95.0), shwtemp(label='Core 9', current=45.0,...