summaryrefslogtreecommitdiff
path: root/meta-ampere/meta-jade/recipes-phosphor/configuration/mtjade-yaml-config/mtjade-ipmi-sensors.yaml
blob: 3e959092808d931fa99004a17690d05ae553b80e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
1: &TEMP_DEFAULTS
    bExp: 0
    entityID: 30
    entityInstance: 1
    interfaces:
        xyz.openbmc_project.Sensor.Value:
            Value:
                Offsets:
                    255:
                        type: double
    multiplierM: 1
    mutability: Mutability::Write|Mutability::Read
    offsetB: 0
    path: /xyz/openbmc_project/sensors/temperature/TS1_Temp
    rExp: 0
    readingType: readingData
    sensorNamePattern: nameLeaf
    sensorReadingType: 1
    sensorType: 1
    serviceInterface: org.freedesktop.DBus.Properties
    unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
2:
    <<: *TEMP_DEFAULTS
    entityInstance: 2
    path: /xyz/openbmc_project/sensors/temperature/TS2_Temp
3:
    <<: *TEMP_DEFAULTS
    entityInstance: 3
    path: /xyz/openbmc_project/sensors/temperature/TS3_Temp
4:
    <<: *TEMP_DEFAULTS
    entityInstance: 4
    path: /xyz/openbmc_project/sensors/temperature/TS4_Temp
5:
    <<: *TEMP_DEFAULTS
    entityInstance: 5
    path: /xyz/openbmc_project/sensors/temperature/TS5_Temp
6:
    <<: *TEMP_DEFAULTS
    entityInstance: 6
    path: /xyz/openbmc_project/sensors/temperature/TS6_Temp
243:
    <<: *TEMP_DEFAULTS
    entityInstance: 58
    path: /xyz/openbmc_project/sensors/temperature/PSU0_TEMP
244:
    <<: *TEMP_DEFAULTS
    entityInstance: 59
    path: /xyz/openbmc_project/sensors/temperature/PSU1_TEMP

37: &FAN_DEFAULTS
  entityID: 29
  entityInstance: 13
  sensorType: 4
  path: /xyz/openbmc_project/sensors/fan_tach/FAN3_1
  sensorReadingType: 1
  multiplierM: 100
  offsetB: 0
  rExp: 0
  unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
  mutability: Mutability::Write|Mutability::Read
  serviceInterface: org.freedesktop.DBus.Properties
  readingType: readingData
  sensorNamePattern: nameLeaf
  interfaces:
    xyz.openbmc_project.Sensor.Value:
      Value:
        Offsets:
          0x0:
            type: double

40:
    <<: *FAN_DEFAULTS
    entityInstance: 16
    path: /xyz/openbmc_project/sensors/fan_tach/FAN3_2
43:
    <<: *FAN_DEFAULTS
    entityInstance: 19
    path: /xyz/openbmc_project/sensors/fan_tach/FAN4_1
46:
    <<: *FAN_DEFAULTS
    entityInstance: 22
    path: /xyz/openbmc_project/sensors/fan_tach/FAN4_2
49:
    <<: *FAN_DEFAULTS
    entityInstance: 25
    path: /xyz/openbmc_project/sensors/fan_tach/FAN5_1
52:
    <<: *FAN_DEFAULTS
    entityInstance: 28
    path: /xyz/openbmc_project/sensors/fan_tach/FAN5_2
55:
    <<: *FAN_DEFAULTS
    entityInstance: 31
    path: /xyz/openbmc_project/sensors/fan_tach/FAN6_1
58:
    <<: *FAN_DEFAULTS
    entityInstance: 34
    path: /xyz/openbmc_project/sensors/fan_tach/FAN6_2
61:
    <<: *FAN_DEFAULTS
    entityInstance: 37
    path: /xyz/openbmc_project/sensors/fan_tach/FAN7_1
64:
    <<: *FAN_DEFAULTS
    entityInstance: 40
    path: /xyz/openbmc_project/sensors/fan_tach/FAN7_2
67:
    <<: *FAN_DEFAULTS
    entityInstance: 43
    path: /xyz/openbmc_project/sensors/fan_tach/FAN8_1
70:
    <<: *FAN_DEFAULTS
    entityInstance: 46
    path: /xyz/openbmc_project/sensors/fan_tach/FAN8_2
245:
    <<: *FAN_DEFAULTS
    entityInstance: 60
    path: /xyz/openbmc_project/sensors/fan_tach/PSU0_fan1
246:
    <<: *FAN_DEFAULTS
    entityInstance: 61
    path: /xyz/openbmc_project/sensors/fan_tach/PSU1_fan1

73: &VOLTAGE_DEFAULTS
  entityID: 0x13
  entityInstance: 9
  sensorType: 0x02
  path: /xyz/openbmc_project/sensors/voltage/S0_0V8_VDDC_SOC
  sensorReadingType: 0x01
  multiplierM: 5
  offsetB: 0
  bExp: 0
  unit: xyz.openbmc_project.Sensor.Value.Unit.Volts
  rExp: -3
  serviceInterface: org.freedesktop.DBus.Properties
  readingType: readingData
  interfaces:
    xyz.openbmc_project.Sensor.Value:
      Value:
        Offsets:
          0xFF:
            type: double
74:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 11
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S0_0V75_PCP
75:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 13
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S0_1V2_VDDQ0123
76:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 15
    multiplierM: 4
    path: /xyz/openbmc_project/sensors/voltage/S0_0V6_VTT0123
77:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 17
    multiplierM: 15
    path: /xyz/openbmc_project/sensors/voltage/S0_2V5_VPP0123
78:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 19
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S0_1V2_VDDQ4567
79:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 21
    multiplierM: 4
    path: /xyz/openbmc_project/sensors/voltage/S0_0V6_VTT4567
80:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 23
    multiplierM: 15
    path: /xyz/openbmc_project/sensors/voltage/S0_2V5_VPP4567
81:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 25
    multiplierM: 5
    path: /xyz/openbmc_project/sensors/voltage/S0_0V85_RCA
82:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 27
    multiplierM: 11
    path: /xyz/openbmc_project/sensors/voltage/S0_1V8_VDDH
83:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 29
    multiplierM: 9
    path: /xyz/openbmc_project/sensors/voltage/S0_1V5_VDDH
84:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 31
    multiplierM: 11
    path: /xyz/openbmc_project/sensors/voltage/S0_1V8_SOC
85:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 33
    multiplierM: 11
    path: /xyz/openbmc_project/sensors/voltage/S0_1V8_PCP
86:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 35
    multiplierM: 20
    path: /xyz/openbmc_project/sensors/voltage/S0_3V3_SOC

87:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 10
    multiplierM: 5
    path: /xyz/openbmc_project/sensors/voltage/S1_0V8_VDDC_SOC
88:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 12
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S1_0V75_PCP
89:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 14
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S1_1V2_VDDQ0123
90:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 16
    multiplierM: 4
    path: /xyz/openbmc_project/sensors/voltage/S1_0V6_VTT0123
91:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 18
    multiplierM: 15
    path: /xyz/openbmc_project/sensors/voltage/S1_2V5_VPP0123
92:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 20
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S1_1V2_VDDQ4567
93:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 22
    multiplierM: 4
    path: /xyz/openbmc_project/sensors/voltage/S1_0V6_VTT4567
94:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 24
    multiplierM: 15
    path: /xyz/openbmc_project/sensors/voltage/S1_2V5_VPP4567
95:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 26
    multiplierM: 5
    path: /xyz/openbmc_project/sensors/voltage/S1_0V85_RCA
96:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 28
    multiplierM: 11
    path: /xyz/openbmc_project/sensors/voltage/S1_1V8_VDDH
97:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 30
    multiplierM: 9
    path: /xyz/openbmc_project/sensors/voltage/S1_1V5_VDDH
98:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 32
    multiplierM: 11
    path: /xyz/openbmc_project/sensors/voltage/S1_1V8_SOC
99:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 34
    multiplierM: 11
    path: /xyz/openbmc_project/sensors/voltage/S1_1V8_PCP
100:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 36
    multiplierM: 20
    path: /xyz/openbmc_project/sensors/voltage/S1_3V3_SOC
101:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 37
    multiplierM: 20
    path: /xyz/openbmc_project/sensors/voltage/3V3_SB
102:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 38
    multiplierM: 18
    path: /xyz/openbmc_project/sensors/voltage/VBAT_RTC
230:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 74
    multiplierM: 20
    rExp: -1
    path: /xyz/openbmc_project/sensors/voltage/PSU0_VINPUT
231:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 75
    multiplierM: 20
    rExp: -1
    path: /xyz/openbmc_project/sensors/voltage/PSU1_VINPUT
232:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 76
    multiplierM: 20
    rExp: -2
    path: /xyz/openbmc_project/sensors/voltage/PSU0_VOUTPUT
233:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 77
    multiplierM: 20
    rExp: -2
    path: /xyz/openbmc_project/sensors/voltage/PSU1_VOUTPUT

105:
    <<: *TEMP_DEFAULTS
    entityInstance: 13
    path: /xyz/openbmc_project/sensors/temperature/S0_DIMMG1_Temp

106:
    <<: *TEMP_DEFAULTS
    entityInstance: 14
    path: /xyz/openbmc_project/sensors/temperature/S1_DIMMG1_Temp

107:
    <<: *TEMP_DEFAULTS
    entityInstance: 15
    path: /xyz/openbmc_project/sensors/temperature/S0_SOC_Temp

108:
    <<: *TEMP_DEFAULTS
    entityInstance: 16
    path: /xyz/openbmc_project/sensors/temperature/S0_SOC_VRD_Temp
109:
    <<: *TEMP_DEFAULTS
    entityInstance: 17
    path: /xyz/openbmc_project/sensors/temperature/S0_DIMM_VRD_Temp
110:
    <<: *TEMP_DEFAULTS
    entityInstance: 18
    path: /xyz/openbmc_project/sensors/temperature/S0_Core_VRD_Temp
111:
    <<: *TEMP_DEFAULTS
    entityInstance: 19
    path: /xyz/openbmc_project/sensors/temperature/S0_DIMMG0_Temp

112: &power
    sensorType: 0x08
    path: /xyz/openbmc_project/sensors/power/S0_CPU_Pwr
    entityID: 19
    entityInstance: 39
    sensorReadingType: 0x01
    multiplierM: 200
    offsetB: 0
    bExp: 0
    unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
    rExp: -2
    serviceInterface: org.freedesktop.DBus.Properties
    readingType: readingData
    interfaces:
      xyz.openbmc_project.Sensor.Value:
        Value:
          Offsets:
            0xFF:
              type: double
113:
    <<: *power
    entityInstance: 40
    multiplierM: 39
    path: /xyz/openbmc_project/sensors/power/S0_DIMM_VR1_Pwr
114:
    <<: *power
    entityInstance: 41
    multiplierM: 39
    path: /xyz/openbmc_project/sensors/power/S0_DIMM_VR2_Pwr
115:
    <<: *power
    entityInstance: 42
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/power/S0_MEM_Pwr
116:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 43
    multiplierM: 10
    path: /xyz/openbmc_project/sensors/voltage/S0_CPU_VCORE
117:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 44
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S0_DIMM_VR1_Volt
118:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 45
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S0_DIMM_VR2_Volt
119:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 46
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S0_DIMM_DDR_Volt

123:
    <<: *TEMP_DEFAULTS
    entityInstance: 20
    path: /xyz/openbmc_project/sensors/temperature/S1_SOC_Temp
124:
    <<: *TEMP_DEFAULTS
    entityInstance: 21
    path: /xyz/openbmc_project/sensors/temperature/S1_SOC_VRD_Temp
125:
    <<: *TEMP_DEFAULTS
    entityInstance: 22
    path: /xyz/openbmc_project/sensors/temperature/S1_DIMM_VRD_Temp
126:
    <<: *TEMP_DEFAULTS
    entityInstance: 23
    path: /xyz/openbmc_project/sensors/temperature/S1_Core_VRD_Temp
127:
    <<: *TEMP_DEFAULTS
    entityInstance: 24
    path: /xyz/openbmc_project/sensors/temperature/S1_DIMMG0_Temp

128:
    <<: *power
    entityInstance: 47
    multiplierM: 200
    path: /xyz/openbmc_project/sensors/power/S1_CPU_Pwr
129:
    <<: *power
    entityInstance: 48
    multiplierM: 39
    path: /xyz/openbmc_project/sensors/power/S1_DIMM_VR1_Pwr
130:
    <<: *power
    entityInstance: 49
    multiplierM: 39
    path: /xyz/openbmc_project/sensors/power/S1_DIMM_VR2_Pwr
131:
    <<: *power
    entityInstance: 50
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/power/S1_MEM_Pwr

132:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 51
    multiplierM: 10
    path: /xyz/openbmc_project/sensors/voltage/S1_CPU_VCORE
133:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 52
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S1_DIMM_VR1_Volt
134:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 53
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S1_DIMM_VR2_Volt

135:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 54
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S1_DIMM_DDR_Volt

145:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 58
    multiplierM: 5
    path: /xyz/openbmc_project/sensors/voltage/S0_SOC_Volt

146:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 59
    multiplierM: 5
    path: /xyz/openbmc_project/sensors/voltage/S1_SOC_Volt

152:
    <<: *power
    entityInstance: 60
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/power/S0_RCA_VR_Pwr

153:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 55
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S0_RCA_VR_Volt

154:
    <<: *TEMP_DEFAULTS
    entityInstance: 25
    path: /xyz/openbmc_project/sensors/temperature/S0_RCA_VR_Temp

155:
    <<: *power
    entityInstance: 61
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/power/S1_RCA_VR_Pwr

156:
    <<: *VOLTAGE_DEFAULTS
    entityInstance: 56
    multiplierM: 7
    path: /xyz/openbmc_project/sensors/voltage/S1_RCA_VR_Volt

157:
    <<: *TEMP_DEFAULTS
    entityInstance: 26
    path: /xyz/openbmc_project/sensors/temperature/S1_RCA_VR_Temp

240:
    <<: *power
    entityInstance: 84
    multiplierM: 80
    rExp: -1
    path: /xyz/openbmc_project/sensors/power/PSU0_POUTPUT

241:
    <<: *power
    entityInstance: 85
    multiplierM: 80
    rExp: -1
    path: /xyz/openbmc_project/sensors/power/PSU1_POUTPUT

242:
    <<: *power
    entityInstance: 57
    multiplierM: 80
    rExp: -1
    path: /xyz/openbmc_project/sensors/power/total_power

238:
    <<: *power
    entityInstance: 82
    multiplierM: 80
    rExp: -1
    path: /xyz/openbmc_project/sensors/power/PSU0_PINPUT

239:
    <<: *power
    entityInstance: 83
    multiplierM: 80
    rExp: -1
    path: /xyz/openbmc_project/sensors/power/PSU1_PINPUT

169: &current
    sensorType: 0x03
    path: /xyz/openbmc_project/sensors/current/S0_Core_VRD_Curr
    entityID: 19
    entityInstance: 64
    sensorReadingType: 0x01
    multiplierM: 160
    offsetB: 0
    bExp: 0
    unit: xyz.openbmc_project.Sensor.Value.Unit.Amperes
    rExp: -3
    serviceInterface: org.freedesktop.DBus.Properties
    readingType: readingData
    interfaces:
      xyz.openbmc_project.Sensor.Value:
        Value:
          Offsets:
            0xFF:
              type: double

170:
    <<: *current
    entityInstance: 66
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/S0_SOC_VRD_Curr

171:
    <<: *current
    entityInstance: 68
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/S0_DIMM_VR1_Curr

172:
    <<: *current
    entityInstance: 70
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/S0_DIMM_VR2_Curr

173:
    <<: *current
    entityInstance: 72
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/S0_RCA_VRD_Curr

174:
    <<: *current
    entityInstance: 65
    multiplierM: 160
    path: /xyz/openbmc_project/sensors/current/S1_Core_VRD_Curr

175:
    <<: *current
    entityInstance: 67
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/S1_SOC_VRD_Curr

176:
    <<: *current
    entityInstance: 69
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/S1_DIMM_VR1_Curr

177:
    <<: *current
    entityInstance: 71
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/S1_DIMM_VR2_Curr

178:
    <<: *current
    entityInstance: 73
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/S1_RCA_VRD_Curr

234:
    <<: *current
    entityInstance: 78
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/PSU0_IINPUT

235:
    <<: *current
    entityInstance: 79
    multiplierM: 80
    path: /xyz/openbmc_project/sensors/current/PSU1_IINPUT

236:
    <<: *current
    entityInstance: 80
    multiplierM: 160
    path: /xyz/openbmc_project/sensors/current/PSU0_IOUTPUT

237:
    <<: *current
    entityInstance: 81
    multiplierM: 160
    path: /xyz/openbmc_project/sensors/current/PSU1_IOUTPUT