Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
DirecTV Receivers - Keeping them awaks
Hello,
We have an install with quite a few DirecTV receivers which the client wants to keep awake at all times. They are being controlled by IP, and the module has an "Active" command it can send out, but not having any hands on experience with DirecTV, is this the correct key to send and how often would I need to send it to keep the receivers awake? Thanks |
Re: AppleTV Context Menu Access
No worries Oliver. I'm finding that update notices on the AppleTV are getting much more aggressive with auto updates disabled.? The latest one is pestering me every time I start the system up and sometimes again in the middle of watching something. Geoff On Sun, Nov 22, 2020 at 3:38 AM Oliver Hall <oliver.hall@...> wrote: Not really an answer to Geoff¡¯s question, but we are working on an update for the ATV module.? With tvOS 14 it looks like Apple have gone a bit byte-happy with their message payloads which has given us a load of buffer overflows in the decryption.? At the same time I¡¯m looking to improve feedback and transport control.? Update should be ready soon. |
Re: samsung digital display QE50T RS232 protocol
#crestron
Just a thought....
have you set the ID on the TV according to the command you are sending? Also is baud rate correct on your two way serial?? |
Re: AppleTV Context Menu Access
¿ªÔÆÌåÓýLooking forward to the update.?
Have you by chance managed to work out how to launch specific apps ?
On 22 Nov 2020, at 7:38 pm, Oliver Hall <oliver.hall@...> wrote:
|
Re: AppleTV Context Menu Access
Not really an answer to Geoff¡¯s question, but we are working on an update for the ATV module. ?With tvOS 14 it looks like Apple have gone a bit byte-happy with their message payloads which has given us a load of buffer overflows in the decryption. ?At the same time I¡¯m looking to improve feedback and transport control. ?Update should be ready soon.
The Bonjour issue remains, but Crestron engineering have been actively working on that - we even had a zoom call to verify the exact symptoms. Sorry Geoff - I didn¡¯t mean to take your post OT. Oliver - Ultamation |
Re: Tascam Rest Api
Appreciate the response.? Will play with this a bit tomorrow and hopefully be able to figure it out. Thank you. On Sat, Nov 21, 2020, 4:16 PM Lincoln King-Cliby <lincoln@...> wrote:
|
AppleTV Context Menu Access
Has anyone figured out how to access the context menu (for switching users) on an AppleTV using IR control?? A long press of the Home button on the Siri remote brings up the context menu. I'm currently using the IR module because I've been having some issues with the Ultamation module losing the connection to the AppleTV and it doesn't appear to be possible.? I have the menu, menu_home, and options commands all configured and none of them bring up the context menu with a short or long press. Looking at the commands available in the Ultamation module, it looks like they have a context menu command which may do the trick, so perhaps I just need to switch back to the Ultamation module, or use it just for certain commands. Thanks, Geoff |
Re: Tascam Rest Api
¿ªÔÆÌåÓýThis is one of those things that is trivial to do in SIMPL# -- and is far more resilient that way -- but if this is all you¡¯re doing (or you don¡¯t already know SIMPL# / have the dev tools) it can be done in SIMPL+ as well (as long as it can be done via HTTP with no or basic authentication, HTTPS, or digest authentication basically forces the hand to SIMPL#. ? You¡¯ll need to open the connection to the device, send the request headers and body in one string ¨C chances are very good that the server will require additional headers (like content type, connection keep-alive, and possibly language, etc). If you search the group¡¯s acrchive there are plenty of general examples, or it might be most helpful to generate a request with a tool like Postman and see what it¡¯s generating ¨C this also allows you to test various things without having to recompile and reload a program each time. ? The ¡±do I have to send the whole thing¡± is extremely implementation dependent ¨C and since every Tascam I¡¯ve controlled has been via serial ¨C I would try sending only the changed attributes first but be prepared to send the entire object ¨C I¡¯d say a majority of implementations I¡¯ve come across require the entire thing, which seems counter productive and prone to introduce greater levels of error but hey, whaddiknow? ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] <[email protected]> On Behalf Of
Dillon Costanza
Sent: Saturday, November 21, 2020 9:51 AM To: [email protected] Subject: [crestron] Tascam Rest Api ? Hi guys, Update the system-wide settings for the device. These settings include network settings, name, id and other attributes not related to encode, decode, or media transmission. Example URIPUT? Request Hide HeadersContent-Type
? Body
??????? "values": [
??????????? "strings"
??????? ]
??? }
??????? "ip_addresses"
??? ]
??????? "value": boolean
??? }
??????? "value": integer
??? }
|
Re: samsung digital display QE50T RS232 protocol
#crestron
¿ªÔÆÌåÓýNot sure about the 50T specifically but done lots of QEs and they all speak MDC. ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] <[email protected]> On Behalf Of
Jeremy Weatherford
Sent: Saturday, November 21, 2020 11:37 AM To: [email protected] Subject: Re: [crestron] samsung digital display QE50T RS232 protocol #crestron ? I haven't used a QE50T, but it's a commercial model, lists RS232 on the spec sheet, and has a 3.5mm RS232 input that says it supports MDC protocol... seems pretty clear cut to me. ? On Fri, Nov 20, 2020 at 6:10 PM jones.matt94 via <jones.matt94=[email protected]> wrote:
|
Re: samsung digital display QE50T RS232 protocol
#crestron
I haven't used a QE50T, but it's a commercial model, lists RS232 on the spec sheet, and has a 3.5mm RS232 input that says it supports MDC protocol... seems pretty clear cut to me. On Fri, Nov 20, 2020 at 6:10 PM jones.matt94 via <jones.matt94=[email protected]> wrote: We had no luck getting QE Series to work through RS232. |
Tascam Rest Api
Hi guys,
Don't have much experience with REST API's hoping I can just get a bit of info. Here is an example command from the API. I know I will be told to get this done through simpl# however I have never used it so that may be tough.? I was hoping I can write this in SIMPL+.? Just basically looking for a quick rundown, can I use a TCP/IP Client to connect on port 80 or do I need to connect inside the SIMPL+ module? Also, it has the PUT url, then the header, and then body.? I am not sure how to format this inside simpl+.? Can I simply use a makestring and send the entire thing out at once, or do I need to send the PUT, wait for a response, and then send the rest?? A small breakdown of format would be extremely helpful. Lastly, does an API typically require commands for every parameter to be sent? Or if I am not adjusting the IP settings can I just leave them out of the code entirely? Thanks so much in advance. Update the system-wide settings for the device. These settings include network settings, name, id and other attributes not related to encode, decode, or media transmission. Example URIPUT?http://ip.address:2020/v1/system
Request
Hide
Headers
?
Body
|
Re: Atlona AT-HDVS-CAM-HDMI
This camera is a re-branded Minray camera (Chinese). I use the exact same camera branded by another company. I have used hundreds of these. I always Control them with the Vaddio Roboshot module. I use this module with ANY VISCA camera. Works flawlessly.
Tip: if you get the HDBT version of the camera you can connect it directly to a DM input and supply power over HDBT using a Power injector or other POE Power source, or the DM power pack on a DMPS. then you can control the camera over HDBT and only have to ru. One cable to the camera.? I use them this way everyday. ping me if you have questions. Blessings, Nathan Wells |
Samsung IP with CCD Example program
Hi, I uploaded a Samsung TV IP control using CCD (Crestron certified drivers) example program, hope it helps.
/g/crestron/files/Programs/samsung%20ccd.zip You have to manually load the driver to the processor (Answer ID:?1000527). |
Re: samsung digital display QE50T RS232 protocol
#crestron
We had no luck getting QE Series to work through RS232.
We also didnt find any documentation that indicated that RS232 works on these models. Hopefully someone here says otherwise. |