There was an error while loading. Please reload this page.
1 parent 7084b1b commit e95ac24Copy full SHA for e95ac24
1 file changed
plugwise/helper.py
@@ -192,7 +192,7 @@ def _get_p1_smartmeter_info(self) -> None:
192
appl.name = "P1"
193
appl.pwclass = "smartmeter"
194
appl.vendor_name = module_data["vendor_name"]
195
- appl.wifi_mac_address = self.smile.wifi_mac_address
+ appl.wifi_mac_address = None
196
appl.zigbee_mac = None
197
198
# Replace the entity_id of the gateway by the smartmeter location_id
0 commit comments