Traceback (most recent call last):
File "example.py", line 10, in <module>
device.authenticate('30b237a92a3c', 'TP-LINK_8EBD', 'pwd')
File "/volume1/docker/midea-msmart/msmart/device.py", line 43, in authenticate
self._authenticate()
File "/volume1/docker/midea-msmart/msmart/device.py", line 46, in _authenticate
self._lan_service.authenticate(self._mac, self._wifi_ssid, self._wifi_pw)
File "/volume1/docker/midea-msmart/msmart/lan.py", line 68, in authenticate
self._authenticate()
File "/volume1/docker/midea-msmart/msmart/lan.py", line 80, in _authenticate
raise error
File "/volume1/docker/midea-msmart/msmart/lan.py", line 76, in _authenticate
tcp_key = self.security.tcp_key(response, self._key)
File "/volume1/docker/midea-msmart/msmart/security.py", line 90, in tcp_key
raise Exception('authentication failed')
Exception: authentication failed