¿ªÔÆÌåÓý

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

Re: Using CP3-R relay and I/O resources in Pyng/OS2 programming

 

Hey Don,

I'm afraid I cannot be of any help on this one since I also lack experience with Home. However, it is great to hear you are still out there delving in.

Best of luck!!

Dennis Sweet


Re: Using CP3-R relay and I/O resources in Pyng/OS2 programming

 

Hi?
there¡¯s no way to do it natively.?


but you could try to convert the CP3-R into a CP3 for Simp Windows and use de Pyng Modules?

that way you can send and get signals from Pyng / Crestron Home to simpl windows and connect this signals to the CP3?

https://vimeo.com/107753110


Re: MPC3-102 AVF with HD-CTL-101

 

Disregard. Been awhile since using AVF. I needed to go to Manage Devices and actually add the driver for the projector. After that I was able to assign the HD-CTL-101 COM to it.


Re: IR receiver to IR transmitter with DM-NVX

 

¿ªÔÆÌåÓý

Hi all,
?
Is can control crestron NVX system with kramer control system.

Sent from


From: [email protected] <[email protected]> on behalf of Olivier Royer via groups.io <oroyer@...>
Sent: Friday, June 7, 2024 2:15:45 AM
To: [email protected] <[email protected]>
Subject: [crestron] IR receiver to IR transmitter with DM-NVX
?
Hello. Is there an easy way to have an IR receiver on the display side and an IR transmitter on the source side? Example, a customer wants to control a remote cable box from the display side.
I was thinking about a USB TX/RX system that would use the KVM functionality of the DM-NVX-360 for example.
Also a IR over Ethernet could work, but all I find is IR over CAT-5 wich is not IP based and won't pass on a network.

I have only one network cable between this remote office and the room where the cable box is.

Anybody made that work before?

Thanks in advance for any idea!


Re: IR receiver to IR transmitter with DM-NVX

 

The Global Cache GC-IRE might work, connected to the NVX decoder's RS-232 port. I'm not sure if its serial output could then be routed directly to a Global Cache transmitter in the program, or if those signals would need to trigger inputs on a Crestron IR driver. Maybe their tech support can provide some ideas...

--- On Friday, June 7, 2024 at 11:20 AM, Olivier Royer wrote:

Yes, there is IR ports on the DM-NVX transmitter, but my problem is to grab the
IR signals from the cable box remote at the NVX receiver and send them in real
time to the NVX transmitter.


CEC to Samsung displays via AM3200?

 

All, I cannot get CEC to work with any of the samsung displays here on site.?
They are mix of Signage and OFE consumer units.?
None of them work, always get '@E' as reply no matter what I send or what ID is used.?
Even power query does not return value.?

Any ideas of how to get CEC to work. This is my last option for control of these displays.?

Thanks in advance,?

Tray


Re: IR receiver to IR transmitter with DM-NVX

 

Yes, there is IR ports on the DM-NVX transmitter, but my problem is to grab the IR signals from the cable box remote at the NVX receiver and send them in real time to the NVX transmitter.?


MPC3-102 AVF with HD-CTL-101

 

Can anyone tell me how (or even if) the power commands are managed to a display, when a HD-CTL-101 is added to the IP Table of a MPC3-102 in AVF?

I have all the gear on my test bench except for the projector, which will be the endpoint on the HD-CTL-101. Curious if a system on/off command from the MPC3-102 will actually initiate the power on command for the driver loaded at the HD-CTL-101 or if I need to rely solely on sync for powering the display on and off.

If I have to use sync, I am not really sure what the benefit to adding the HD-CTL-101 to the config even is. Hopefully this makes sense.


Re: IR receiver to IR transmitter with DM-NVX

 

Do you not have a processor or NVX transmitter at the remote end? You should have IR ports there.?


Re: Reavon UBR-X110 IP Control

 

Hi,

?

Could you share the Reavon X100 driver also with me?

?

Thanks in advance,
Eduards

?

?


Re: DM-NAX-8ZSA unbalanced output

 

¿ªÔÆÌåÓý

Hi,

The analog outputs 1-2-3-4 will always correspond to zones 1-2-3-4 in any situation. There is no special programming needed. Though, if you want it to be a pure line-level output instead of variable volume control, just make sure to enable the EQ bypass feature for the zone.?


On Jun 6, 2024, at 8:59?PM, Angel Marti via groups.io <felipeangelml@...> wrote:

?Hello all,

Does anyone have use the 1-2 3-4 analog outputs on this amplifier?
Is it works like the unbalanced output of the C2N-AMP 6x100?

I don't see any instructions to activate them.


Thanks.
Angel


DM-NAX-8ZSA unbalanced output

 

Hello all,

Does anyone have use the 1-2 3-4 analog outputs on this amplifier?
Is it works like the unbalanced output of the C2N-AMP 6x100?

I don't see any instructions to activate them.


Thanks.
Angel


Re: Running SIMPL debugger continuously

 

You totally could do it exactly as you propose for debug purposes, especially if it's just for inspecting variables in real time and you don't care about packet loss.

For me, I'm actually driving other good automation from my MQTT that don't make sense to implement on Crestron processor, so I'd have unacceptable malfunctions if I had packet loss, and had to choose TCP.? That said, the TCP Server symbol isn't part of my code -- it's one you'd have added yourself following my Readme, and you could substitute TCP Client, UDP, RS232, or any other symbol in its place.? (e.g. TCP Client to make your processors push messages through the internet connection to your other infrastructure)? If you're familiar with the Syslog packet format, you could probably tweak the packet format in the S+ scripts I wrote, to output Syslog UDP instead of the plaintext I'm doing.

An example of "other automation" I'm doing with MQTT is that pesky Pac2 scheduler issue I keep reading about on this forum.? Yeah, it bit me too, but I handled it by deleting all my affected scheduling entries from D3, and then just writing a Python script to "be" the scheduler and trigger events on Pac2 externally, either based on time or MQTT data.? Chatgpt helped me come up with short code snippets to calculate sunrise and sunset using a 3rd party library.? Other python-based automation I do is SMS-based two-way text bots to send commands to the "house" and receive notifications back over text.? All on RPi, using Twilio for the SMS.

Agree, RPi sold as the bare board or in plastic hobby packages isn't robust for production -- on the other hand, some companies have made industrial versions that are (especially using the "compute module" daughterboard version of RPi) meant for pro applications.? Higher end metal / dinrail enclosure pi's provide proper cooling and avoid using SD cards as primary storage (weak spot).? Robustness is also in the eye of the beholder.? I think a lighting system whose manufacturer repeatedly breaks basic functionality like scheduler -- or a dev environment whose performance grinds to a complete halt when you click "debug" on multi-core multi-GHz processors -- could be questioned for robustness :) (the whole reason we're chatting about this topic, the Crestron debugger is unacceptably slow and the silly Python thing I wrote -- or Syslog and other ideas we're discussing here -- outperform it in spades and give us back the basic functionality we're nearly deprived of by not wanting to wait on the "robust" product) -- but Crestron does so many things right and my continued business and support reflects that.? That said, my lighting hasn't missed a single event since I switched to a Python scheduler running on a Pi, others mileage seems to continue to vary :)

Mike


IR receiver to IR transmitter with DM-NVX

 

Hello. Is there an easy way to have an IR receiver on the display side and an IR transmitter on the source side? Example, a customer wants to control a remote cable box from the display side.
I was thinking about a USB TX/RX system that would use the KVM functionality of the DM-NVX-360 for example.
Also a IR over Ethernet could work, but all I find is IR over CAT-5 wich is not IP based and won't pass on a network.

I have only one network cable between this remote office and the room where the cable box is.

Anybody made that work before?

Thanks in advance for any idea!


Re: DSC PowerSeries Neo

 

It was on a system tested March of last year, the zone status was working. The driver at the time was HS2064_3.0000.0005IP from what I see in the program we tested. I have a co-worker who rolled out a panel recently and had the zones reporting pretty fast with HS2064_3.0101.0018IP... before they decided to change the DSC board(!), now the integration is fully broken even with the settings adjusted. Will update when we can test again


Re: Running SIMPL debugger continuously

 

Fair point, MQTT is fairly complex and it would be hard to write by hand without a library.
The more I think about operationalizing this at scale, I'm not sure if MQTT is a good fit for my situation.? What do you think about sending syslog (RFC 5424) directly from the processor?? It's a very simple protocol running on UDP.? If packets occasionally get lost, no big deal.? I wrote something similar for Qsys:?

I have around 100 Crestron processors around the world, so adding a Pi on each one adds some operational challenges.? For me, RPi is a great tool for experiments, but not robust enough for production.


On Wed, Jun 5, 2024 at 9:36?PM Michael Caldwell-Waller via <bowser77=[email protected]> wrote:
Awesome, thank you for trying it and sharing your experience with the group ¡ª

I really like Python. I also really like Crestron gear.? Both do something specific really well and I¡¯ve gotten lots of value using both together.?

Python isn¡¯t my first or ¡°native¡± programming language but it is noteworthy for how massively productive you can be with it, for so little effort learning it.? Its community prioritizes simplicity and they¡¯ve excelled at delivering it.? Paid ChatGPT can crank out quality Python examples that can be pasted from, speeding development.?

Crestron¡¯s hardware and their paradigm with reducing high quality hardware to SIMPL integration has advantages that shine the most when you stick to its simplicity that I feel is chipped away from, when we seek to have a Crestron processor do everything including the kitchen sink.? If you flew on an airplane and found out that the same CPU runs your seat back gaming experience as well as the cockpit instruments, you¡¯d be appalled for the lack of separation.? I feel the same way about anything that adds to the latency of a home¡¯s responsiveness (as well as a bootup time I already think is too much) for critical functionality like lighting.? If you¡¯ve driven a Tesla you might feel their infotainment system has timing glitches¡­ it¡¯s for being a single computer that does too much.?

Since a single industrial-mount Raspberry Pi can be the on-premise MQTT server, and since it¡¯s not too hard set to run full-time Python scripts on boot (either on the same pi or another), I view it as a sweet spot.? Raspberries are up in under 30 seconds.? But more power to anyone who sees the value in having it all in a single appliance and wants to take a moment to whip out S# and implement this there.?

Mike

On Wed, Jun 5, 2024 at 7:18?PM Elliott Balsley via <ebalsley=[email protected]> wrote:
Thanks everyone, for the ideas.
Michael, that MQTT module is very cool!? I tested it and it works as advertised.? Great for temporary debugging with MQTT Explorer.? Have you thought about building the MQTT client into the module, to remove the need for that separate python app?

It might also be cool to run a little HTTP server on the processor that serves metrics in Prometheus format.? That's what I do on my Qsys Cores using this plugin: .

On Thu, May 30, 2024 at 10:56?PM RK-X via <rkx1984=[email protected]> wrote:
Also don't forget Cresteon Fusion which will pump whatever data you pick into a SQL table and the you can construct your data into PowerBi, works great for generating bigger pictures about system use, Errors, help requests, mic battery levels (anything). Then you can make in formed descisioms about correct system development or push training and information to change how users interact with the system and prove your results as time goes on


Re: DSP parametric EQ control #programming #values

 

¿ªÔÆÌåÓý

I think you¡¯re looking for analog logic symbol called ¡°log with limits¡±. I haven¡¯t poked at the maths for it, but frequencies are a logarithmic scale. You may have to poke at the numbers a bit to get the outcome you want.

?

Hth,

?

--?Steven

?

?

From: [email protected] <[email protected]> on behalf of D_a_n_e via groups.io <dparis@...>
Date: Thursday, June 6, 2024 at 10:14
?AM
To: [email protected] <[email protected]>
Subject: [crestron] DSP parametric EQ control #programming #values

You don't often get email from dparis@....

Hi All,
I'm seeking a way to control a filter's frequency in a parametric EQ block in Biamp. I have successfully achieved control of it in a linear sense, but the problem is that the frequency range of the filter (20 Hz - 20 KHz) is not linear. So when I ramp the analog value, the frequency parameter makes very large adjustments at the lower end of the spectrum, and very small adjustments at the upper end. I need a way to make this progressively increment more at the higher end and less at the lower end. I never learned such advanced maths in school, so I have no idea how to describe such a formula or if Crestron even supports that kind of thing. Any ideas?


DSP parametric EQ control #programming #values

 

Hi All,
I'm seeking a way to control a filter's frequency in a parametric EQ block in Biamp. I have successfully achieved control of it in a linear sense, but the problem is that the frequency range of the filter (20 Hz - 20 KHz) is not linear. So when I ramp the analog value, the frequency parameter makes very large adjustments at the lower end of the spectrum, and very small adjustments at the upper end. I need a way to make this progressively increment more at the higher end and less at the lower end. I never learned such advanced maths in school, so I have no idea how to describe such a formula or if Crestron even supports that kind of thing. Any ideas?


Using CP3-R relay and I/O resources in Pyng/OS2 programming

 

Hello, all.? I'm a first-time poster here, but a long-time SIMPL programmer and a relatively inexperienced Crestron Homer.
Is there a way to pair CP3-R relays and/or I-O ports in an OS2 Pyng program, or is that hardware just wasted on this platform? Thanks in advance for chiming in...


Roku <> Crestron Home

 

Has anyone found a good driver that provides full control of the roku on crestron home? Calling up directly to the apps and sending the remote's preset 1 and 2.