Re: Python plugin: Dyson pure link
Posted: Friday 23 October 2020 12:05
Hi,
First of all, I mis the loglines that display the version info, please make sure to use the latest (3.0.0), have domoticz on latest Dev version and your Raspian version updated.
This error indicates that the Dyson machine doesn't allow the MQTT connection (even though it logs at first MQTT connected). This is because the connection is authenticated on application level, after transport has been established. This is normally because either the user name or the password is incorrect.
As you can see in the loglines with 'local device pwd' and 'cloud device pwd', these 2 passwords are not equal, which they are in my case. The local password is taken form the input page of the plugin (hashed), the cloud p[assword is taken from your Dyson account. What you can do/try:
- fill in only local credentials, see the wiki on github for more info or lool at topics A and B on the plugin itself;
- see why the 2 passwords are not equal by editing the cloud account settings
First of all, I mis the loglines that display the version info, please make sure to use the latest (3.0.0), have domoticz on latest Dev version and your Raspian version updated.
This error indicates that the Dyson machine doesn't allow the MQTT connection (even though it logs at first MQTT connected). This is because the connection is authenticated on application level, after transport has been established. This is normally because either the user name or the password is incorrect.
As you can see in the loglines with 'local device pwd' and 'cloud device pwd', these 2 passwords are not equal, which they are in my case. The local password is taken form the input page of the plugin (hashed), the cloud p[assword is taken from your Dyson account. What you can do/try:
- fill in only local credentials, see the wiki on github for more info or lool at topics A and B on the plugin itself;
- see why the 2 passwords are not equal by editing the cloud account settings