Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: Scraping Sites
Thank you both, that is very helpful.
toggle quoted message
Show quoted text
--- In Crestron@..., Geoffrey Reynolds <greynlds@...> wrote:
|
Re: Scraping Sites
If you point to a "random" site URL, you're just going to get HTML back
toggle quoted message
Show quoted text
which is sometimes easy to parse, but is more often a PITA to parse - and is something I would not suggest doing for something you're going to deliver to a customer as it's way too likely that the owner of the site will change something at any time that will break your parsing logic. If you want something like a RSS feed to work with, that has to be something that the site supports and again, make sure it's advertised as a feature of the site if it's something you're going to deliver to a customer. Geoff On Wed, May 1, 2013 at 7:23 AM, grumpy_cake <crestron@...> wrote:
** |
Re: Scraping Sites
Brad Gibbs
Best not to scrape sites where an API is available. (Good) API providers only break the API out of necessity, where a site's HTML can change without notice.
toggle quoted message
Show quoted text
Here's a description of their SOAP XML API that should meet your needs. On May 1, 2013, at 7:23 AM, grumpy_cake <crestron@...> wrote:
Hi, |
Scraping Sites
Hi,
I've just finished the "Hello World" of scraping in a project and have a nice but pointless weather display on my touch panel to save me looking out of the window. I decided to do something a bit more useful and get some local train times on there.... Thought this was a good place to start: I don't seem to be getting back what I was expecting and wondered if I have misunderstood how this works. My main question really is Should I be able to do this? or does the site have to offer up some form of rss feed like yahoo does? Or am I not going to be able to scrape sites that are generated using PHP or ASP? Thanks for any help, Matt |
Re: DM 8x8 Question
it's exactly what I am doing when a customer wants to open tvs on news channel for example, and after switch to ipod music in the multiroom , with the TVs continues to show the news picture , i put special source : 99 --> sure the dm will not go to a black picture.
toggle quoted message
Show quoted text
--- In Crestron@..., "Brendan McAlpine" <brendan@...> wrote:
|
Re: Samsung UE55ES7000 - EX-Link
Thanks,
toggle quoted message
Show quoted text
But does this actually apply to me? The pdf regarding the module I am using has no mention of injecting power... I am connecting directly from an AV2 to the EX-Link port. Have I missed something here? When others connect Ex-Link do you not connect directly? --- In Crestron@..., "javimanga" <javimanga@...> wrote:
|
Re: 347V on/off control.
Here in Qubec we use 347volts for commercial lighting.
toggle quoted message
Show quoted text
{Paf} Le 26 avr. 2013 00:13, "Chip" <cfm@...> a crit : ** |
TPCS-4SM won't take program?
Hi there everybody.
My first TPCS-4SM. Loaded the SIMPL program, appeared to go fine, but Toolbox info reports no program. Cannot debug. Program does not appear to be running. Tried restarting the panel and my PC. Running latest firmware. Panel connected directly to my laptop. Cresnet devices in the program, but not connected. At the DEV console, "DIR" returns what appears to be the correct file list. I had an MC3 that seemed to have a similar issue. Only fix was a firmware downgrade. VTPro project seems to run fine. Anyone run into something similar? TIA Kevin Zolitor Denver, CO |
Re: 347V on/off control.
Chip
Cool - thanks. Makes sense. Was fascinated with 3-phase AC back when I had a class on industrial motors, so I'm familiar with the US formats - didn't realize they varied so far out of the country...
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., "obsession2programmer" <dtlight@...> wrote:
|
Re: Grace Internet Tuner
Randall Gay
Does anyone know what ports the Grace Digital Tuner uses
for feedback? Are they the standard UDP 1900 and TCP 2869? Has anyone tried the protocol using a UDP or TCP client to decode the feedback? Does the standard HTTP v1 GET statement work? I have a job trying to install either this radio or the CEN-Track for Pandora and wanted to see if anyone has successfully pulled the feedback from this unit. Thanks, ________________________________ From: Josh Tyson <enco.josh@...> To: "Crestron@..." <Crestron@...> Sent: Tuesday, April 30, 2013 5:57 PM Subject: Re: [Crestron] Grace Internet Tuner I have an API but it is uPnP based. Useless. On Tuesday, April 30, 2013, Chip wrote: ** -- Josh Tyson ENCO Electronics Systems www.encoelectronics.com [Non-text portions of this message have been removed] ------------------------------------ Check out the Files area for useful modules, documents, and drivers. A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links [Non-text portions of this message have been removed] |
Re: Tesla Model S
I had found this when searching the internet as well, but I might need some spoon feeding on this one. This is defiantly a stretch from the programing I'm used to. How do I initiate the communication, and once i have opened this line of communication is it as simple as sending it the commands?
toggle quoted message
Show quoted text
--- In Crestron@..., "marcusadolfsson" <marcus@...> wrote:
|
Re: Grace Internet Tuner
Josh Tyson
I have an API but it is uPnP based. Useless.
On Tuesday, April 30, 2013, Chip wrote: ** -- Josh Tyson ENCO Electronics Systems www.encoelectronics.com |
Re: Grace Internet Tuner
Chip
If they won't release an API, how did Control 4 get it? :)
toggle quoted message
Show quoted text
- Chip --- In Crestron@..., Seth Olle <seth@...> wrote:
|
Re: Crestron Silver Jacket TP Demo
Here is a 8x6 version of it.
toggle quoted message
Show quoted text
--- In Crestron@..., "thescruffypup" <thescruffypup@...> wrote:
|
Re: Wait function within SIMPL+
I'm not as good with Simpl+ as alot of guys here, but one way would be:
toggle quoted message
Show quoted text
Declare a global variable (x) which gets set to 1 when the analog input changes. In the PUSH event declare variable y & initialize to 0. Put a DO Until loop in the PUSH event, with Until(y=30 || or x=1) Inside the Do Until put a wait for 1 sec and then an If Else statement which executes if x=1, else increment y. After the Do Until, put an If statement which executes if y=30. If you don't need to check every second, do a 5 sec wait, and exit the Do Until when y=6 --- In Crestron@..., "coolaiddrinker" <coolaiddrinker@...> wrote:
|
Re: 347V on/off control.
In a 600 volt three phase Wye system 347V is the leg to neutral. It's similar to 277V in a 480V 3Ph Y system in the US.
toggle quoted message
Show quoted text
--- In Crestron@..., "Chip" <cfm@...> wrote:
|
Re: Daikin on an MC3
Heather Baiman
Yes, in January, I didn't have to change anything; I pretty much did a save-as from my 2-series program.
toggle quoted message
Show quoted text
I use the following modules though: Daikin ITC IO V3.0 Daikin ITC Feedback Splitter V3.0.umc Daikin ITC Unit V4.0 The last few times I tried to use the ITC IO V4.0 I could never communicate. -----Original Message-----
From: Crestron@... [mailto:Crestron@...] On Behalf Of jugglinjim Sent: Tuesday, April 30, 2013 6:07 PM To: Crestron@... Subject: [Crestron] Daikin on an MC3 Has anyone used the Daikin modules on the crestron site on a 3 series processor. I'm having trouble getting the direct socket to connect. I put in a TCP/IP client with the same parameters (IP/port) and it connects fine. There's a note in the text file to force the Daikin IC to use 10baseT connection but I don't have access to change that right now. ------------------------------------ Check out the Files area for useful modules, documents, and drivers. A contact list of Crestron dealers and programmers can be found in the Database area. Yahoo! Groups Links |
Daikin on an MC3
Has anyone used the Daikin modules on the crestron site on a 3 series processor.
I'm having trouble getting the direct socket to connect. I put in a TCP/IP client with the same parameters (IP/port) and it connects fine. There's a note in the text file to force the Daikin IC to use 10baseT connection but I don't have access to change that right now. |
VoicePod Module / Crestron Integration Opportunity
Hello All. I am the founder of HouseLogix, a Pennsylvania technology company. For those of you who monitor the Control4 world, you probably have heard of our VoicePod product by now. See www.voicepod.com. We are just launching VoicePod May 13th after three years of development and a successful six month beta program. We recently received a US Patent on VoicePod and have registered hundreds of dealers in the past few weeks.
In a nutshell, VoicePod is a new wireless device designed to "speech enable" any home automation system. Each VoicePod combines voice recognition (both speaker-dependent and speaker-independent) technology with speech-synthesis and text-to-speech technologies inside a small device with wireless communications. VoicePod is packaged as a wireless tabletop device with a built in speaker and microphone. But it can be wall mounted or rack mounted using external microphones and interface with external audio systems as well. All technology is embedded, so VoicePod recognizes commands instantly. Its voice commands and menus are completely customizable. The first flavor of VoicePod provides both Zigbee support and serial integration through a built-in serial port. We are publishing VoicePod's serial integration protocol. We also have Wi-fi and iOS versions well underway that each will support full IP integration. I won't try to explain the whole product fully here since our website and videos do a good job of that. www.voicepod.com/faq has a lot of answers. I'm here because we would like see some Crestron implementations of VoicePod. We are Control4 experts and Control4's DriverWorks tool allowed us to create very robust Control4 support for our launch. We have no expertise in Crestron (or AMX, Savant, etc) and are looking for some help with making sure our product finds its way into the Crestron world. There seems to be a lot of Crestron expertise floating around this "colorful" forum so I thought I'd seek some partners and early adopters on here. Ideally, we're looking for experienced Creston dealers with a customers who want VoicePod. We'd like to work with some dealers to build a free (or marketable) Crestron module suitable for serial and/or IP integration with VoicePod. We would provide discounted hardware and a superb level of support to early adopters in the Crestron world. Our product is a home run for both luxury living and for the disabled at the same time. If interested in working with us, feel free to email me at ted.rosenberger@.... Thanks so much, Ted Rosenberger Founder & CEO HouseLogix, Inc. 1015 S. Cedar Crest Blvd. Allentown, PA 18103 mobile: 610-349-7198 skype: tedrosenberger |
to navigate to use esc to dismiss