Remote Connection issue #82
Replies: 5 comments 5 replies
-
I've corrected the syntax error. I can now re establish the remote connection. I will attempt to store, and get back. |
Beta Was this translation helpful? Give feedback.
-
No difference using wired connection to LG C1 (which is FE ~100mbps). Correction, the time to switch hdmi inoputs is roughly 7 seconds, not 15. |
Beta Was this translation helpful? Give feedback.
-
I changed nothing at all, but restarted the Vero 4K+ Linux Kodi box, and now the command is also instanteous, it’s actually a littler faster than my other script. I’m calling hdmi_switching.py in my playback.py script. Now it seems I may need to add a slight delay 250ms before calling the wrapped script. Thanks. I think I will be good from here. Next I will be implementing another http get request to register ‘stop’ where I will employ Pywebostv again and switch back to the vero 4K+ device. Sent from my iPhoneOn Jan 24, 2023, at 9:16 PM, Srivatsan Iyer ***@***.***> wrote:
You may need to write store back to store_file_path after registration is successful.
Also, did you try getting the latency until the payload goes out via a WebSocket connection? Maybe try using the timeit module.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I'm having a minor issue, which i have isolated to my hdmi_switching.py After the script runs successfully, the vero 4k+ is unresponsive for 2-3 minutes. Does my script need to 'client.disconnect()' at the end? |
Beta Was this translation helpful? Give feedback.
-
i have fixed the unresponsness in my previous code. The script switches to hdmi [2] quickly and efficiently. What do i do to get the current hdmi source? ive tried
' as im looking to save the webos output to ~./kodi/tv_info.txt for later calling. thoughts? thank you |
Beta Was this translation helpful? Give feedback.
-
Hello, I followed the setup, and got pywebostv running on my OSMC Vero 4k+ box. I'm building a python script or a few, to control my Oppo 203 via the Vero 4k+ .Part of that process is auto switching hdmi sources when triggered.
I'm still in the testing phase with the connection script.
I got the remote connection notification once, pressed yes. But obviousily didn't have the store object correct. Now it seems I cannot reinitialize the remote connection prompt on my LG C1.
Any ideas?
Also, I'm very new to python. I've learned a lot in 25 days utilizing chatgpt, but feel I'm at a stage where I may need further assistance.
Beta Was this translation helpful? Give feedback.
All reactions