Great Project!
I would like to control my harmony link using this C++ version. I used pyharmony before and it work, although a bit slow. I’ve changed the username and password to guest@x.com guest@x.com and guest as was mentioned in pyharmony.
Still when I try to connect I get this response:
LOGITECH WEB SERVICE LOGIN : SUCCESS
HARMONY COMMUNICATION LOGIN : FAILURE
Some further investigation leaded to the following if being true:
Hi,
Great Project!
I would like to control my harmony link using this C++ version. I used pyharmony before and it work, although a bit slow. I’ve changed the username and password to guest@x.com guest@x.com and guest as was mentioned in pyharmony.
Still when I try to connect I get this response:
LOGITECH WEB SERVICE LOGIN : SUCCESS
HARMONY COMMUNICATION LOGIN : FAILURE
Some further investigation leaded to the following if being true:
if(strData != "<success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">”)</success>
the response is not as expected, but does someone know why? Are there other differences between the link and the hub that I did not notice?
Eitherway, thanks for your help and of course for creating and sharing this project!
Roy