Open chrisgilldc opened 5 years ago
This could be a UPNP API (Assuming on the xml tags) Have you tried to control the panel via a UPNP software/requests ? Some UDP Broadcasts from that display?
Also what are you want to do with the Smart Signage panel ? They can be controlled via "MagicInfo Server" from samsung. Perhaps you can do some reverse engineering...?
Hi! I had the same issue with my home info display (Samsung QB13R-T). I tried also the free (up to 25 devices) "Magicinfo Server" but that didn't seem to fit my purpose. Samsung has actually quite good documentation on MDC protocol and I ended up using that one to control my display power state. If you're interested in more details, I have written a blog post about this:
https://jb1c.blog/2020/07/08/controlling-samsung-signage-qb13r-t-based-on-unifi-protect/
Hi everybody. My office has me investigating a couple TVs for a large installation here. One is the Samsung QB65H-N, one of their commercial panels, and we'd hope it would be network controllable.
Sadly, not so much.
samsungctl looks promising, but doesn't seem to interface with the screen at all. It can get it up on the network, and an nmap reveals this:
Okay, potentially promising. However, none of those ports responds to samsungctl for either legacy or websocket control. If I curl them, I only get a SOAP reply on port 9197.
This seems to tell me this unit just doesn't support the type of control samsungctl does? Or is there some magic dance I need to do to enable it? Any guidance is appreciated. Our other option is an LG unit that supports SNMP (yay) but requires an NDA to get any documentation on it (BOO!)