-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathac_calibration.ini.dev
More file actions
84 lines (71 loc) · 1.15 KB
/
ac_calibration.ini.dev
File metadata and controls
84 lines (71 loc) · 1.15 KB
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
[battery_voltage]
protocol = adc
channel = 1
type = voltage
zero_point = 0
resistance = 91000
[pv_voltage]
protocol = adc
channel = 2
type = voltage
zero_point = 0
resistance = 133000
[ac_load_voltage]
protocol = adc
channel = 3
type = ac_voltage
zero_point = 0
resistance = 91000
[ac_charge_voltage]
protocol = adc
channel = 4
type = ac_voltage
zero_point = 0
resistance = 91000
[battery_current]
protocol = adc
channel = 7
type = current
zero_point = 2.5
milliVoltPerAmp = 31.25
[ac_load_current]
protocol = adc
channel = 8
type = ac_current
zero_point = 2.5
milliVoltPerAmp = 31.25
[pv_current]
protocol = adc
channel = 5
type = current
zero_point = 2.5
milliVoltPerAmp = 62.5
[ac_charge_current]
protocol = adc
channel = 6
type = ac_current
zero_point = 2.5
milliVoltPerAmp = 62.5
[usb_load_current]
protocol = INA3221
channel = 2
type = current
[load_bus_voltage]
protocol = INA3221
channel = 2
type = busVoltage
[daq_load_current]
protocol = INA3221
channel = 1
type = current
[daq_bus_voltage]
protocol = INA3221
channel = 1
type = busVoltage
[particulates]
protocol = serial
type = SDS011
serial_port = /dev/ttyUSB0
[temperature]
protocol = GPIO
type = DS18B20