Jesper Brix Rosenkilde

Results 12 comments of Jesper Brix Rosenkilde

I think this is a neat little feature, I'm currently using: Plug 'vim-syntastic/syntastic', { 'on': [] } "Delay syntatic load until we aren't doing anything augroup LazySyntatic autocmd! autocmd CursorHold...

I've just tried the using samsungctl on a Q series: If I do: `curl http://192.168.0.10:8001/api/v2` Then the TV pops up with a "Give smart device access prompt", if how ever...

So I actually got something working, but without using samsungctl. First off the remote control endpoint is only availiable on using secure websocket. Secondly it needs `?token=` added to the...

If you connect to the remote control endpoint on secure websocket like: `$ wscat -n --connect wss://192.168.0.10:8002/api/v2/channels/samsung.remote.control` Then a little dialog pops up on the tv, that asks you if...

This is what I'm using, it's not pretty but it works: #!/usr/bin/env python3 import websocket import ssl import sys import os tv_ip = '192.168.0.10' if sys.argv[1] == 'on': if os.system("ping...

Sounds very reasonable, maybe you should use the name when getting the token, I don't know if it is a pair.

No problem, let me know when you have it in master, then I'll test it out :)

Oh yeah forgot to mention wss runs on port 8002, see my code above.

I don't know if this is after a certain version of either the TV or firmware. My TV is a Q7 I think running the newest firmware as of last...

Thanks, yes the extension has been release in the official marketplace, I didn't know about Open VSX Registry, but I'll be more than happy releasing it there as well. I'll...