gysmo38 / domoticz-python-melcloud

A plugin in python for Domoticz
11 stars 15 forks source link

Login issue when domoticz used #23

Open rverho opened 2 years ago

rverho commented 2 years ago

Hi,

Pulled latest version to latest version of Domoticz and did not get login to MELCloud.

Fixed login data format to : data = {"Appversion":"1.9.3.0", "Email":Parameters["Username"],"Password": Parameters["Password"] } to get it working.

Now test works fine, but domoticz gives login error. JSON reply from domoticz: JSON REPLY: {'ErrorId': 1, 'ErrorMessage': None, 'LoginStatus': 0, 'UserId': 0, 'RandomKey': None, 'AppVersionAnnouncement': None, 'LoginData': None, 'ListPendingInvite': None, 'ListOwnershipChangeRequest': None, 'ListPendingAnnouncement': None, 'LoginMinutes': 0, 'LoginAttempts': 0}

any ideas what could be problem in domoticz run as test run form commandline works ok ?