Joseph

Results 2 issues of Joseph

I am running into an issue where after approximately 2-3 minutes, the connection to the hardware disconnects and I am unable to call `SetAttributeSingle()`. The current work-around has been to...

DYSON_API_URL = "appapi.cp.dyson.com" `urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) dyson_account = DysonAccount("[email protected]","password","EN") logged = dyson_account.login() if not logged: print('Unable to login to Dyson account')` Still getting a 401 unauthorized error. Did DYSON's endpoint change? I...