@@ -28,9 +28,6 @@ def test_missingProperties(self):
2828 'device.productIdentification' ,
2929 'device.productMatrix' ,
3030 'device.time.daylightSaving' ,
31- # 'device.identification',
32- 'device.zigbee.parent.rx' ,
33- 'device.zigbee.parent.tx' ,
3431 'device.heatingCircuitId' ,
3532 'device.configuration.houseLocation' ,
3633 'device.lock.malfunction' ,
@@ -41,8 +38,6 @@ def test_missingProperties(self):
4138 'device.timeseries.water.pressure.peaks' ,
4239 'device.information' ,
4340 'device.configuration.measurementWeight' ,
44- 'device.zigbee.active' ,
45- 'device.zigbee.status' ,
4641 'device.actorSensorTest' ,
4742 'device.brand' ,
4843 'device.lock.external' ,
@@ -108,7 +103,7 @@ def test_missingProperties(self):
108103 'heating.heat.production.summary.dhw' ,
109104 'heating.heat.production.summary.heating' ,
110105
111- # heating ignored for now
106+ # heating - not yet used
112107 'heating.operating.programs.holidayAtHome' ,
113108 'heating.operating.programs.holiday' ,
114109 'heating.device.time.offset' ,
@@ -117,34 +112,27 @@ def test_missingProperties(self):
117112 'heating.boiler.airflaps.1.position.current' ,
118113 'heating.boiler.pumps.internal' ,
119114 'heating.boiler.pumps.internal.target' ,
120-
121115 'heating.circuits.0.dhw.pumps.circulation.schedule' ,
122116 'heating.circuits.0.dhw.schedule' ,
123117 'heating.power.consumption.dhw' ,
124118 'heating.power.consumption' ,
125-
126119 'heating.circuits.0.temperature.levels' , # hint: command
127120 'heating.dhw.hygiene' ,
128121 'heating.dhw.temperature' ,
129122 'heating.burners' ,
130-
123+ 'heating.sensors.temperature.allengra' ,
131124 'heating.dhw.hygiene.trigger' ,
132- 'heating.dhw.operating.modes.off' ,
133125 'heating.dhw.temperature.hygiene' ,
134- 'heating.sensors.temperature.allengra' ,
135-
126+ 'heating.dhw.operating.modes.off' ,
136127 'heating.dhw.operating.modes.active' ,
137128 'heating.dhw.operating.modes.comfort' ,
138129 'heating.dhw.operating.modes.eco' ,
139-
140130 'heating.circuits.0.heating.roomInfluenceFactor' ,
141131 'heating.circuits.0.temperature' , # TODO: to analyse, from Vitodens 100W
142132 'heating.circuits.0.operating.programs.noDemand.hmiState' , # TODO: to analyse, from Vitodens 100W
143133 'heating.circuits.0.name' , # TODO: to analyse, from Vitodens 100W
144134 'heating.circuits.0.zone.mode' , # TODO: to analyse, from Vitocal 250A
145-
146135 'heating.configuration.dhw.temperature.dhwCylinder.max' , # TODO: to analyse, from Vitocal 333G
147-
148136 'heating.buffer.sensors.temperature.main' , # deprecated, removed 2024-09-15 FIXME: remove once data point is removed and test data is updated
149137 'heating.buffer.sensors.temperature.top' , # deprecated, removed 2024-09-15 FIXME: remove once data point is removed and test data is updated
150138 'heating.dhw.sensors.temperature.hotWaterStorage' , # deprecated, removed 2024-09-15 FIXME: remove once data point is removed and test data is updated
@@ -158,6 +146,13 @@ def test_missingProperties(self):
158146
159147 # gateway
160148
149+ # zigbee
150+ 'device.zigbee.lqi' ,
151+ 'device.zigbee.parent.rx' ,
152+ 'device.zigbee.parent.tx' ,
153+ 'device.zigbee.active' ,
154+ 'device.zigbee.status' ,
155+
161156 # heat pump
162157 'heating.circuits.0.cooling.hysteresis.switch' ,
163158 'heating.circuits.0.heating.hysteresis.switch' ,
@@ -192,6 +187,13 @@ def test_missingProperties(self):
192187 'heating.sensors.temperature.hotGas' ,
193188 'heating.sensors.temperature.liquidGas' ,
194189 'heating.sensors.temperature.suctionGas' ,
190+ 'heating.heatingRod.power.consumption.summary.dhw' ,
191+ 'heating.heatingRod.power.consumption.summary.heating' ,
192+ 'heating.heatingRod.status' ,
193+ 'heating.scop.dhw' , # deprecated
194+ 'heating.scop.heating' , # deprecated
195+ 'heating.scop.total' , # deprecated
196+ 'heating.dhw.comfort' , # deprecated
195197
196198 # ventilation - not yet used
197199 'ventilation.control.filterChange' ,
@@ -212,14 +214,6 @@ def test_missingProperties(self):
212214 'ventilation.quickmodes.comfort' ,
213215 'ventilation.quickmodes.eco' ,
214216 'ventilation.quickmodes.holiday' ,
215- 'heating.heatingRod.power.consumption.summary.dhw' ,
216- 'heating.heatingRod.power.consumption.summary.heating' ,
217- 'heating.heatingRod.status' ,
218- # 'heating.power.consumption.current',
219- 'heating.scop.dhw' , # deprecated
220- 'heating.scop.heating' , # deprecated
221- 'heating.scop.total' , # deprecated
222- 'heating.dhw.comfort' , # deprecated
223217
224218 # energy system - not yet used
225219 'device.etn' ,
@@ -239,18 +233,13 @@ def test_missingProperties(self):
239233 'photovoltaic.string.current' ,
240234 'photovoltaic.string.voltage' ,
241235
242- # TRVs
243- 'device.zigbee.lqi' ,
244- # 'device.zigbee.parent.id',
245- # 'trv.childLock',
246- # 'trv.mountingMode',
247- # 'trv.valve.position',
248-
249- # FHT
236+ # FHT - not yet used
250237 'fht.configuration.floorCoolingCondensationShutdownMargin' ,
251238 'fht.configuration.floorCoolingCondensationThreshold' ,
252239 'fht.configuration.floorHeatingDamageProtectionThreshold' ,
253240 'fht.valve' ,
241+
242+ # DEPRECATED
254243 ]
255244
256245 all_features = self .read_all_features ()
0 commit comments