Skip to content
New issue

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

65pus6703/12 cannot pair[BUG] #104

Closed
Qbunjo opened this issue Feb 16, 2021 · 3 comments
Closed

65pus6703/12 cannot pair[BUG] #104

Qbunjo opened this issue Feb 16, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Qbunjo
Copy link

Qbunjo commented Feb 16, 2021

When trying to pair TV with pylips I get

IP 192.168.X.X is online, but no known API is found. Exiting...
My TV is 65PUS6703/12 from 2018. It's SAPHI tv. It looks that pylips can't get any reasonable answer from tv.

@Qbunjo Qbunjo added the bug Something isn't working label Feb 16, 2021
@eslavnov
Copy link
Owner

Hi @Qbunjo,

Please run Pylips with --verbose True and share the full output (not just the last line).

@Qbunjo
Copy link
Author

Qbunjo commented Feb 17, 2021

Ok, today the tv responses, but I think something is wrong anyway...

Checking API version and port...
Trying http://192.168.0.X:1925/6/system
Connected to MQTT broker at 192.168.0.YY
Started MQTT status updater
Sending GET request to http://192.168.0.X:1925/6/powerstate
Request sent!
Sending GET request to http://192.168.0.X:1925/6/audio/volume
Request sent!
Sending GET request to http://192.168.0.X:1925/6/activities/current
Request sent!
Sending GET request to http://192.168.0.X:1925/6/ambilight/currentconfiguration
Request sent!
Sending GET request to http://192.168.0.X:1925/6/HueLamp/power
Request sent!

and here it falls into a loop...

@eslavnov
Copy link
Owner

The loop is the result of you using MQTT_update = True in your settings and is the expected behavior. I suggest disabling MQTT altogether and firing some manual commands (like --command standby). Once you figure them out, then you can introduce some extra complexity by adding MQTT to the mix.

I'm closing this one since it seems you were able to pair. Feel free to open a separate issue if you still have problems (after trying it without MQTT).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants