View Issue Details

IDProjectCategoryView StatusLast Update
0003086SpeedFanConfigurationpublic2020-05-13 12:30
ReporterFalco Assigned Toalfredo  
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version4.52 
Summary0003086: Dupplicate NVME Temp Sensor Name can not be confugured
DescriptionIf you have multiple Temp Sensors of NVME devices of same brand, you can not configure them. Only the first sensor of Sensors with same name can be configured.

Config changes does work during runtime, but load from file during start does fail. Which means configuraton gets lost after restart.
Steps To ReproduceHere is the example:
Found SCSI drive ADATA SX8200PNP (512,1GB)
Found SCSI drive ADATA SX8200PNP (256,1GB)
Found SCSI drive ADATA SX8200PNP (512,1GB)
Found SCSI drive Samsung SSD 960 (250,1GB)

The 2nd SCSI drive ADATA SX8200PNP (512,1GB) does not load any configuration (It will get default settings "HD2"). But the SCSI drive ADATA SX8200PNP (256,1GB) does work, I guess size is part of your key string.

And here the config file with TEST1 to TEST4 as Names

xxx Temp 1 from NVMe ADATA SX8200PNP
name=TEST1
active=true
wanted=40
warning=50
offset=0
intray=false
UsedPwms=0
logged=false
xxx end

xxx Temp 1 from NVMe ADATA SX8200PNP
name=TEST2
active=true
wanted=40
warning=50
offset=0
intray=false
UsedPwms=0
logged=false
xxx end

xxx Temp 1 from NVMe ADATA SX8200PNP
name=TEST3
active=true
wanted=40
warning=50
offset=0
intray=false
UsedPwms=0
logged=false
xxx end

xxx Temp 1 from NVMe Samsung SSD 960
name=TEST4
active=true
wanted=40
warning=50
offset=0
intray=false
UsedPwms=0
logged=false
xxx end

As result you will see that the 2nd 512gb nvme ssd did load the default config instead of the config file content. See attached screenshot.
Additional InformationWould a change of any driver property in registry make it more easy for Speedfan? It would be ok for me to change the display names in registry. Or do you need to include more details into your load configuration logic?
If you can tell me based on which property you do create your key string, I may be able to change the according hardware Id in registry. I did try to lookup by my self but did not find any source code.
TagsNo tags attached.
Motherboard ModelZ270
Video Card Model

Activities

Falco

2020-05-13 12:29

reporter  

dupplicateSensorName.PNG (66,650 bytes)   
dupplicateSensorName.PNG (66,650 bytes)   

Issue History

Date Modified Username Field Change
2020-05-13 12:29 Falco New Issue
2020-05-13 12:29 Falco Assigned To => alfredo
2020-05-13 12:29 Falco File Added: dupplicateSensorName.PNG