¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date

restaurant reservations with Crestron

 

has anyone used Crestron as a reservation system for a restaurant?

I have been tasked with creating an interface using TSD-2220-B that allows hostess to make reservations for seating of up to 224 people (that is the max occupancy) there are 56 tables each containing 4 chairs. Selecting any available seating based on date/time from 1 table to all 56 tables. Reservations are being sent via email to customer for conformation. Chairs are not a factor since selecting a table reserves all 4 chairs at once. Customer can cancel at any time via email or by calling in to hostess.


Re: Find a rouge parameter in a simpl program

 

Unfortunately I think what he is dealing with means a digit is off in his parameters and Lutron is kicking him errors that the href doesn't exist.? I don't believe there is a way to know an href that is erroring then search for it in parameters.? I've been in these shoes and it sucks.

I'm waiting for another large QSX system until I do this, but I am going to modify how my modules work to read from a file for href's instead of using the pre-built modules.? These larger systems, you absolutely need the ability to locate and change these href's easier.? Unfortunately the current QSX modules, though ControlConcepts did a good job on the initial build really need a second version with a lot of modifications for things like feedback, dimming, href handling, etc.


On Mon, Nov 13, 2023 at 10:44 AM, Alex Teague wrote:
If you know the exact parameter text you're searching for, you could F9 the entire lighting folder and replace the parameter text with "". If the module flags incomplete parameters then you'll get a warning with a pointer to the location you're looking for. If it doesn't flag "" then you could try some other invalid text for the field.


Re: Find a rouge parameter in a simpl program

 

If you know the exact parameter text you're searching for, you could F9 the entire lighting folder and replace the parameter text with "". If the module flags incomplete parameters then you'll get a warning with a pointer to the location you're looking for. If it doesn't flag "" then you could try some other invalid text for the field.


Find a rouge parameter in a simpl program

 

I have a very large Lutron QSX integration program.
The lutron logs are complaining about some href buttons not existing.
As any of you that have done qsx integration know, there can be literally hundreds of these href's in a program.

I have a couple I'm trying to track down but a lack of a simple find function in Simpl is proving to be problematic.

I've tried opening the smw in Notepad++ and searching in that but cannot find any href parameters even ones I can clearly see.

Anyone have any suggestions to track down parameters in a program?

Thanks


Re: D3 Data files.

 

So Casey just doing this startup trigger is all thats needed to fix this and not a database juggle? I guess thats alot easier. That would also indicate the issue isnt the scheduler module itself or a 2 series limitation to me. Just something broken in the convoluted way D3 generates all that logic.??


Re: TS-770 How to go back to User Project after launching Sonos app

 

Yeah, its not the best solution in the world, but it works.? Really wish Crestron would ask the community for feedback on these sorts of things before just including them for us to deal with after the fact.? But ya know, Home.


On Sat, Nov 11, 2023 at 07:12 PM, EQ wrote:
Thanks for the replies.?
I was able to use the toolbar in conjunction with the toolbar extender within Simpl to invoque the Sonos app and to switch back to the user project. I¡¯m not closing the Sonos app from the extender otherwise the app takes longer to reconnect to the Sonos system.?
?
Regards,
EQ.
?

On Fri, Nov 10, 2023 at 4:47?PM wartyhogus <wh888@...> wrote:
Just to make you aware of an issue I had. The Virtual toolbar would not work for me. Would not send back to the project after Sonos app launch. This was the only thing I used the Virtual Tool Bar for. I spent a long time going through my program and VTP project and could not get it to work, the VTB was just never responsive. I eventually Initialized/defaulted? the panel and did a fresh start.Lo and Behold the VTB worked right away for Sonos App closing. So be aware if you have this same problem.
In the mean time before I solved the problem I just created a 2 minute Timer to trip the return to project.

?

?


Re: current lutron modules

 

A simple Google search brought up this


Re: LG OLED TV CCD IP Driver - How to get it to work on a CP3?

 

Enable logging and watch the Log output in Debugger. That will usually have a clue to the problem. Also check the User Attribute Descriptions, either in Debugger or by opening the dat file in Notepad++ (or equivalent).

Also, with multiple Certified Drivers in the program, they shouldn't all be loaded at once.

--- On Monday, November 13, 2023 at 7:32 AM, Thorsten K?hler wrote:

i tested a bit further and here?s the status:

The exact model numbers of the client?s TVs are OLED97G29LA and OLED83C26LA.

I?ve tried using the FlatPanelDisplay_LG_OLED88Z2PUA-SmartTV_IP from driver.io.
Both model numbers are not listed in the help file for the driver, but I was
assuming that they work anyway.
The driver loads successfully, reports ¡°connected¡± but now function and
feedback for one TV (the 97¡±) and does not even connect to the 83¡±. (see
attached screenshot)
For the 97¡± TV, the power feedback toggles between 1 and 0 every few seconds.
Passcodes were created for both TVs.

Any idea where to start looking?


Re: LG OLED TV CCD IP Driver - How to get it to work on a CP3?

 

¿ªÔÆÌåÓý

Hi,

i tested a bit further and here?s the status:

?

The exact model numbers of the client?s TVs are OLED97G29LA and OLED83C26LA.

?

I?ve tried using the FlatPanelDisplay_LG_OLED88Z2PUA-SmartTV_IP from driver.io. Both model numbers are not listed in the help file for the driver, but I was assuming that they work anyway.

The driver loads successfully, reports ¡°connected¡± but now function and feedback for one TV (the 97¡±) and does not even connect to the 83¡±. (see attached screenshot)

For the 97¡± TV, the power feedback toggles between 1 and 0 every few seconds.

Passcodes were created for both TVs.

?

Any idea where to start looking?

?

Thanks,

Thorsten

?

?

Von: [email protected] <[email protected]> Im Auftrag von Thorsten K?hler
Gesendet: Montag, 13. November 2023 10:56
An: [email protected]
Betreff: Re: [crestron] LG OLED TV CCD IP Driver - How to get it to work on a CP3?

?

Hi,
currently working on the 97" LG, trying to integrate into Crestron.
I think i got everything sorted, last question is which port number to feed into the Port input of the CCD.
Is it 9761?

Thanks,
Thorsten


Re: LG OLED TV CCD IP Driver - How to get it to work on a CP3?

 

Hi,
currently working on the 97" LG, trying to integrate into Crestron.
I think i got everything sorted, last question is which port number to feed into the Port input of the CCD.
Is it 9761?

Thanks,
Thorsten


current lutron modules

 

I am wondering if someone can point me in the direction of the current lutron modules??? i am using r03 but wanting to update my system


Re: TS-770 How to go back to User Project after launching Sonos app

 

Thanks for the replies.?
I was able to use the toolbar in conjunction with the toolbar extender within Simpl to invoque the Sonos app and to switch back to the user project. I¡¯m not closing the Sonos app from the extender otherwise the app takes longer to reconnect to the Sonos system.?

Regards,
EQ.
?

On Fri, Nov 10, 2023 at 4:47?PM wartyhogus <wh888@...> wrote:
Just to make you aware of an issue I had. The Virtual toolbar would not work for me. Would not send back to the project after Sonos app launch. This was the only thing I used the Virtual Tool Bar for. I spent a long time going through my program and VTP project and could not get it to work, the VTB was just never responsive. I eventually Initialized/defaulted? the panel and did a fresh start.Lo and Behold the VTB worked right away for Sonos App closing. So be aware if you have this same problem.
In the mean time before I solved the problem I just created a 2 minute Timer to trip the return to project.


Re: CNXTA Card Replacement

 

Also, does anyone have a working CNXTA card to sell?
Thanks,
Pat.


Re: D3 Data files.

 

Good to know Casey, though we *shouldn't* need to do that...
I'm really ticked as what seems like Crestron's attitude of 'All you dealers/programmers, just set up a VM for each and every issue that we don't want to deal with...'


Re: CNXTA Card Replacement

 

There is the possibility that sound files were loaded to the card itself. In the SIMPL program you would see analog for MESSAGE# on the card definition to trigger those sound files.

If not, it's just swapping the card.

On Fri, Nov 10, 2023 at 8:59?PM Pat Picciano <pat.picciano@...> wrote:
Hello,
I was recently called to a residence I programmed for gate, garage door and light control thru the CNXTA Phone interface - back in 2003... looong time ago.

Anyway, looks like the CNXTA card is not working right - if I get a used unit, can I just swap it into the PRO2? Or do I have to load any files?

Thanks for any help!
Pat.


4K Wireless HDMI Extender w/ 4K@60Hz

Michael S Moran
 

I have an older project that would be very challenging to rewire with an HDMI cbale.? Accordingly, a Wireless Solution would possibly be a viable alternative?
That said, these wireless adapters scare the B-Jesus out of me.? So Team, anyone out there in the Blog-S-Sphere have any experience with any of these?
reprobates, good or bad?? Many claim 4K but @ 30Hz and many are mostly 1080P compliant, which is OK (today) given the continuing dearth of true 4K content.

All comments are Bigly Appreciated.

Mike M


Spare NVX

 

Anyone need some NVX 360, D30 or E30¡¯s?


CNXTA Card Replacement

 

Hello,
I was recently called to a residence I programmed for gate, garage door and light control thru the CNXTA Phone interface - back in 2003... looong time ago.

Anyway, looks like the CNXTA card is not working right - if I get a used unit, can I just swap it into the PRO2? Or do I have to load any files?

Thanks for any help!
Pat.


Re: Crestron App for Android - family share?

 

google removed any app that hadn't been updated in 2 yrs
find & download the apk
won't run on modern phones that don't allow 32-bit apps i.e. pixel 7 & Pixel Pro & Galaxy S23 Ultra


Re: TS-770 How to go back to User Project after launching Sonos app

 

Just to make you aware of an issue I had. The Virtual toolbar would not work for me. Would not send back to the project after Sonos app launch. This was the only thing I used the Virtual Tool Bar for. I spent a long time going through my program and VTP project and could not get it to work, the VTB was just never responsive. I eventually Initialized/defaulted? the panel and did a fresh start.Lo and Behold the VTB worked right away for Sonos App closing. So be aware if you have this same problem.
In the mean time before I solved the problem I just created a 2 minute Timer to trip the return to project.