···11diff --git a/lib/oxidized/model/powerconnect.rb b/lib/oxidized/model/powerconnect.rb
22-index f602a36..3f3a0f9 100644
22+index f602a36..3bac2d1 100644
33--- a/lib/oxidized/model/powerconnect.rb
44+++ b/lib/oxidized/model/powerconnect.rb
55@@ -4,7 +4,7 @@ class PowerConnect < Oxidized::Model
···1111 send ' '
1212 data.sub re, ''
1313 end
1414+@@ -60,7 +60,7 @@ class PowerConnect < Oxidized::Model
1515+ skip_blocks = 0
1616+ cfg.each_line do |line|
1717+ # If this is a stackable switch we should skip this block of information
1818+- if (line.match /Up\sTime|Temperature|Power Suppl(ies|y)|Fans/i and @stackable == true)
1919++ if (line.match /Up\sTime|Temperature|Power Suppl(ies|y)|Fans/i)
2020+ skip_blocks = 1
2121+ # Some switches have another empty line. This is identified by this line having a colon
2222+ skip_blocks = 2 if line.match /:/