]> git.openstreetmap.org Git - chef.git/commitdiff
Disable sensors on vial that are reading nonsensical values
authorTom Hughes <tom@compton.nu>
Tue, 7 Nov 2017 22:44:44 +0000 (22:44 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 7 Nov 2017 22:44:44 +0000 (22:44 +0000)
roles/vial.rb

index a7a655a445ed61aeef5a6325518e9a6b8cf19183..25403df8d883ebb1239cebe95b308d273c000655 100644 (file)
@@ -23,6 +23,7 @@ default_attributes(
     :sensors => {
       "nct6779-isa-0290" => {
         :volts => {
     :sensors => {
       "nct6779-isa-0290" => {
         :volts => {
+          "in0" => { :ignore => true },
           "in1" => { :ignore => true },
           "in4" => { :ignore => true },
           "in5" => { :ignore => true },
           "in1" => { :ignore => true },
           "in4" => { :ignore => true },
           "in5" => { :ignore => true },
@@ -39,6 +40,10 @@ default_attributes(
           "fan2" => { :ignore => true }
         },
         :temps => {
           "fan2" => { :ignore => true }
         },
         :temps => {
+          "temp1" => { :ignore => true },
+          "temp2" => { :ignore => true },
+          "temp5" => { :ignore => true },
+          "temp6" => { :ignore => true },
           "temp7" => { :ignore => true },
           "temp8" => { :ignore => true },
           "temp9" => { :ignore => true },
           "temp7" => { :ignore => true },
           "temp8" => { :ignore => true },
           "temp9" => { :ignore => true },