@@ -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,15 +38,6 @@ def test_missingProperties(self):
4138 'device.timeseries.water.pressure.peaks' ,
4239 'device.information' ,
4340 'device.configuration.measurementWeight' ,
44- 'device.configuration.houseLocation' ,
45- 'device.lock.malfunction' ,
46- 'device.timeseries.burner.stops' ,
47- 'device.timeseries.dhw.burner.stops' ,
48- 'device.timeseries.ignitionTimeSteps' ,
49- 'device.timeseries.monitoringIonization' ,
50- 'device.timeseries.water.pressure.peaks' ,
51- 'device.zigbee.active' ,
52- 'device.zigbee.status' ,
5341 'device.actorSensorTest' ,
5442 'device.brand' ,
5543 'device.lock.external' ,
@@ -105,7 +93,6 @@ def test_missingProperties(self):
10593 'heating.configuration.centralHeatingCylinderSize' ,
10694 'heating.configuration.dhwCylinderPump' ,
10795 'heating.configuration.dhwCylinderSize' ,
108- 'device.messages.info.raw' ,
10996 'heating.configuration.gasType' ,
11097 'heating.configuration.houseHeatingLoad' ,
11198 'heating.configuration.houseLocation' ,
@@ -116,7 +103,7 @@ def test_missingProperties(self):
116103 'heating.heat.production.summary.dhw' ,
117104 'heating.heat.production.summary.heating' ,
118105
119- # heating ignored for now
106+ # heating - not yet used
120107 'heating.operating.programs.holidayAtHome' ,
121108 'heating.operating.programs.holiday' ,
122109 'heating.device.time.offset' ,
@@ -125,34 +112,27 @@ def test_missingProperties(self):
125112 'heating.boiler.airflaps.1.position.current' ,
126113 'heating.boiler.pumps.internal' ,
127114 'heating.boiler.pumps.internal.target' ,
128-
129115 'heating.circuits.0.dhw.pumps.circulation.schedule' ,
130116 'heating.circuits.0.dhw.schedule' ,
131117 'heating.power.consumption.dhw' ,
132118 'heating.power.consumption' ,
133-
134119 'heating.circuits.0.temperature.levels' , # hint: command
135120 'heating.dhw.hygiene' ,
136121 'heating.dhw.temperature' ,
137122 'heating.burners' ,
138-
123+ 'heating.sensors.temperature.allengra' ,
139124 'heating.dhw.hygiene.trigger' ,
140- 'heating.dhw.operating.modes.off' ,
141125 'heating.dhw.temperature.hygiene' ,
142- 'heating.sensors.temperature.allengra' ,
143-
126+ 'heating.dhw.operating.modes.off' ,
144127 'heating.dhw.operating.modes.active' ,
145128 'heating.dhw.operating.modes.comfort' ,
146129 'heating.dhw.operating.modes.eco' ,
147-
148130 'heating.circuits.0.heating.roomInfluenceFactor' ,
149131 'heating.circuits.0.temperature' , # TODO: to analyse, from Vitodens 100W
150132 'heating.circuits.0.operating.programs.noDemand.hmiState' , # TODO: to analyse, from Vitodens 100W
151133 'heating.circuits.0.name' , # TODO: to analyse, from Vitodens 100W
152134 'heating.circuits.0.zone.mode' , # TODO: to analyse, from Vitocal 250A
153-
154135 'heating.configuration.dhw.temperature.dhwCylinder.max' , # TODO: to analyse, from Vitocal 333G
155-
156136 'heating.buffer.sensors.temperature.main' , # deprecated, removed 2024-09-15 FIXME: remove once data point is removed and test data is updated
157137 'heating.buffer.sensors.temperature.top' , # deprecated, removed 2024-09-15 FIXME: remove once data point is removed and test data is updated
158138 'heating.dhw.sensors.temperature.hotWaterStorage' , # deprecated, removed 2024-09-15 FIXME: remove once data point is removed and test data is updated
@@ -166,7 +146,16 @@ def test_missingProperties(self):
166146
167147 # gateway
168148
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+
169156 # heat pump
157+ 'heating.circuits.0.cooling.hysteresis.switch' ,
158+ 'heating.circuits.0.heating.hysteresis.switch' ,
170159 'heating.circuits.0.operating.programs.screedDrying.heatpump' ,
171160 'heating.compressors.0.heat.production.cooling.week' ,
172161 'heating.compressors.0.heat.production.dhw.week' ,
@@ -198,6 +187,13 @@ def test_missingProperties(self):
198187 'heating.sensors.temperature.hotGas' ,
199188 'heating.sensors.temperature.liquidGas' ,
200189 '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
201197
202198 # ventilation - not yet used
203199 'ventilation.control.filterChange' ,
@@ -218,14 +214,6 @@ def test_missingProperties(self):
218214 'ventilation.quickmodes.comfort' ,
219215 'ventilation.quickmodes.eco' ,
220216 'ventilation.quickmodes.holiday' ,
221- 'heating.heatingRod.power.consumption.summary.dhw' ,
222- 'heating.heatingRod.power.consumption.summary.heating' ,
223- 'heating.heatingRod.status' ,
224- 'heating.power.consumption.current' ,
225- 'heating.scop.dhw' , # deprecated
226- 'heating.scop.heating' , # deprecated
227- 'heating.scop.total' , # deprecated
228- 'heating.dhw.comfort' , # deprecated
229217
230218 # energy system - not yet used
231219 'device.etn' ,
@@ -245,18 +233,13 @@ def test_missingProperties(self):
245233 'photovoltaic.string.current' ,
246234 'photovoltaic.string.voltage' ,
247235
248- # TRVs
249- 'device.zigbee.lqi' ,
250- 'device.zigbee.parent.id' ,
251- 'trv.childLock' ,
252- 'trv.mountingMode' ,
253- 'trv.valve.position' ,
254-
255- # FHT
236+ # FHT - not yet used
256237 'fht.configuration.floorCoolingCondensationShutdownMargin' ,
257238 'fht.configuration.floorCoolingCondensationThreshold' ,
258239 'fht.configuration.floorHeatingDamageProtectionThreshold' ,
259240 'fht.valve' ,
241+
242+ # DEPRECATED
260243 ]
261244
262245 all_features = self .read_all_features ()
0 commit comments