Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Sony XBR aspect control
Heather Baiman
¿ªÔÆÌåÓýWe have a few Sony XBR-55A8Fs being installed and the field guys are telling me that my "aspect" button is bringing up on onscreen menu.? LGs typically do this, but I haven't seen a Sony do this.? I'm using the Sony 2014 Bravia TV 1.0 module from Crestron's website and my "aspect" button is the WIDE input on the module (emulating an IR code).? The TVs remote works the same way; pop's up a menu.? The Sony Simple protocol that I have doesn't have discrete aspects in it. ? Anyone know of discrete aspect commands?? I am loathe to create a pop-up on my UI with up/dn/left/right buttons for this :( |
New file uploaded to Crestron
Hello,
This email message is a notification to let you know that a file has been uploaded to the Files area of the Crestron group. File : /Modules/Get My IPgeo v1.0.usp Uploaded by : hyperteconline@... <hyperteconline@...> Description : Get geo info (ISP data and location) via your public IP. Modification of existing module "Get My Public IP v1.0". You can access this file at the URL: To learn more about file sharing for your group, please visit: Regards, hyperteconline@... <hyperteconline@...> |
Re: StarLeaf 5250 GTm Codec interfacing
Thanks Tom. I've done that (enable the ECAPI flag and get the password) but the Crestron module doesn't seem to want to communicate with the device, although I can enter the auth command in a web browser and it returns info stating I'm not authenticated.? So I know the unit is ready to talk.
I am working with Starleaf's TS, and they've been helpful but no success yet. I was just wondering how anyone's experience went with the module as far as using it in an actual installation for a customer accustomed to Cisco codecs and Crestron's module's functionality. Rick |
Suggestions on how to add C2N-RTHS remote sensors to a Studio project
I'm not extrememly "Simpl savvy".? Doing a small commercial project in Studio right now that includes one CHV-TSTAT [which works works and as expected] and three C2N-RTHS sensors for rooms that I'd like to monitor temperature and humidity (but have their own individual heating/cooling systems). I'm able to add the C2N-RTHS sensors via Studio, however there is no pre-packaged template pages to build for these devices within Studio.? So, I'll have to use the advanced programming option within Studio.? My thought process is to add a button on my existing CHV-TSTAT subpage that page flips to another subpage that contains simple indirect text highlighting the current temp and humidity broadcast by the three sensors. Because of my limited Simpl exposure, I've hit a wall.? I found a logic module within the Studio propram for the sensor(s).? It just seems to either convert the output of the sensor to either celcius or farenheit (It could do more; I could be wrong). As reference, I went to my CHV-TSTAT's subpage within Studio's Screen Designer to see what logic is currently assigned to that unit's indirect text box for displaying temperature.? There was a slew of logic that could be utilized in a drop-down menu for that device [within the Programming Editor tab of Screen Designer].? It's currently using logic called "CurrentTemp$".? I was expecting to find something similar when I selected my remote sensors as a device.? When I do, there's no logic available in the drop-down menu.? So, I'm assuming something needs to be created in advanced programming. Was hoping some proficient Studio users or simpl users could help me out.? Maybe drop a C2N-RTHS and CHV-TSTAT in a demo project and see if I'm missing something obvious.? And maybe help in giving me some direction as how to rectify the problem.? Thanks in advance. |
Re: URL Query
You all are the best!!? I thought I was loosing my mind.? Come to find out, the problem was that when I re purposed this processor from another test unit, I had missed the default router when setting up the Ethernet.? Everything is working exactly like it should now.? Thank you again for your responses!
|
Re: Elmo PX-10 serial commands?
toggle quoted message
Show quoted text
On Jan 7, 2019, at 11:03 AM, djeffries71@... [Crestron] <Crestron@...> wrote:
|
Re: URL Query
"open the connection then send the string once the tcp symbol reports an open connection." I don't know if the digital output of the TCP/IP Client symbol can be trusted for this. Use the analog "status" output and wait for it to go to a value of "2" - *then* you can send stuff... ?? - Chip |
Re: URL Query
I haddnt tried it so gave it a quick go then.
My connection status went from 6 to 8 to 1 then 2 (all good). I sent the following down the tx line "GET /64.93.151.105/postal HTTP/1.1\nHost:ipinfo.io\nContent-Type:application/json\n\n" And got a valid response. If your controller is not connecting then check that your DNS is configured correctly (my guess is that your controller is not resolving ipinfo.io to an ip address). Good luck, Phil. |
Re: URL Query
Hey Filpee,
thank you so much for your response.? Unfortunately, I am still not able to get it to connect in the first place.? I use a TCP\IP Client symbol and put the ipinfo.io as the host name.? the system obtains the IP address and then attempts to connect but will always fail to connect.? I went to the getpostman.com and attempted to download the app but it would never download.? Did you try the suggestion that you gave above, if so, did it work? thanks, |
Re: URL Query
Start by using something like??to learn about and capture the HTTP strings being sent to/from the server and client devices.
Then open a tcp connection to the server on port 80. Send the HTTP string, something like "GET 64.93.151.105/postal HTTP/1.1\nHost:ipinfo.io\nContent-Type:application/json\n\n" You should get your response. Something this simple can be done using the tcp client symbol or you can look into using tcp sockets in simple+ Note that the server will close the connection after sending its response so if using the tcp client symbol, open the connection then send the string once the tcp symbol reports an open connection. |
URL Query
Is there a simple way to issue a URL query and then capture the response?? for instance, if you pull up a browser and type the following into the address bar,? ipinfo.io/64.93.151.105/postal it will reply with a simple text value of?45469.? the zip code where the ip address 64.93.151.105 is located. Very simple process.? My problem is, I need a simple process from within SIMPL or SIMPL+ to perform these steps.? Does anyone know how I can accomplish this? Thank you in advance! |