Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Elusive Cisco Room Devices 4.0
Good morning group -
We are working on a project with a Cisco WebEx Room Kit Plus and I have seen reference to the?Cisco Room Devices 4.0 module on Marketplace and I cannot seem to find this module.? I have the?Cisco Room Devices 3.4 module (which will not compile due to outdated dependencies).? Does anyone have the?Cisco Room Devices 4.0 module they can share or point me to the right location for this module? Any assistance would be helpful. Thanks -? |
Re: CHV-RSS Ohm Rating
¿ªÔÆÌåÓýSearch the posts.? The RSS is not a resistive sensor. ? From: <[email protected]> on behalf of miitchchapman <mitchell@...> ? Hi All? |
Re: Samsung Frame CEC mismatches
Bruce you're a life saver, thanks so much.
?
Hopefully can return the advice one day.
?
Cheers!
?
Joe
|
Re: Samsung Frame CEC mismatches
The current generation of Samsung Frames can be reliably controlled using CEC, but your CEC source needs to be "unregistered". I suggest using the following:
Power on - \xF0\x04 Power off - \xF0\x36 However, on the latest generation of Samsung Frame, art mode should be considered the standard off state. The only way to get the TV into a "full off" state is a press and hold from the IR remote control. If the TVs are in spaces where they need to be dark like bedrooms, then you will need to use the Samsung art settings to adjust when art is shown. There are settings for motion detection, ambient light level and if memory serves, time ranges as well. Regards, Bruce |
Re: Samsung Frame CEC mismatches
Thanks Phil,
?
Afraid that's what we've tried along with everything else, have tried broadcast addresses and different source addresses to no avail.
?
Doesn't help that it seems like control via CEC is intermittent as well...
?
Hopefully lightning will strike and I'll either figure it out - or maybe take out the TVs so I can get in something better instead!
?
If anyone else has run across this and has a resolution - would be gratefully received....
?
Joe
|
Re: How to get C# trigger a method based on event from Simpl+
I don't see any object references in that code, so it would be something in CalculateX or CalculateY.? If you can catch the exception in ButtonPress you can print the full stack trace to console, or you can use S# Debugging to trace it down more accurately. On Tue, Feb 28, 2023 at 8:57?PM Brad Wykoff via <bradwykoff=[email protected]> wrote: I've updated my code as follows: |
Re: Firmware update issues with 3-series
Just an FYI...
I had another site with a CP3 and a CP3N, both with the v1.8001.4666.x FW. Both DID NOT update as 'expected' to the .5061 version. INITIALIZE-RESTORE-BETACLEANUP worked on the CP3, but the CP3N has had issues before and after...
?
The CP3N update process both before and after hangs at this point:
?
Status: Updating "IOP" (Slot #6)...
Status: Delaying for 10000 msec.
..........
Status: Unzipping file (s3-cp3_1.3177.00007.sig): 100%
Status: Unzipping file (s3-cp3_1.3177.00007.upg): 100%
Status: Unzipping file (~info.ini): 100%
.Status: Copying the firmware file: 100%
...................................
?
After ~ 1/2 an hour, I can reconnect with console, but still get the 'Activate ReportSoftwareParsed' dialog.
It seems to stop there...Basically the dots of death... This lasts for another ~1/2 hour...
?
CP3N is a PoS for sure (that is any proc with a useless router in it), but this stuff is ridiculous...:( |
Re: Samsung Frame CEC mismatches
IIRC on these you first have to select HDMI 1 and then power off. On Wed, Mar 8, 2023, 5:15 AM Joseph Clare <joe@...> wrote: Morning all, |
Samsung Frame CEC mismatches
Morning all,
Just about pulling what is left of my hair out trying to deal with CEC control of a Samsung Frame... \x40\x04 works fine for on and I can select HDMI inputs fine but when it comes to turning it off, the only CEC frame it will listen to is \x40\x36 but that only puts it into ART mode, not actually off... Has anyone else seen this and found an alternate for actually putting it into standby? I've tried \x40\x44\x6C and \x40\x44\x40 but no luck so far.... Thanks in advance for any help... Joe |
Re: Crestron with Trend Control IQ4E (By Honeywell) Integration
This is quite easy and we have done it several times, although probably not in the last 5 years. We used a company Synapsys who supply and configure another Trend module that adds to the Trend system. This then has an RS232 port for communication, Simple, works reliably, but not cheap, as they need to access and program the Trend system. I would guess that they probably now have a BACNET interface, as that is the current fashion. It is worth talking to them.
|
Re: HZ-THSTAT
I just started playing with this TStat and the TSTAT Config Tool in toolbox...
Do others have issues with being able to connect to a stat? I open the tool, retrieve a TStat's config, make a change, then send back...All good... A few minutes later, I try to receive or send and the Tool will not even open the connection dialog...? ?Is this a *Feature* ??? TIA! |
Re: best practices to instantiate public variables, EventHandlers and class objects
For public variables I usually create methods for SIMPL+ to use for setting and getting.? for class objects as long as you are aware that SIMPL+ requires the class to have a parameterless constructor. So I sometimes will create a method called ¡°Initialize¡± or ¡°SimplCtor¡± that does everything I needed the constructor to do. It¡¯s then a 2 step process because of this but at least it works.? for Events it looks like you¡¯re already doing it the way I usually do it. Use your own custom event args class like you¡¯re doing.? |
best practices to instantiate public variables, EventHandlers and class objects
What are some best practices to instantiate objects between Simpl# and Simpl+.
Public string MyMessage; public event EventHandler<MyEventArgs> MyEventToCall; readonly RootButtons[] _buttons = new RootButtons[16]; ? public class MyEventArgs : EventArgs //data that is sent to Simpl+
? ? {
? ? ? ? public ushort MyBUTTONINDEX { get; set; }
? ? ? ? public ushort MyBUTTON_FB { get; set; }
? ? ? ? public string ERRORMESSAGE { get; set; }
?
? ? }
? ? public class RootButtons
? ? {
? ? ? ? public ushort BUTTON_FB { get; set; }
? ? }
|
Re: Page Return from Built in App to User Project within TSW-xx70? Sonos App Specifcially.
Thanks for your input @ckangis, that is great info!
@johnmax, my goodness that is a PITA.? Wow.? Just wow.? That is pretty clever and I may actually utilize that, but wow talk about some backwards engineering. Thanks for the responses guys! |
Re: Page Return from Built in App to User Project within TSW-xx70? Sonos App Specifcially.
Just an FYI...
There's an extender in SMW for the TSW-x70 panels called Button toolbar. It allows you to show/hide the toolbar and turn each of the 5 buttons on or off. It also allows you to place the toolbar on either of the 4 sides of the panel. The one thing I can't remember is if you can completely hide the TB lip (make it inactive). You may need to use the console commands that you mentioned for this... |
Re: Page Return from Built in App to User Project within TSW-xx70? Sonos App Specifcially.
We discovered the same issue with the virtual toolbar. It is a poor replacement for panel mounted hard buttons. Especially when the real estate is still there for them- its not like theres no bezel...
What we are doing is using the TSW App Control extender, and using the Open App_fb signal to send console commands to the panel with the SSH Interface v1.7 module. Once the Open App_fb signal goes high, we send VKENABLE ON followed by VKSHOW OFF which enables the toolbar then immediately hides it. Then when the user wants to leave the Sonos app they just need to swipe out the toolbar and hit the home button to exit. Once thats done we see the Open App_fb on the device extender go low, and then we send the console command VKENABLE OFF which removes the toolbar from the panel.? I sent many requests to support to have them check the panel to see of the toolbar is enabled or not, and if it is then when youre in Sonos or even the browser it should automatically enable the Home button temporarily. Or else you cannot leave the app you are stuck there util you reboot the panel. All I got was "yea that seems like a good idea" and havent seen any fix for it. At least our workaround works for us.? |