You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It took me a while to get a proper connection between my Ajax alarm system and pysiaalarm:
Account ID is case sensitive (while I was expecting hexadecimal strings would not be), I was getting:
WARNING:pysiaalarm.base_server:There is no account for a encrypted line, line was:
Same seems to be the case for the encryption key, I was getting:
WARNING:pysiaalarm.base_server:Last line could not be parsed succesfully. Error message: Parse content: no matches found in %s, using matcher: %s. Line:
In the end, I got it working by having account id all uppercase (same as in the Ajax Hub application) and encryption key all lowercase.
Thanks for the useful lib!
Best,
The text was updated successfully, but these errors were encountered:
Hi,
It took me a while to get a proper connection between my Ajax alarm system and pysiaalarm:
In the end, I got it working by having account id all uppercase (same as in the Ajax Hub application) and encryption key all lowercase.
Thanks for the useful lib!
Best,
The text was updated successfully, but these errors were encountered: