¿ªÔÆÌåÓý

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

Re: NVidia Shield control from Crestron

 

If you are using a Crestron DM system... I use standard CEC commands and they work great!? Play, pause, FF, Rewind, navigation all work.


Re: Smart Graphics dpad question

 

Thank You.
That's all I needed to finish this.


Re: Insteon Lighting Control

 

Sorry to reply to a dead post. Just trying to add this stuff so if someone looks for it, it's out there!



If you use a 1st gen Insteon hub, you can issue commands thru the network.
If you have a Serial PLM, you can communicate with a Processor's COM port.

I have not done this myself, don't have the patience to set it up!


Re: Insteon Lighting Control

 

Sorry to reply to a dead post. Just trying to add this stuff so if someone looks for it, it's out there!


If you use a 1st gen Insteon hub, you can issue commands thru the network.
If you have a Serial PLM, you can communicate with a Processor's COM port.

I have not done this myself, don't have the patience to set it up!


Re: Insteon Lighting Control

 

Other things I found I didn't know about! There is AMX code running around to program Insteon:

https://web.archive.org/web/20081012172925/http://www.smarthome.com/321601.html

https://web.archive.org/web/20151204232334/http://www.smarthome.com/artemis-v2-64-device-insteon-controller.html

https://web.archive.org/web/20081026115729/http://www.smarthome.com/321602/Artemis-V2-64-Device-INSTEON-Controller-Software-Only-ASV02064/p.aspx

https://web.archive.org/web/20121110005743/http://www.smarthome.com/manuals/321600.pdf


RA 3 button control module v1.1 lag

 

Has anyone seen this and maybe have a solution? I have a project with RA3 and we are using some keypad buttons to control audio. After uploading the keypads work fine, but after about an hour they start to have lag in the controls. Like pushing the raise button for volume up can take as long as 6 seconds to output the digital signal going high. With debug enabled on the communication module it appears that the Lutron string is coming to the Crestron in its normal timely manner, the Crestron however lags in setting the associated digital output high.


Re: ST 2110 Routing Control

 

Also interested in this thread. Attempting to Implement NMOS for ST2110 IP switching control.?


Re: NVidia Shield control from Crestron

 

¿ªÔÆÌåÓý

I've used this? with Home and it work fairly well,

Not sure if they have a version that works with Simpl.



On 4/23/2024 10:35 AM, Mike F via groups.io wrote:

Has there been any updates on a Crestron SIMPL driver being developed to work with the Nvidia Shield Pro?


Re: NVidia Shield control from Crestron

 

Has there been any updates on a Crestron SIMPL driver being developed to work with the Nvidia Shield Pro?


Topics in Home Automation - New Article in Residential Tech Today

 

¿ªÔÆÌåÓý

Nobody I know enjoys mowing their lawn or vacuuming their homes.? Robotic mowers and vacuums are, in many ways, similar devices as they both these smart home robots incorporate navigation and locomotion functionality.? However, robotic vacuums have become common smart home accessories while robotic mowers haven't kept up.? Segway is working to change that with their Navimow i Series line of robotic mowers.? While the Navimow i Series mowers are positioned as entry level robotic mowers, with very competitive pricing, they include advanced navigation capabilities and features that set them apart from the competition.? This article provides a first look at the Segway Navimow i108E robotic mower.

You can find the article here:


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



For these interested in even earlier content that I wrote, you can find it all here though older content has formatting issues due to a transfer from blogspot to wordpress.



Thanks


Re: Smart Graphics dpad question

 




The content of this email is intended for the person or entity to which it is addressed only. This email may contain confidential information. If you are not the person to whom this message is addressed, be aware that any use, reproduction, or distribution of this message is strictly prohibited. If you received this in error, please contact the sender and immediately delete this email and any attachments.

On Tue, 23 Apr 2024, 05:44 stefuel2 via , <stefuel=[email protected]> wrote:
I'm missing something here.? The dpad is one object that controls 5 functions.? Up. down, left, right and ok.? I'm not seeing how to attach 5 different join numbers to it.


Re: Smart Graphics dpad question

 

You can give it a smart join number and then import the smart object, or you can give it single digital join and it uses the next 4 joins. If you look at the help for it, it explains this.


Smart Graphics dpad question

 

I'm missing something here.? The dpad is one object that controls 5 functions.? Up. down, left, right and ok.? I'm not seeing how to attach 5 different join numbers to it.


Re: TSW1070 over Crestnet

 

I've used dozens of these and they work fantastic. You can get them slightly cheaper through SnapAV/Volutone. ?

Michael


Re: NAX and NVX over VLANs with Home

 

Thanks Michael,

I agree totally with your assessment.
If we set up a FQDN with DHCP and DNS on a server, everything would just work.

I will say that with Crestron's stack implementation, SSL does work with non-Crestron Home systems.
I have successfully used Crestron's "setcsauthentication" on many statically assigned devices without problems.

My opinion is that Crestron's VLAN "solution" for CH is flawed.
If they would allow us to treat the processor like a trunked device, then everything would work fine.
The Crestron processor would just add the appropriate VLAN flags to any traffic not on its primary VLAN.

The whole point of Crestron Home is that is should be easier to implement.


Cisco address books etc

 

¿ªÔÆÌåÓý

Hi all,

I¡¯m working with Cisco Room Device Driver 7.0002

?

Is there any way to add an entry from ¡°Call History¡± , Recent calls , add this to local phonebook (Favorites)

-Like you can do in the Cisco touch10??

?

Cannot find this. Or is there any custom Command you can use?

?

?

Med V?nlig H?lsning / Kind Regards

/Lasse

?

-

Lars ?slund

Uppsala Mediateknik AB - Smarthome

lasse@...

+46 709 679050

SIP: lasse@...

?


Re: NAX and NVX over VLANs with Home

 

This may or may not apply, but my experience outside the Crestron world is that when you go from a hostname to an IP address, you have a chance that it breaks SSL, because the SSL certificate contains a text field called "common name" that it compares with the hostname, and if they don't match, the baseline outcome is a certificate validation failure.

There is also a field in SSL certificates called "subject alternative name" (SAN).? If hostname matches a SAN, then, that is considered a validation success.? But on the other hand, an IP address may or may not be treated the?same as a hostname.? Whether or not they are handled like hostnames is dependent on the SSL stack and the application.? SAN's also have a flag that differentiate between "this is a hostname" and "this is an IP address".? More often than not, SSL implementations demand a resolvable hostname, and don't accept a numeric IP address as a substitute hostname, even when the "this is an IP address" flag in the SSL certificate's SAN field is properly set and valid.

If I suspect that the lack of a resolvable hostname is contributing to SSL failures, my only real troubleshooting steps are to temporarily disable SSL to see if I was right, or, set up a local DNS server that allows me to create a first-class fully-qualified DNS-resolvable hostname that doesn't depend on multicast DNS or any kind of local network magic that makes DNS work without a real DNS server, that depends on the operating system's quirks to work correctly.? Both of those are kind of a pain in the ass to be honest (especially if your options for setting up DNS include creating an unwanted dependency on having a working internet connection).? Nevertheless, that's what you could be dealing with.? You didn't want a local DNS server, but if my guess here is right, it would solve this.? Oh, another runner up that also works (despite also being messy) is to manually input hostnames in the operating system's "hosts" file


Re: NAX and NVX over VLANs with Home

 

I was using two X300 amps just recently and used the second ethernet port on Amp 1 to feed Amp 2.?
I was was getting the "Connecting" message you were speaking of on Amp 2 trying to stream the AES 67 source from amp 1.?

Flat network with IGMP turned on for the network switch that had the NAX Amp 1 network connection on it.?
Once I stopped using the loop out from Amp 1 to Amp 2 and moved Amp 2 network connection to the network switch, I was able to get AES 67 to work.

I know this isn't the same exact scenario but maybe something to keep in mind.?

I have successfully used the loop out with two 8ZSA amps in the past, but the X300 devices were for sure behaving differently.


Re: NAX and NVX over VLANs with Home

 

We are having all kinds of issues with this at a home right now.
However, ours is actually behaving a bit differently than yours.
For some reason, we can't change the hostname to a static IP address.? The second we try this; the CH processor changes the status to awaiting authentication.
The device says that it is online, but the processor doesn't allow for any config changes or routing.
I have tried manually entering the CS authentication credentials through console, but nothing gets the device to show online in CH setup.
Crestron is confused, and their solution is to suggest that we put everything on the same subnet.
We have VLANs for a reason!!!!

What is even stranger, when you select the "Web Configuration" text in CH setup, it tries to load the NAX AES67 IP address not the management one.

Of course, once I select "Repair Connection" in CH setup, it forces the hostname again.

Oh ... and don't bother trying to put the NAX/NVX back on your control network because it doesn't work.
That's what I tried, with the Management on the clients network for Airplay.
No worky!? That's when Crestron tries to manage the device using the AES67 network!

Crestron ... please learn how to properly implement a VLAN strategy on a processor!
Instead of just giving us a place to input a range of addresses, why not just make the processor VLAN aware?
The processor should have an advanced networking tab that allows for entering the VLANs that should be allowed and the IP address of the processor on that VLAN.
This is the exact implementation in devices like the Josh.AI Core and OvrC Hub.

Or ... better yet Crestron, let us actually set things up in CH!
Stop trying to dumb things down just to get everyone on planet earth to install CH.
Just give classes on VLAN tagging and proper multicast implementation.
It drives me absolutely nuts that their answer is a flat network with everything in DHCP.
And let's not get started on trying to keep organized IP tables and Cresnet address ranges.

If anyone has successfully implemented this with the latest OS4 firmware, please chime in!
Brian


NAX and NVX over VLANs with Home

 

Hello...

Following the recent(ish) upgrade to CH which allows a Home processor to deal with devices across VLANs, we have implemented VLANs on a larger site.
The site was running multiple NVX devices on an already busy network. ?Previously we were seeing some packet loss and lag but the new VLAN arrangement has much improved these symptoms. ?General network performance is improved too (outside of the Crestron stuff).
Aside from having to change the Processor to an IP address (instead of the default hostname) in each NVX/NAX device web GUI, this was a straightforward change and everything came online ok.
However: ?we are now unable to connect to NVX AES67 streams from the NAX. ?On the web GUI of the NAX we just see 'Connecting' under the Stream Status table.
Multicast addresses are all correct. ?System was set up natively in CH (authentication, chdevice etc.) but we have tried a few manual tweaks as well.
Video is working fine, Airplay working fine. ?Multicast / IGMP appears to be right; there's no network flooding or crashing and the NVX is streaming video perfectly happily.

Since the Multicast addresses are populating correctly, perhaps this hanging on 'Connecting' might be an authentication issue... however, the only user in the user table is the system-generated chdevice. ?(I did try adding the chdevice user to the 'connects' group as well, but no avail)

This was working fine before we put the VLANs in. ?

We are using dual ethernet ports on the NAX. ?1=Management, 2=AES67. ?Note the Management VLAN is our General Access network, for Airplay etc, *not* our Control System VLAN which is seperate again. ?So I suppose we could put the NVX/NAX back onto our control system subnet but we'd prefer not to.

Has anyone else seen/overcome this?