¿ªÔÆÌåÓý

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

Re: DSC PowerSeries Neo

 

I have a Crestron integrator working on this since last Nov 22, and we encountered bugs with the DSC drivers, so he contacted TrueBlue support and Crestron actually acknowledge the bug and they pull out the driver. They say they're still fixing the problem (around mid-Feb), I'm not sure if there's an update on this, did they release a new driver already??


Re: DSC PowerSeries Neo

 

Yeah, I couldn't believe it either, the first few times I had to use a CCD. But that's how it is with all CCD drivers for serial or IP control. The two simplest (if you can call it that) ways to see exactly which functions a driver supports are:

1. Actually add it to a program and load it to a processor, then use Debugger to check the state of the "Feature is Supported" outputs.

2. Open the driver's included dat file in Notepad++ (or similar) and use the JSON Viewer plugin to view the information.

While doing either of the above, it's also a good idea to look over the Connection and User Attribute sections for important setup information. Although it's not really as bad as it sounds, it's still somewhat of a pain, especially compared to the "old way" where everything was plainly spelled out in a PDF.

--- On Wednesday, March 15, 2023 at 12:48 PM, ckangis wrote:

Wow!! that's really ridiculous...

At least with the old ways of a standard SMW module, you could see the basic
feature set by looking at the I/Os. Of course they may not work right, but
you'd at least get a sense of what was intended as a feature set...

Is there no help files with these CCDs that give a view into what its
capabilities are for a specific product without going thru the suffering of
unpacking loading and testing the thing???


IR through HD-EXT3-C-B

 

¿ªÔÆÌåÓý

I am running a DMPS3-300-C that is currently using HDMI 1 and DM port 3 and 4. I would like to put a HD-EXT3-C-B on HDMI 2. Would I be able to run an IR line off one of the IR connections on the DMPS and then pass it through the EXT pair so I can control a display on the RX side of the EXT pair? The IR needs to control a display that is 20ft away from the DMPS.

?

?

====================================
Joshua A. Bloom

?


Topics in Home Automation - New Article in Residential Tech Today

 

My latest article, "Integrating Alexa Routines with Third-Party Smart Home Platforms¡± is being published by the good folks at Residential Tech Today Magazine on their web site.

Alexa enabled smart speakers are the most popular smart speakers being produced today.? Almost every third-party smart home platform supports the ability to trigger actions on their platform using voice commands spoken to an Alexa enabled speaker.? However, integration beyond voice commands can be challenging.? This article looks at techniques for integrating Alexa routines with third-party smart home platforms.

You can find the article here:




For those interested in earlier articles that I've written, you can find those here:



Finally, for those that want to see even more content I've written about smart home technology you can find that here:



Thanks


Re: DSC PowerSeries Neo

 

Wow!! that's really ridiculous...
At least with the old ways of a standard SMW module, you could see the basic feature set by looking at the I/Os. Of course they may not work right, but you'd at least get a sense of what was intended as a feature set...
Is there no help files with these CCDs that give a view into what its capabilities are for a specific product without going thru the suffering of unpacking loading and testing the thing???


Pass Serial String Into Module

 

Folks -?

I am using the Fusion SSI Help Message Module, and in the middle parameter section, it has a place to insert predetermined serial string messages. Does anyone know if/what syntax would be to fill the parameter section from outside the module dynamically?

I want to change the messages on the fly without recompiling and pushing.

Is there a prefix and suffix to use?

I appreciate any help you can provide.

AV_Programmer


Https GET Requests

 

HTTPS Get Request????????

?

Any help would be appreciated as I¡¯m going around in circles and more confused than when I started¡­.lol


Requirement:? https GET request to the Solar Edge Monitoring site to return Solar Panel Data


Assumptions:

1. SIMPL can not handle https request using SIO only http
2. API Key required

?

?

My initial thoughts were to use httpsUtilityv2.1? I have tried a number of times and either got nothing or error codes.???? I¡¯ve confused myself as to what I did now and how I got what I got ??

?

Question:

1. Can I use the httpsUtility module to do this request
2. If so the Utility I believe has 3 data entries:?How should I enter the https GET request below within the utility?????????I have used Postman as you will see below and this works fine.

?

a.?????? url$

b.?????? headers$

c.?????? content$

?

3.?Any additional pointers as to where I can learn about how to send https requests in SIMPL / SIMPL+ would be appreciated.? ? ? This is very much a new area for me and trying hard to understand but lost at the moment.??

?

?

?

GET Request in Postman:

https://monitoringapi.solaredge.com/site/[Insrt Site ID]/currentPowerFlow?api_key=[Insert API Key]

?

HTTP View after send

GET /site/[insert Site ID]/currentPowerFlow?api_key=[Insert Key]HTTP/1.1

Host: monitoringapi.solaredge.com

Cookie: JSESSIONID=A079CB3BCD65A2BED64BD48E7DC56A3A

?

Data Returned (Raw)

{"siteCurrentPowerFlow":{"updateRefreshRate":3,"unit":"kW","connections":[{"from":"PV","to":"Load"},{"from":"GRID","to":"Load"},{"from":"PV","to":"Storage"}],"GRID":{"status":"Active","currentPower":0.03},"LOAD":{"status":"Active","currentPower":0.96},"PV":{"status":"Active","currentPower":1.53},"STORAGE":{"status":"Charging","currentPower":0.6,"chargeLevel":36,"critical":false}}}


Re: anyone have used DMPS3-4k-150

 

¿ªÔÆÌåÓý

I may have 1 available that was opened thrown into a rack and the project changed to a different piece of gear. ?Will know more later today if you want to email me directly.

Pat


On Mar 15, 2023, at 9:20 AM, campana2012@... wrote:

?Have a need--please let me know $ maybe more than 1?


Re: DSC PowerSeries Neo

 

I haven't been back to that site, and I think the dealer and homeowner have abandoned alarm integration for now.

Crestron has put the driver back on the CCD site, but I don't have any upcoming projects that will need it, and don't have a panel available to test. When I reviewed the dat file, it didn't seem to support keypad emulation or discrete zone status. Hopefully I missed something :-)

--- On Wednesday, March 15, 2023 at 1:08 AM, Eric Luckart wrote:

Tony, What did you figure out? Any keypad emulation or zone feedback?


Re: NAX - troubling streams #nax

 
Edited

Indeed, I mean, for me as a programmer I couldn't care less about how many interconnects they have to do (lol).? For the price point of NAX to also include an Autonomic it almost becomes easier to just use a better dummy audio distribution solution in some cases, which we do.? Surprisingly, I have found the Autonomic audio distribution to be pretty rock solid for analog systems!? But thats not really on topic.


On Tue, Mar 14, 2023 at 05:39 PM, ckangis wrote:
On Tue, Mar 14, 2023 at 04:57 PM, XSDS wrote:
kind of defeats the purpose of AES67
But even using Autonomic (or outboard Sonos players, etc.) this is still a very handy function - eliminates the gobs of loop-thru jumpers and allows for de-centralized units to share all the sources...

+1 for Autonomic now that they have the AMB to add Apple Music, etc. - and hopefully they're resolve the MMS HW failure issues that they've had in the past...

As an aside, I'm a fan of using multiple MMS-1e units (ex: one for each user), which among other benefits, eliminates the single-chassis failure issue. if you loose one, you still have the others to keep you going...


anyone have used DMPS3-4k-150

 

Have a need--please let me know $ maybe more than 1?


Re: Alpha America Sign Example

 

I also have worked extensively with this product and have a fairly good amount of "practical" information that I have extracted in short form from the documentation. I have written at least a couple of useful modules that provide a number of parameter based presets of various colors as well as dynamically editable presets of various colors. I can post some details if you are still in need.


Re: Q_SYS Crestron Certified Modules version 5.0 and 5.1 #cp4 #q-sys

 

Never digged too deep for this bug, I just put a buffer on all inputs within this module, and enable the buffer by the initial input from the core module, error gone.


Re: NAX - troubling streams #nax

 

Thanks for all the replies chaps,

The main AV CP3 sits on our service VLAN-4
The 5 Sonos players are on the user VLAN-3 and these are handled by a second CP3 on the user VLAN.

I've changed my logic slightly and now start the stream based on the following:
* Update status - sets an IL
* Valid Multicast address
* NAX is online (using offline manager device extender for each of the NAX units)
* Sonos CP3 online

So far I have not implemented setting the port.

The above hoop jumping seems to be favorable, however I'll hold off judgement until I've tested this some more.

@Eric Luckard
The IT guys have combed over the network and they are satisfied that it is up to task.
The management ports on the NAX's are on the user VLAN. The content ports are on a dedicated NVX/NAX VLAN.
No issues with NVX.

There are a total of 6 x DM-NAX-8ZSA on this site.
The 5 Sonos units are in the head end connected to the 2 DM-NAX-8ZSA that I mentioned previously and these need to be streamed to all the remote DM-NAX-8ZSA's.


Re: toggle problem

 

Hi Tony,

I'll need to look into why that email address bounced back as that email address should still be valid.? At this point, I think it makes sense to stop charging for the tool as interest in it has fallen off a cliff over the last several years.? I'll send you a download link for it at some point today.

Thanks,
Geoff


On Wed, Mar 15, 2023 at 7:07?AM <tony@...> wrote:
Hi Geoffrey,?

Are you still selling licenses for your IR tool? I tried reaching out on the email on your website but I got a bounce back.?


Re: toggle problem

 

Hi Geoffrey,?

Are you still selling licenses for your IR tool? I tried reaching out on the email on your website but I got a bounce back.?


Re: NAX - troubling streams #nax

 

¿ªÔÆÌåÓý

Hi Slip

We are currently working through a very similar issue with TB. Our current config has been stable for a couple of weeks now, with the biggest change being to set the IP config manually, FYI my tech was unable to do this using the Web UI so had to use text console.

We are also about to enable Auth on the NAX units today as we have also been experiencing a loss of control with Mediaplayer on the control system.

Good luck

Regards

Justyn

On 15 Mar 2023, at 03:37, Eric Luckart <eluckart@...> wrote:

?I have also stopped using the built in streaming. ?I didn't like how if someone was streaming something on stream 1 then zone 1 decided to airplay it would takeover that stream.

We have used Cisco CBS, Netgear 4300 & 4250's with our NAX's and I cant say I have had any issues with source sharing. ?On most of my projects access AES67 sources from both NVX's and other NAX's. ?I am wondering if it isn't something with your network.






Re: LG OLED97G29LA 97'' LG 4K OLED evo TV G2

 

¿ªÔÆÌåÓý

Hm, wouldn?t be the first time manufacturers? technical support doesn?t have a clue about the capabilities of their devices¡­

Unfortunately, I don?t have the device at hand, the client didn?t buy yet.

?

Cheers,

Thorsten

?

Von: [email protected] <[email protected]> Im Auftrag von David
Gesendet: Dienstag, 14. M?rz 2023 23:23
An: [email protected]
Betreff: Re: [crestron] LG OLED97G29LA 97'' LG 4K OLED evo TV G2

?

On Tue, Mar 14, 2023 at 08:39 AM, Thorsten K?hler wrote:

OK, just received feedback from LG technical support.

They say the OLED97G29LA doesn?t support IP control/external control as it is a consumer device. I shall look at the business model

?

However, the OLED97G2PUA you mentioned might be a good alternative ¨C if it?s available in EU.

?

Thanks,

Thorsten

?

Interesting, the LG C1 is also a consumer device...
If you already have this display and can thinker with it I'd recommend trying out this :

¡±To bring up IP Control configuration, first open up TV¡¯s Settings Menu. Keep the Network icon focused, then enter numerical key 828888 using TV¡¯s IR Remote¡±
This should bring the IP control hidden menu and you should be able to follow the CCD Guide to create the IP control. also there's another old post that can be helpful.
/g/crestron/topic/80639713


Re: DSC PowerSeries Neo

 

Tony, What did you figure out? Any keypad emulation or zone feedback?


Re: Console command for changing a CRESNET device Serial Number? #crestron

 

If you can figure out how to convert the sn# to a TSID you could use setppnbycresnetid