Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: https Get request through Crestron vs. browser
开云体育There are quite a few examples on my GitHub of doing https communications using S#/C# with a product ().? You should be able to simply copy the basic code from one of those to get you started. In this case the specific request setup that I found worked for the national weather service was: ?? ???? ??? ??? request.KeepAlive = false; I'm not sure which ones were critical vs. which ones chrome just
included and the nws didn't care about but it worked and that was
all that mattered to me.? Any product that I've written a driver for that communicates with a web service is going to require https.? Ones that have local api's may not.? Also the newer drivers I've written will use newtonsoft for parsing returned json while in older ones I will manually parse the json. Hope this helps Jay On 4/7/2023 11:04 PM, ScubaSteve wrote:
Hi Jay, |
Re: https Get request through Crestron vs. browser
Hi Jay,
how did you get it working? Would love to see the solution. ?Been playing with this on and off when I get time. ?Posted this but no replies as yet. /g/crestron/message/249489?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3ACreated%2C%2CHttps%2C20%2C2%2C20%2C97628203 |
Re: https Get request through Crestron vs. browser
toggle quoted message
Show quoted text
|
Re: https Get request through Crestron vs. browser
Https requires encryption. You would need to use simpl# for that.? On Fri, Apr 7, 2023, 7:31 PM jbasen <jay.m.basen@...> wrote: I'm trying to make an https get request to retrieve some weather |
Re: https Get request through Crestron vs. browser
开云体育Thanks.? I was thinking that was the issue.? But, I know that chrome puts out a lot of header info and I was hoping someone might have an idea on what might be important vs just trying to include everything. Thanks again Jay On 4/7/2023 6:37 PM, cmac_HT wrote:
|
https Get request through Crestron vs. browser
I'm trying to make an https get request to retrieve some weather information from the national weather service.? If I paste the url into the address bar of chrome it works perfectly.? If I make the exact same https get request through S# (vs2008) on a CP4 I get a response code of 403 - forbidden.
Any ideas on how to get the request to work through a Crestron processor would be greatly appreciated. Thanks in advance for the help Jay |
Re: HZ-THSTAT SIMPL Feedback
I am looking for any feedbacks from the module Crestron HZ-THSTAT Basic Control (ver 1.7) that range from the "AnySpaceSysType_FB"" all the way down to "AutoDeadband_FB". I get no information from any of them. I get feedback from other parts of it and the module is completely connected to the thermostat. I am basically need info on how the thermostat is setup so that the touchscreen knows what to display. It was easy with the CHV module to get those feedbacks.
|
HZ-THSTAT SIMPL Feedback
I have a existing system with numerous CHV-THSTATs and they are starting to fail in numerous ways so we are switching them out for HZ-THSTATs. When adding them into the existing SIMPL programming most things on the HZ-THSTAT module (version 1.7) are self explanatory and transfer over from the CHV module (old programming that is being removed) but I am getting no feedback from all the setup outputs in the HZ module?(or anything from SLOT6 on the thermostat).?Without that feedback its hard to display the necessary buttons and current state like I did with the CHV module. Does anyone have experience with this type of situation, what am I missing? Thanks in advance!
|
Re: DSC PowerSeries Neo
hopefully this helps
Settings for Simple side are NEO IP address 0.0.0.0 NEO passcode uses that password string input (from user name and password section user name is blank) - Alarm PIN 4 digits usually Integration ID =User attribute 1 on module serial input -? number usually looks something like this 221004161323 Intgration Access = User attribute 2 on module serial input -?number usually looks something like this 123467845? Default Keypad Partition = User attribute 3 on module analog input - usually value of 1 These settings you have to get from the alarm system path of module I used \\user\\SecuritySystem_DSC_PowerSeries-Neo_IP.pkg make sure file is in that folder on processor with that you just have to make sure the things that are setup on the alarm side are correct as per instructions |
Re: Needing Suggestions - Connecting multiple buildings with Crestron
I am working on getting others involved so have a discussion with this IT Dept (hopefully get them fired) but in the meantime. I created a Simpl+ UDP module and connected to a XSIG but on Tx side I see \xC0\x05\x00\x04 but on the far side Rx is receiving \xC0\x00\x05\\x00x00\x00\x04\x00 not certain why since the UDP module is from Help file example.
|
Re: DSC PowerSeries Neo
toggle quoted message
Show quoted text
On April 7, 2023 4:40:42 AM CDT, "lo via groups.io" <lo@...> wrote: I'm lost with what you mean by "Neo module is 4 series only?"? |
Re: TSRs unreachable...Sort of
开云体育Some wifi solutions allow to lock a client device to a dedicated AP. ? Cheers, ? ? Von: [email protected] <[email protected]> Im Auftrag von ckangis ? On Fri, Apr 7, 2023 at 10:25 AM, @johnmax wrote:
We have been setting up dedicated 2.4g SSIDs on each AP (Crestron-Family, Crestron-MBed, etc.) and then set each TSR to the closest AP. this way they don't roam...That has seemed to work well, though a PITA... |
Re: Needing Suggestions - Connecting multiple buildings with Crestron
开云体育?Changing IP/Hostnames every two months is not a security solution.?“ Exactly! Actually, it?s pretty ridiculous and seems to be a measure coming from an IT-department that is not quite up-to-date. ? Cheers, ? Von: [email protected] <[email protected]> Im Auftrag von Neal Fink ? If IT insists on changing IP and Hostname, you are pretty much stuck. Autodiscovery, as suggested by Lincoln and others is a good alternative to using IP Addressses in IP table. But, that’s no help if hostnames change. Having IT create DNS entries for devices would work, but if they have some odd security requirement to scramble device addresses, they would probably want to change the FQDN as well. Depending on their goals, an option (that would also provide actual security) would be to isolate the Crestron devices behind a firewall or use managed switches to create Allow lists to prevent unknown devices from reaching the Crestron processors. “Zero trust” is the current trend in network security. In simple terms, this means nothing can access a device without permission. Changing IP/Hostnames every two months is not a security solution.? |