¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Date
SSL errors
system rebooted Jan 25 124. Notice: CIPCommandProcessor.exe # 2024-01-27 09:26:01? # AcceptSecureClient: SSL Negotiation not complete for 192.168.10.1:55575... pending. 125. Notice:
By mark kaye · #252463 ·
Re: Samsung RS232 Direct Volume commands
Just a thought, you could go old skool . . . TXA (analog to serial) symbol String parameter = \x08\x22\x01\x00\x00? (do not use quotes) Volume level is connected to analog input Use AOS to generate a
By MSTC · #252462 ·
Re: Samsung RS232 Direct Volume commands
Given Jonathons python script, you could use the following to always out the correct string when inputting a volume of 0 - 100: CHANGE VOLUME { INTEGER i; INTEGER SumOfBytes; INTEGER Checksum; STRING
By @DizzyEgg · #252461 ·
Re: ONVIF Camera PTZ Control Protocol
This is one of those problems I'd try to solve by using ChatGPT, Raspberry Pi, and Python.? The reason for these is simpl(e): ChatGPT has access to billions of lines of Python code, yet virtually no
By Michael Caldwell-Waller · #252460 ·
Re: ONVIF Camera PTZ Control Protocol
Everyone on this tread is asking for a generic ONVIF driver, when I think they should be asking for a Manufacturer specific driver. I've been using an ICRealtime NVR, and IP module. It actually
Re: Samsung RS232 Direct Volume commands
Glad to help. The checksum calculation is a PITA compared to a lot of others, I use this python script for one-off commands: # Samsung Ex-Link checksum calculator # Jonathan Dean
By jonathand@... · #252458 ·
Re: ONVIF Camera PTZ Control Protocol
Need to Control some PTZ cameras.? Do you have module will pay for it.
By Gregory Oldacre · #252457 ·
Re: Samsung RS232 Direct Volume commands
Those codes worked great thank you sir
By AV Ninja · #252456 ·
Re: Wake on LAN a PCs
Hello. I use WOL to turn on LG TVs after they get offline. I have been using it on 3series, 4series and VC4-PC3 without problem.
By Olivier Royer · #252455 ·
Re: Wake on LAN a PCs
Hi, I have this working fine on the VC-4. If you haven't followed these steps, i think it will solve the issue: https://docs.crestron.com/en-us/8913/Content/Topics/Harden-VC-4.htm Regards Flemming
By Flemming Kragh Nielsen · #252454 ·
C# Pro Door lock #programming #simplsharppro
Does anyone have an example of Home-Connect-DL door lock? I can't seem to find any info on it. Thanks
By JMeyer · #252453 ·
Re: Wake on LAN a PCs
Hi, UDP ports < 1024 blocked on VC4. It seems not possible to open these on VC4
By rockyoucvs · #252452 ·
Re: xio cloud deployment steps
I don't feel they did a great job of actually documenting this. For #2 you are correct, the client needs to create an account then add you as a "Support Provider" under the Settings -> Support
By Andy Ross · #252451 ·
Re: Poly E70 Camera API?
Yes, I would like to know as well!
By Olivier Royer · #252450 ·
xio cloud deployment steps
I have take all the XiO Cloud courses but have never gone through a formal deployment. I am not clear on the best practice of deploying via XiO Cloud in the following two conditions. 1. *Client does
By adks1010 · #252449 ·
Re: Samsung RS232 Direct Volume commands
Sweet , Thank you Jonathan
By AV Ninja · #252448 ·
Re: Remove debug from console?
I know this is an old thread. I found it when googling for the same issue. YES, you can issue a console command to stop the debugger data stream DBGSIGNAL RESET ALL
By Mark Lambert · #252447 ·
Re: Construct and XPanels
I to am dipping my toes into Construct this week. I was sent a test TST-1080 for evaluation and wanted to build out something in Construct before I felt comfortable deploying projects in the wild. I
By TxBassmanJDL · #252446 ·
Re: Samsung RS232 Direct Volume commands
0% is \x08\x22\x01\x00\x00\x00\xD5 and 35% is \x08\x22\x01\x00\x00\x23\xB2.
By jonathand@... · #252445 ·
Wake on LAN a PCs
Currently i am using Wake on Lan to turn on a Remote PC via VC-4. My code is working fine on Cp4 but now when i transfer the code to VC4 it doesn't turn On the PC. Is there any help I can have from
By SHL88 · #252444 ·