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
I have stumbled upon this HA addon while trying to integrate my Connectlife (Hisense) devices into my smart home.
I am exclusively using NodeRed and therefore tried to use the results of your reverse engineering to implement authorization and communication via Node Red.
and submitted all relevant parameters mentioned there as JSON payload via HTTP POST. I also tried using HTTP-headers instead, however the error message is always the same.
What am I missing? Any hint appreciated.
Once its working I am planning to publish the Node Red integration or flows as open-source as well.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have stumbled upon this HA addon while trying to integrate my Connectlife (Hisense) devices into my smart home.
I am exclusively using NodeRed and therefore tried to use the results of your reverse engineering to implement authorization and communication via Node Red.
I looked at the code in https://github.com/bilan/connectlife-api-connector/blob/main/app/Services/ConnectlifeApiService.php and tried to create my OAuth flows from it.
However I got stuck already in the first step, as the endpoint https://accounts.eu1.gigya.com/accounts.login is returning:
I am using the one found at
connectlife-api-connector/app/Services/ConnectlifeApiService.php
Line 65 in 12182ac
What am I missing? Any hint appreciated.
Once its working I am planning to publish the Node Red integration or flows as open-source as well.
Beta Was this translation helpful? Give feedback.
All reactions