Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Netatmo integration
Hi Jay/Thorsten
?
using sensibo too since 1 month.. I have a CH system and at first, I've tried with the cpllc driver.. with only 1 sensibo at the system, it worked perfectly with no issues.. control and feedback works good.??
then the client liked it and wanted two more units to be controlled, so I've added two new sensibo extensions. same license cost for unlimited units verified by CPLLC. This didn't work for more than just hours.. (same error "429, too many requests... " that we all know about);
talked to randy at CPLLC and told me that it is something on sensibo's side.. and talked to sensibo and they said that their server is receiving more than 10 requests in a 10 second window, and that is their limit.?
I did tried to use an API key for each sensibo, with no success.. when I left the system back with only 1 unit, it worked fine again.?
?
then, I've tried to make it all the way around using a simpl program and Jay's module. Using Bacnet thermostats in CH, and the hosted remoted device/objects in simpl I've created the control within CH using simpl windows control of the sensibo.. all great with the first sensibo. worked flawless and fine, but same issue after adding the second unit: control and feedback became not constant, and start loosing two way communication. I'm using a vc4 and a mc4-r; I will try to enable logging in the vc4 and see if it is the same 429 error -> too many requests, and talked again with sensibo support, as I am guessing that maybe something changed in the server credentials/access with the requests, because as Thorsten said, with just a few commands, even within the "sensibo 10 commands-10second window", more requests are entering sensibo cloud..?
?
just one question thorsten: did your project has more than 1 sensibo unit?
I will also try to separate my sensibos in different accounts, so maybe they reach sensibo's cloud in different channels. I will share the results
?
regards
nico |
Re: SONOS Port as main Volume control for audio zone in Crestron Home
¿ªÔÆÌåÓýYes, it will work.. just choose it as ¡°sonos amp¡± when Crestron home asks to ? Regards nf ? From: [email protected] <[email protected]> On Behalf Of David Chramcow via groups.io
Sent: viernes, 2 de agosto de 2024 09:57 a. m. To: [email protected] Subject: [crestron] SONOS Port as main Volume control for audio zone in Crestron Home ? Hello. ? We have a standalone audio zone consisting of several 70V in-ceiling speakers being driven by a "dumb" 70V amp by QSC. Client wants to add this audio zone to his Crestron Home system, but he doesn't want to change the amp. ? Would adding a SONOS Port to the input of the amp allow Crestron Home to control the volume of this zone? The amp would have its volume level fixed at a certain level/dB, while the SONOS Port would be configured as "Variable" inside Crestron Home. ? Would this work? ? Thanks. |
Panasonic PT-FW430 IP
Sorry if this has been posted before - I looked through the forum and didn't find anything.
?
I have been using Panasonic PT-FW430 TCP-IP modules from the application market with no problem, I'm testing a new Panasonic pt-vmz51 projector and want to use the same module to control it but it's not working for me. Can the Panasonic PT-FW430 TCP-IP module work for this? If not, is there a different module that works with it? Thanks in advance for your help. |
SONOS Port as main Volume control for audio zone in Crestron Home
Hello.
?
We have a standalone audio zone consisting of several 70V in-ceiling speakers being driven by a "dumb" 70V amp by QSC. Client wants to add this audio zone to his Crestron Home system, but he doesn't want to change the amp.
?
Would adding a SONOS Port to the input of the amp allow Crestron Home to control the volume of this zone? The amp would have its volume level fixed at a certain level/dB, while the SONOS Port would be configured as "Variable" inside Crestron Home.
?
Would this work?
?
Thanks. |
Re: nvx simpl
We use streamLocation strings for routing, instead of subscriptions, since it's less time configuring devices. But it's a little more programming if you want to drive routing with analog values. So if you only have a handful of devices, subscriptions can be a decent option and then you have native analog routing in SIMPL.
?
Multicast stream addresses can be set via SIMPL, as was mentioned... But they have to be even numbers (typically starting at .0). The next address (odd) will be used for an audio-only stream in case you need independent audio routing. We usually just use all the even numbers for video routing - there's no requirement for more spacing.
?
--
Josh Winn The LiquidPixel Group |
Re: nvx simpl
Subscriptions?aren't required, and can cause difficulties if you have to swap our NVX hardware down the road.? IMHO the?
StreamLocation_F > StreamLocation is much easier. On Fri, Aug 2, 2024 at 2:45?AM Jehuty47 via <pvincent=[email protected]> wrote:
|
Re: nvx simpl
You have to create the same subscription list in all of your decoders (each line of the list is a encoder) and recall each line of that subscription in simpl with a analog signal in SIMPL (see the message of Martin Philip)
?
Before that, you have to configure each encoder with a stream address for multicast (exemple : 239.69.0.1) and for a good practice, separe each ip of 10 (exemple : 1st encoder > 239.69.0.1 , 2nd > 239.69.0.11, 3rd > 239.69.0.21 etc...)
Then you see them in Subscription in your decoder and you can create the list. |
Re: UC Engine "Panel Occupancy" feedback
I know you can pair a crestron pir to the panel also.? Maybe the feedback is in regards to that? In the UC engine crestron software , you can see the connected devices and the touchpanels report their occupancy status there also.? I just did one yesterday and I remember seeing it and showing as occupied. But I also had a pir paired to the panel.? |
UC Engine "Panel Occupancy" feedback
¿ªÔÆÌåÓýI noticed there's a new (to me) UC Engine Reserved Joins extender in Simpl, which has a couple of feedback signals for "Panel Occupancy".? I assume/hope this is feedback for the TS-1070's built-in proximity sensor, but when testing with Debugger today the Occupied FB constantly remained high.? It never went low, and the corresponding Vacancy FB signal never went high. ? Has anyone used this successfully, and can confirm if it's what I think it is, and really works? ? Thanks in advance! |
CH5-Image URL local path
Just wanted to share a bit of information.
?
I'm working on a Construct project.
I have a widget list.?
The widget that is repeated has an Image component.
The Image component Receive Serial Feedback Url is a contract.
?
I did not want to use an image hosted on the processor, as that would be slower than a local file.
I wanted to reference an existing SVG or PNG already in the project.
?
In the SIMPL/SIMPL# program, you can set the serial-join to the one of the following paths:
* an existing SVG probably included in all solutions/projects. You can unzip the CH5Z, and then the CH5 file.. in it you will find all the CT-Neo icons and images in there.
? ? then send this to the serial join without the quotes "./assets/svgs/media-transports/light/video-screen.svg"
* an image imported in the project
? ? "./app/project/assets/img/logo.png"
?
?
You can probably add more images into "./app/project/assets/img" folder in the zip file before uploading so you can reference them in code without having to manually import them into Construct.
?
?
?
?
?
? |
Re: nvx simpl
Once they are configured the way you want the only programming you really need is to route the "StreamLocation_F" of your encoders to the "StreamLocation" input signal of the decoders. You would need to add some logic to select which encoder stream is routed to each decoder.
?
Once you have that down you can add additional signals to your programming as needed. I typically add programming to set all of the configuration that I can on the NVX once it connects to the processor so that if a box ever gets replaced the configuration should come up automatically.
?
Most Simpl settings have a direct relationship to settings in the web UI of the NVX units. I would go through the web UI and play with various settings and look at the Simpl help for the NVX symbols |
Re: Teams Room Integration
#construct
#crestronapp
#html5
I have been able to finally get Construct to properly create a archive file CH5z and uploaded into the existing Teams Panel. Yes I see that the controls go back to Teams Room after a minute; which will not be acceptable as their primary panel. My Extron Zoom project had all of the Zoom Controls residing on the Extron Controller and there was a single GUI, where I could delete some of the unused Zoom buttons and create within the Zoom pages a button to flip over to the Room Control Pages and then had a button on those pages to flip back.
?
These large divisible Meeting rooms are 80 percent presentation & less than 20 percent UC. Plus, when the rooms are combined, I make them only use the touch panel in the middle room and disable the other touch panels (also only provide the Teams Appliance and the SIP Audio conference sources of the middle room. Does not look like this is possible not really setup to handle these larger rooms since Microsoft wants to control everything.
?
Was looking for a Teams room solution that utilizes a wall mounted teams panel - Crestron is the only one so far that has one utilizing there TSW-1070, but there UC Compute device is still running Windows 10 IOT versus Windows 11 IOT on the latest and the new ones have direct HDMI injest into their compute boxes versus an external HDMI to USB converter for their shared content.?? |
Re: VC4 and Bacnet Issues
found my error and now working.?
I was leaving by mistake the COV (change of value) of each hosted object in 0, and at the error log I've found that message of "cov value is out of range....". needed a value between 1-65535 :|
that mistake crash all the bacnet process within the processor.?
worked fine now in VC4
nico |