-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.yaml
More file actions
135 lines (128 loc) · 2.93 KB
/
example_config.yaml
File metadata and controls
135 lines (128 loc) · 2.93 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
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
lambda:
host: "my_lambda_wp_hostname"
port: 502
influxdb:
host: "my_influxdb_hostname"
port: 8086
bucket: "my_influxdb_hostname"
org: "My InfluxDB Org Name"
token: "My InfluxDB API Token"
measurements:
- measurement_group: temperature
register: 2
names:
- current_temp
- average_temp
- calculated_temp
funcs:
- fixed_point_to_float_10
- fixed_point_to_float_10
- fixed_point_to_float_10
format: ">hhh"
count: 3
interval: 60.0
- measurement_group: heat_pump
register: 1002
names:
- heat_pump_state
- operating_mode
- flow_line_temp
- return_line_temp
- vol_flow_heat_sink
- energy_source_inlet_temp
- energy_source_outlet_temp
- volume_flow_energy_source
- compressor_rating
- heating_capacity
- inverter_power_consumption
- cop
- None
- request_type
- request_flow_line_temp
- request_return_line_temp
- request_heat_sink_diff
- None
- statistic_energy_consumption
- statisct_energy_output
count: 22
interval: 2.0
format: ">HHhhhhhhHhhhHhhhhhii"
funcs:
- heat_pump_state_to_str
- heat_pump_mode_to_str
- fixed_point_to_float_100
- fixed_point_to_float_100
- fixed_point_to_float_100
- fixed_point_to_float_100
- fixed_point_to_float_100
- fixed_point_to_float_100
- fixed_point_to_float_100
- fixed_point_to_float_10
- as_int
- fixed_point_to_float_100
- as_is
- heat_pump_request_type_to_str
- fixed_point_to_float_10
- fixed_point_to_float_10
- fixed_point_to_float_10
- as_is
- as_int
- as_int
- measurement_group: boiler
register: 2001
names:
- boiler_mode
- high_temp
- low_temp
count: 3
interval: 5.0
format: ">Hhh"
funcs:
- boiler_mode_to_str
- fixed_point_to_float_10
- fixed_point_to_float_10
- measurement_group: buffer
register: 3001
names:
- buffer_mode
- high_temp
- low_temp
interval: 5.0
count: 3
format: ">Hhh"
funcs:
- buffer_mode_to_str
- fixed_point_to_float_10
- fixed_point_to_float_10
- measurement_group: solar
register: 4001
names:
- solar_mode
- collector_temp
- buffer_1_temp
- buffer_2_temp
count: 4
format: ">Hhhh"
interval: 5.0
funcs:
- solar_mode_to_str
- fixed_point_to_float_10
- fixed_point_to_float_10
- fixed_point_to_float_10
- measurement_group: heating_circuit
register: 5001
names:
- heating_circuit_state
- flow_line_temp
- return_line_temp
- room_temp
- Setpoint_flow_line_temp
interval: 5.0
count: 5
format: ">Hhhhh"
funcs:
- heating_circuit_state_to_str
- fixed_point_to_float_10
- fixed_point_to_float_10
- fixed_point_to_float_10
- fixed_point_to_float_10