We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: