@@ -166,18 +166,13 @@ def test_missingProperties(self):
166166
167167 # ventilation - not yet used
168168 'ventilation.control.filterChange' ,
169- 'ventilation.fan.supply' ,
170- 'ventilation.fan.supply.runtime' ,
171169 'ventilation.filter.pollution.blocked' ,
172170 'ventilation.filter.runtime' ,
173171 'ventilation.sensors.airBorneDust.pm1' ,
174172 'ventilation.sensors.airBorneDust.pm10' ,
175173 'ventilation.sensors.airBorneDust.pm2d5' ,
176174 'ventilation.sensors.airBorneDust.pm4' ,
177175 'ventilation.sensors.airQuality' ,
178- 'ventilation.sensors.humidity.supply' ,
179- 'ventilation.sensors.temperature.supply' ,
180- 'ventilation.sensors.volatileOrganicCompounds' ,
181176 'ventilation.levels.levelOne' ,
182177 'ventilation.levels.levelTwo' ,
183178 'ventilation.levels.levelThree' ,
@@ -261,6 +256,11 @@ def test_unverifiedProperties(self):
261256 'heating.compressors.0.power.consumption.cooling' ,
262257 'heating.compressors.0.power.consumption.dhw' ,
263258 'heating.compressors.0.power.consumption.total' ,
259+ 'ventilation.sensors.temperature.outside' ,
260+ 'ventilation.sensors.humidity.outdoor' ,
261+ 'ventilation.volumeFlow.current.input' ,
262+ 'ventilation.volumeFlow.current.output' ,
263+ 'ventilation.heatExchanger.frostprotection' ,
264264 ]
265265
266266 all_features = self .read_all_features ()
0 commit comments