Jtmzac
New Member
Would it be possible to change the plugin to output something if it fails?
Currently if an id is wrong there is no output at all which makes it impossible to neatly hide meters or disable a measure.
There are some workarounds I've found but none are ideal. You can check if hwinfo is actually running which is useful but doesn't let you perform an action if the id is wrong.
The closest thing I've found is setting the ids using variables that are 0 by default then using ifmatch but this still doesn't help if the id is actually wrong.
My guess for a good output if it fails is -500 since thats lower than absolute zero in fahrenheit and shouldn't be a valid value for any correctly running sensor.
Currently if an id is wrong there is no output at all which makes it impossible to neatly hide meters or disable a measure.
There are some workarounds I've found but none are ideal. You can check if hwinfo is actually running which is useful but doesn't let you perform an action if the id is wrong.
The closest thing I've found is setting the ids using variables that are 0 by default then using ifmatch but this still doesn't help if the id is actually wrong.
My guess for a good output if it fails is -500 since thats lower than absolute zero in fahrenheit and shouldn't be a valid value for any correctly running sensor.