Skip to content

Commit ea69326

Browse files
committed
Smile-type power has no zigbee address
1 parent c646885 commit ea69326

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise/helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,12 @@ def _get_module_data(
305305
def _energy_device_info_finder(self, appliance: etree, appl: Munch) -> Munch:
306306
"""Helper-function for _appliance_info_finder().
307307
308-
Collect energy device info (Circle, Plug, Stealth): firmware, model and vendor name.
308+
Collect energy device info (Smartmeter, Plug): firmware, model and vendor name.
309309
"""
310310
if self.smile_type == "power":
311311
locator = "./logs/point_log/electricity_point_meter"
312312
mod_type = "electricity_point_meter"
313313
module_data = self._get_module_data(appliance, locator, mod_type)
314-
appl.zigbee_mac = module_data["zigbee_mac_address"]
315314
appl.hardware = module_data["hardware_version"]
316315
appl.model = module_data["vendor_model"]
317316
appl.vendor_name = module_data["vendor_name"]

0 commit comments

Comments
 (0)