Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Crestron
- Messages
Search
Re: CCD Samsung QLED can't connect
I made a small GUI program that parses the information from a CCD and makes it easier to read. It takes either the zip file or the pkg file and shows the most useful pieces of information in a table view instead of just a JSON file. It also displays the JSON, if you wanted to see the rest of the data without going through all the unzipping stuff. For anyone who is interested, it's on GitHub at (there's a "release" just so there's a downloadable executable if you don't want to compile the project).
|
Re: NAX with NVX AES67 stream issues
I've had these problems in the past.? There are always one of two problems, network configuration and streaming port settings.
If you check the "Device is Master PTP Clock Source" and all NAX say yes, then it is a network issue.? For the port issue, I have manually set the NAX port on all NVX devices to port 5004.? The NAX doesn't like changing ports for some reason.? I have witnessed all zones on a single NAX stop working when any zone changes streams with a different port.? The only way to get audio working again is to clear all stream (enter 0.0.0.0 in stream address) then resend the address.? After manually matching all port values, the problem goes away. Jay |
NAX with NVX AES67 stream issues
Am I the only one having loads of trouble (Rx streams stuck on "Connecting") lately? Weh ave lots of NAX jobs where we only have audio from NAX 1 or 2 or even 3, but now we are starting to use the AES67 stream output of NVX cards and having loads of problems.
Crestron Support has come back with loads of things to try that don't help: -re-send the Port[5004] every time you switch streams -Stop, change stream, then start stream -change port 4570 for Video sources and 5004 for Audio sources -update all your firmware -use our Crestron (Netgear 4250 switch) -etc, etc These amps just seem to get stuck and rebooting amp/s might get things working for a few hours or days. but it stops again. Switching from NAX stream to NAX stream will be fine, but then you switch a NVX AES67 stream and things either stick on connecting or you might get sound, but then when you go back to NAX audio you have no sound. its variable and frustrating. Anyone found the secret sauce and care to share? Anyone else doing this with Simpl and having success? Jon |
Re: CCD Samsung QLED can't connect
¿ªÔÆÌåÓýUse 7zip to open the archive and open the day in notepad++. Look for the user attributes and follow them. Alternatively you can set the program to load the driver and send the user attributes to serial joins and send them to a msp. Then in toolbox read the strings.It will tell you per display what needs to be done to connect. Cheers Natalie On Jun 7, 2023, at 4:25 PM, Steve Adams <steveadams172@...> wrote:
|
Re: CCD Samsung QLED can't connect
I believe you have to go into the settings menu and allow 3rd party control to get the pop-up. On Wed, Jun 7, 2023, 11:53 AM Natalie Jackman <natalie.noel.jackman@...> wrote:
|
Re: AAE Speaker Connectors
¿ªÔÆÌåÓýI know this is old but I wanted to confirm that these worked perfectly. Thanks everyone that chimed in. Gary, On March 16, 2023 9:09:09 PM CDT, "Michael Braithwaite via groups.io" <smartamp@...> wrote:
|
Re: CCD Samsung QLED can't connect
¿ªÔÆÌåÓýThe protocol is backwards compatible. There might be new things but the old tends to still work. The inputs might not align. Find the driver that has the same set of inputs.Also keep in mind that the display uses wol for power. Grab the MAC address for the Ethernet port not the wireless amax address and provide that to the correct user attribute string value following the documented format. Cheers Natalie On Jun 7, 2023, at 9:20 AM, mark kaye <markkaye@...> wrote:
|
Topics in Home Automation - New Article in Residential Tech Today
My latest article, "How the MeatStick 4X Grilling Thermometer Improves on Its Predecessor¡± is being published by the good folks at Residential Tech Today Magazine on their web site.
After a long winter, summer is the season for BBQ and grilling. Unfortunately, not everyone is an award winning pit master.? The new MeatStick 4X is the next generation in grilling thermometers and can help even amateur outdoor chefs cook great food on their grill, in their smoker, and more.? This article provides a full review of the new MeatStick 4X. 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: CCD Samsung QLED can't connect
The ccd driver documentation should specifically mention that wireless control is. It supported exactly because the control is too slow and unreliable. At no time ever use the wireless connection for a Samsung IP driver.
toggle quoted message
Show quoted text
Cheers Natalie On Jun 5, 2023, at 11:06 AM, Tony Golden <mrgolden@...> wrote: |
Re: CCD Samsung QLED can't connect
¿ªÔÆÌåÓýThe CCD should request a new token if it gets an invalid response. You should see it display it again. If it isn¡¯t the handler for the token is in the json that defines the driver and can be edited as needed.Cheers Natalie On Jun 6, 2023, at 5:40 PM, Alex Teague <alext@...> wrote:
|
Re: CCD Samsung QLED can't connect
I second what Tony said and I avoid it at all costs. Not sure if this unit is the same but you may have to use the manufacturer's remote and accept an on-screen popup to allow a connection and in turn provide a token for communication. If you miss it or don't accept it would fail connection.
|
Re: Streamer recommendations
I think that the MMS-1e (add add'l as needed for more independent players) is the way to go. Add their Advanced Music Bridge (AMB) if you want/need Apple Music.
You can Airplay to it. and they have all the streaming services (that matter) I think that Bluesound does not have all the services, which may not be an issue with what you're looking at. Integration is solid.? I'm pretty much done with Sonos. They come with too much baggage and the Crestron integration (communications) is 50/50 |
Re: What is this??
Thanks, guys.
It's not (yet) my system so Hydrogen and EnableFeature stuff was likely not turned off, so this might explain it... I always turn this crap off by default... We don't have the original source code, so I wanted to sort of rule out the possibility that its some specialized code. Probably not since it is just controlling TStats and a security system, from 5-6 years ago... Thanks!! |
Re: What is this??
Based on how it's worded it means whatever payload this method/function was trying to retrieve came back with a Null (nothing). Who knows why. Unless it was specifically documented, which is rarely ever done for things like this, even for the programmer who wrote the code they may have to look at it again to figure it out after the fact.? It would be a monumental effort to document every notice/warning thrown in a program and make it readable/understandable without context. Most of those types errors need to be fixed in the code (at one end or the other) and would require an update and likely not something tech support would be in position to assist with.
What I would find helpful is when bugs or things like this are reported that they're actually tracked and we have some involvement in or understanding of the status, if it's being looked into, has been fixed, won't be fixed etc. Online help really doesn't cut it for this. |
to navigate to use esc to dismiss