¿ªÔÆÌåÓý

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

Re: IR Control via AVpro MXnet

 

¿ªÔÆÌåÓý

I have used the serial and ir 2.0 modules, been working fine for about 6 months, I used the GC ir strings, it is just the hex code part, not that sendir string they have.

?

From: [email protected] <[email protected]> On Behalf Of ckangis
Sent: Saturday, October 28, 2023 8:40 AM
To: [email protected]
Subject: [crestron] IR Control via AVpro MXnet

?

Hi All,
We have our first project coming up with MXnet, and I'm looking at using IR control not only to TVs thru the Decoders, but also source control (FiOS Boxes and AppleTVs) thru the rack Encoders.
I have the v2.0 modules.
1. What are peoples' experiences with this?
2. What source(s) for the command strings?? Global Cache, others??
3. IF GC or other, how do you determine what part of the string is to be used with the MXnet module? (I'm assuming that not all is relevant)...

TIA!


IR Control via AVpro MXnet

 

Hi All,
We have our first project coming up with MXnet, and I'm looking at using IR control not only to TVs thru the Decoders, but also source control (FiOS Boxes and AppleTVs) thru the rack Encoders.
I have the v2.0 modules.
1. What are peoples' experiences with this?
2. What source(s) for the command strings?? Global Cache, others??
3. IF GC or other, how do you determine what part of the string is to be used with the MXnet module? (I'm assuming that not all is relevant)...

TIA!


Re: Samsung Frame OFF Codes

 

On Tue, Oct 24, 2023 at 12:01 PM, Jonathan Troutman wrote:
I used the following on a project recently. They still felt clunky at times, but I was able to get them to work. Hope they help.

Power On:?\x08\x22\x00\x00\x00\x02\xD4
Power Off:?\x08\x22\x00\x00\x00\x01\xD5
Art On:?\x08\x22\x0B\x0B\x0E\x01\xB1
Art Off:?\x08\x22\x0B\x0B\x0E\x00\xB2
Hi Jonathan,
Does the Art ON command act like an input command, or like a display mode.
I.e. do I have to turn Art OFF in order to select an input, or can one just select the input (ex: HDMI2) and then when done, select Art ON again (instead of turning Power off)?
TIA


Re: LG Video Wall

 

If you've confirmed the wiring and baud rate is correct probably your Set ID data is wrong.


Re: D3Pro: Program Generated Incomplete

 

¿ªÔÆÌåÓý

I had to rollback the device database and I resolved it.

On Oct 28, 2023, at 1:18?AM, stujrob via groups.io <stujrob@...> wrote:

?Yes the project I had trouble with had gen 1 Horizons in it.


Re: D3Pro: Program Generated Incomplete

 

Yes the project I had trouble with had gen 1 Horizons in it.


LG Video Wall

 

Hi, woundering if any of you had any luck controling the LG 49VL or 55VL.

I follow the RS232 protocol from their manual but no luck.

Sending:?ka 00 01\x0D

Any help would be greatly appreciated.


Re: D3Pro: Program Generated Incomplete

 
Edited

Same issue here. Project with HZ keypads, a couple rooms folders do not get a name in the D3 generated Simpl program so it does not compile. Just have to complete the MSEND symbol and compile in Simpl Windows for now and then load the .lpz. Hopefully they fix it soon because super annoying.


Re: PAC2 Relay programming

 

Nice, Thanks Eric!!


Re: DaVinci Fireplace control

 

Thanks for the reply John.

Since we get the correct FB in debugger when pressing the Davinci glass
Keypad we figure the board to be ok.
--
Sincerely,
Craig S. Abitz
President
Installation Specialties, Inc.
9 Albertson Ave., Suite 4
Albertson, NY 11507
O: 516-484-7929
F: 516-484-7933
C: 516-509-4405


"CONFIDENTIALITY NOTICE" This email contains confidential information
which may also be legally privileged and which is intended only for the
use of the recipient (s) named above. If you are not the intended
recipient. you are hereby notified that the forwarding or copying of this
email, or the taking of any action in reliance on its contents may be
strictly prohibited. If you received this email in error, please notify
us immediately by reply email and delete this message from your system.

We had a job a couple years ago with 3 of these. Two of them worked fine
from our end, but on of them didnt respond correctly and give proper
feedback. After dealing with Davinci they told us there are different rev
serial boards in these and the one with issues is not the correct board
which screws up communication. Unfortunately the fireplace contractor did
not want to disassemble the whole thing to replace the board and the
client gave up fighting witht them to do it. I have a module I could share
with you that we modified to make the other two work if you need.


Re: DaVinci Fireplace control

 

Thank you Jon
--
Sincerely,
Craig S. Abitz
President
Installation Specialties, Inc.
9 Albertson Ave., Suite 4
Albertson, NY 11507
O: 516-484-7929
F: 516-484-7933
C: 516-509-4405


"CONFIDENTIALITY NOTICE" This email contains confidential information
which may also be legally privileged and which is intended only for the
use of the recipient (s) named above. If you are not the intended
recipient. you are hereby notified that the forwarding or copying of this
email, or the taking of any action in reliance on its contents may be
strictly prohibited. If you received this email in error, please notify
us immediately by reply email and delete this message from your system.

We have done those fireplaces. They have to be polled for any feedback and
commands it returns are similar to you have to add some extra logic to
parch the retunes based on what you just told it to do.

We had to get TTL adapters before it would work.

Also I believe its 115200 baud and the Fireplace units had to be super
close by the rack for it to work/

Jon


Re: Postman to SIMPL

 

JPCH,
You have the content a bit wrong, with the example he posted it should be:

POST /axis-cgi/apidiscovery.cgi HTTP/1.1\nContent-Type: application/json\nUser-Agent: PostmanRuntime/7.34.0\nAccept: */*\nPostman-Token: c2d76ff9-854d-4daf-81d9-5ed4a8035c99\nHost: 10.95.16.11\nAccept-Encoding: gzip, deflate, br\nConnection: keep-alive\nContent-Length: 36\n\n{\n"method": "getSupportedVersions"\n}

Jim,
You might want to look at your headers and see if they are all required. The only one that I know is a must is Host. I would probably try the string below:

POST /axis-cgi/apidiscovery.cgi HTTP/1.1\nHost: 10.95.16.11\nContent-Length: 36\n\n{\n"method": "getSupportedVersions"\n}

That is unless you want to make sure the connection stays connected, then I would use:

POST /axis-cgi/apidiscovery.cgi HTTP/1.1\nHost: 10.95.16.11\nConnection: keep-alive\nContent-Length: 36\n\n{\n"method": "getSupportedVersions"\n}


Re: Postman to SIMPL

 

Simpl doesn't support multi-line, so you have to flatten the message down to one line. However HTTP messages MUST be multi-line to be valid syntax. So in Simpl you add a \n for each line. Like so:


POST /axis-cgi/apidiscovery.cgi HTTP/1.1\nContent-Type: application/json\nUser-Agent: PostmanRuntime/7.34.0\nAccept: */*\nPostman-Token: c2d76ff9-854d-4daf-81d9-5ed4a8035c99\nHost: 10.95.16.11\nAccept-Encoding: gzip, deflate, br\nConnection: keep-alive\nContent-Length: 36\n\n{"method": "getSupportedVersions"}\n\n


Postman to SIMPL

 

Hi guys.

So I'm working with the VAPIX API, and I can get commands to work from postman, but I can't figure out how to format the working commands down to a string I can send out via a TCP client.

How do I format the following very basic example?? This is the raw data out of the postman console

POST /axis-cgi/apidiscovery.cgi HTTP/1.1
Content-Type: application/json
User-Agent: PostmanRuntime/7.34.0
Accept: */*
Postman-Token: c2d76ff9-854d-4daf-81d9-5ed4a8035c99
Host: 10.95.16.11
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Length: 36
?
{
"method": "getSupportedVersions"
}

Thanks in advance
Jim


Re: Activity Detection module for TSW-x70

 

Thanks, I'm gonna try that in the future, I never noticed it, I always stopped at "activity detection"? :-D
I understand Activity Detection responds to any change on the TP including page flips and various values, but I still think it should eventually reset to 0 when there's no activity, especially when there's such a short time delay of 1t.

Thanks for the tip!


Re: Activity Detection module for TSW-x70

 

Yup, this got me too a few months ago. Use "Touch Detection" instead. I think Activity Detection means anything that happened to the panel like page flip, analog or digital change.


Activity Detection module for TSW-x70

 
Edited

Hello.
I have a strange behaviour with a bunch of TSW-570P panels, after a customer complaint I noticed that the activity detection module was alway "1" and as soon as I hide a subpage, it momentarily gets to "0" but goes back to "1"
I set the time value to "1t" but still, it will stay permanently high even with no activity at all. As a matter of fact the only way to have it pulse to 0 (emphasis on pulse) is to release all the subpages.
Anybody noticed something similar? Is it a bug or a feature (lol) ?

I went the old fashion way, tying all the button presses to a OR gate and a OS, but it can be a pain.

Latest firmware 2.004.1041.001

Thanks.


Re: DaVinci Fireplace control

 

We have done those fireplaces. They have to be polled for any feedback and commands it returns are similar to you have to add some extra logic to parch the retunes based on what you just told it to do.

We had to get TTL adapters before it would work.

Also I believe its 115200 baud and the Fireplace units had to be super close by the rack for it to work/

Jon


Re: DaVinci Fireplace control

 
Edited

We had a job a couple years ago with 3 of these. Two of them worked fine from our end, but one of them didnt respond correctly and give proper feedback. After dealing with DaVinci they told us there are different rev serial boards in these and the one with issues is not the correct board which screws up communication. Unfortunately the fireplace contractor did not want to disassemble the whole thing to replace the board and the client gave up fighting with them to do it. I have a module I could share with you that we modified to make the other two work if you need.?


Re: PAC2 Relay programming

 

It is under other device. Right click the room you want it in. Select New, Device. Under that Manufacture:[Generic], Type:[All Types] Model:Generic relay-controlled device. Then select One LOW-Voltage Relay