@@ -105,7 +105,7 @@ filter-seen = 5
105
105
# filter-non-circuit =
106
106
# include only messages having the specified name (partial match, alternatives and wildcard supported).
107
107
# HA integration: filter to some useful names for monitoring the heating circuit
108
- filter-name = status|temp|humidity|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$|sensor|timer
108
+ filter-name = status|temp|humidity|yield|count|energy|power|runtime|hours|starts|mode|curve|^load$|^party$|sensor|timer|co2|air|flow|filter|inlet|exhaust|pressure|reset
109
109
# exclude messages having the specified name (partial match, alternatives and wildcard supported).
110
110
# filter-non-name =
111
111
# include only messages having the specified level (partial match, alternatives and wildcard supported).
@@ -169,34 +169,37 @@ type_switch-names = type_topic,type_class,type_state,type_sub
169
169
# matches at all, the variable(s) are set to the empty string.
170
170
# HA integration: the mapping list for (potentially) writable number entities by field type, name, message, and unit.
171
171
type_switch-w-number =
172
- number,temperature, = temp|,°C$
173
- number,temperature, = temp|,K$
172
+ number,temperature, = temp|,°C$|,K$
174
173
number,, = integral|,°min$
175
174
number,power_factor, = power*%%
176
175
number,power, = power|,kW$|,W$
177
176
number,voltage, = volt|,V$
178
177
number,current, = current,|,A$
179
178
number,pressure, = bar$
180
179
number,gas, = gas*/min$
180
+ number,volume, = m³$
181
+ number,volume_flow_rate, = m³/h$
181
182
number,humidity, = humid*%%$
182
- number,, = curve,
183
+ number,, =
183
184
184
185
# HA integration: the mapping list for numeric sensor entities by field type, name, message, and unit.
185
186
type_switch-number =
186
187
sensor,,total_increasing = poweron|count,
187
- sensor,temperature,measurement = temp|,°C$
188
- sensor,temperature,measurement = temp|,K$
188
+ sensor,temperature,measurement = temp|,°C$|,K$
189
189
sensor,power_factor,measurement = power*%%
190
190
sensor,power,measurement = power|,kW$|,W$
191
191
sensor,voltage,measurement = volt|,V$
192
192
sensor,current,measurement = current,|,A$
193
193
sensor,,measurement = integral|,°min$
194
194
sensor,energy,total_increasing = energy|,Wh$
195
195
sensor,yield,total_increasing = total*,Wh$
196
- sensor,,total_increasing = hours|,h$
196
+ sensor,duration ,total_increasing = hours|days |,h$
197
197
sensor,,total_increasing = starts*,$
198
- sensor,pressure,measurement = bar$
199
- sensor,gas,measurement = gas*/min$
198
+ sensor,pressure,measurement = bar$|Pa$
199
+ sensor,volume,total_increasing = total*,m³$
200
+ sensor,volume,measurement = m³$
201
+ sensor,volume_flow_rate,measurement = m³/h$
202
+ sensor,carbon_dioxide,measurement = CO2*,ppm$
200
203
sensor,humidity,measurement = humid*%%$
201
204
sensor,, =
202
205
@@ -379,6 +382,7 @@ def_global_running-payload = %global_prefix,
379
382
" device_class" :" running" %global_boolean_suffix
380
383
def_global_version-topic =
381
384
def_global_uptime-payload = %global_prefix,
385
+ " device_class" :" duration" ,
382
386
" state_class" :" total_increasing" ,
383
387
" unit_of_measurement" :" s"
384
388
}
0 commit comments