File tree Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Expand file tree Collapse file tree 1 file changed +74
-0
lines changed Original file line number Diff line number Diff line change @@ -628,3 +628,77 @@ modules:
628628 hrSWInstalled :
629629 walk :
630630 - hrSWInstalled
631+
632+ #
633+ # Schneider pm5xx MIB i
634+ #
635+ # https://ckm-content.se.com/ckmContent/sfc/servlet.shepherd/document/download/0691H00000GYnUPQA1
636+ schneider_pm5xx :
637+ walk :
638+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.2.1 # frequency
639+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.3.1 # loadCurrent
640+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.3.2 # loadCurrent
641+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.3.3 # loadCurrent
642+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.5.1 # voltage
643+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.5.2 # voltage
644+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.5.2 # voltage
645+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.7.1 # power
646+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.7.2 # power
647+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.7.3 # power
648+ - 1.3.6.1.4.1.3833.1.100.1.3.1.3.7.4 # power total
649+ overrides :
650+ vVan :
651+ regex_extracts :
652+ ' ' :
653+ - regex : ' (.*)'
654+ value : $1
655+ vVbn :
656+ regex_extracts :
657+ ' ' :
658+ - regex : ' (.*)'
659+ value : $1
660+ vVcn :
661+ regex_extracts :
662+ ' ' :
663+ - regex : ' (.*)'
664+ value : $1
665+ lcIa :
666+ regex_extracts :
667+ ' ' :
668+ - regex : ' (.*)'
669+ value : $1
670+ lcIb :
671+ regex_extracts :
672+ ' ' :
673+ - regex : ' (.*)'
674+ value : $1
675+ lcIC :
676+ regex_extracts :
677+ ' ' :
678+ - regex : ' (.*)'
679+ value : $1
680+ fFrequency :
681+ regex_extracts :
682+ ' ' :
683+ - regex : ' (.*)'
684+ value : $1
685+ pActivePa :
686+ regex_extracts :
687+ ' ' :
688+ - regex : ' (.*)'
689+ value : $1
690+ pActivePb :
691+ regex_extracts :
692+ ' ' :
693+ - regex : ' (.*)'
694+ value : $1
695+ pActivePc :
696+ regex_extracts :
697+ ' ' :
698+ - regex : ' (.*)'
699+ value : $1
700+ pActivePtot :
701+ regex_extracts :
702+ ' ' :
703+ - regex : ' (.*)'
704+ value : $1
You can’t perform that action at this time.
0 commit comments