Hi,
I'm trying to use your plugin to control my climate.
When trying the connection I obtain this error message :
But this curl, replacing LOGIN & PASSWORD but the same credentials works .
curl -v -X POST -k -H 'Content-Type: application/x-www-form-urlencoded' -i 'https://px1.tuyaus.com/homeassistant/auth.do' --data 'userName=LOGIN&password=PASSWORD&countryCode=33&bizType=smart_life&from=tuya'
Hi, I'm trying to use your plugin to control my climate.
When trying the connection I obtain this error message :
But this curl, replacing LOGIN & PASSWORD but the same credentials works .
curl -v -X POST -k -H 'Content-Type: application/x-www-form-urlencoded' -i 'https://px1.tuyaus.com/homeassistant/auth.do' --data 'userName=LOGIN&password=PASSWORD&countryCode=33&bizType=smart_life&from=tuya'
{"access_token":"XXXX","refresh_token":"XXX","token_type":"bearer","expires_in":864000}
The logs in debug :
Any solution ?