Keyboard Shortcuts
Likes
- Crestron
- Messages
Search
Re: Topics in Home Automation - New Article in Residential Tech Today
Local or cloud control? I know you are not a fan so hoping it is local.?
However, from the brief skim of the ReadMe it looks like there is no feedback of the door status. Is that the case? I know MyQ has shut down previous attempts to provide fb (unless you subscribe to their service) so I will not be surprised.? |
Re: End of Flash/Air?
I have the same thing, just updated VT-ProE and now when I click the ¡®Run¡¯ it processes the file but doesn¡¯t run the XPanel emulator.
I did find that pressing ¡®Run¡¯ once or twice more will actually work. Just seemed to take a few presses before the XPanel will actually popup. |
Re: LG OLED 232
toggle quoted message
Show quoted text
|
Re: LG OLED 232
Ben
not OLED but had this issue on some 75ul3e's. would work fine turning on/off when testing, then when left off overnight they would fail to turn back on. ended up being the firmware, which for some reason wouldnt load on site so had to go back to LG get to be done by them. now working fine.?
|
LG OLED 232
Just started a job with some LG OLED consumer grade displays on a commercial project. ?It looks like the 232 port on the display shuts off when you turn the display off (thanks LG). ?We've shut off all power saving modes, but still no success. ?LG tech support is claiming 232 is only for service. ?IP control is probably not going to happen due to client network, so that may not be an option. ?We could always go IR, but I wanted to see if anyone was aware of a way to keep the 232 port alive. ?TIA
|
Re: 12V trigger with CP4 Versiport
¿ªÔÆÌåÓýThanks for the response. So it might be that i tested with a device that doesn?t need the full 12V. But I understand my general approach using ground and a pin of the Versiport, pu-disable for that port low or not defined, and triggering the corresponding signal oX on the Versiport should do the trick. Perhaps it could work with a step-up converter¡ ? ? Von: [email protected] <[email protected]> Im Auftrag von Mitch Bigelow ? It depends on the device.The versiport will output 5V, some devices might consider that high enough to trigger, some might not. |
Topics in Home Automation - New Article in Residential Tech Today
My latest article,?"How to Integrate the Garage into a Smart Home¡±?is being published by the good folks at Residential Tech Today Magazine on their web site.?For Crestron programmers there is a free driver I wrote (that can be downloaded from my GitHub) that allows Crestron programmers to integrate control of a MyQ garage door opener, or a garage door opener that has MyQ technology built into it, into a Crestron system. I'd like to pass my thanks along to Michael Bartolucci without whose help the development of the MyQ Crestron driver wouldn't have been possible. 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 |
12V trigger with CP4 Versiport
¿ªÔÆÌåÓýHi, is it possible to trigger a device with a 12V trigger input from a CP4 without using an external 12V source in conjunction with one of the built-in relays? I?m sure that i tried this successfully a couple of weeks ago using the Versiport of a CP4, but now i want to implement it and have no luck. ? Any ideas? ? Cheers, Thorsten |
End of Flash/Air?
So I've run into this problem before, upgrade VTProE and the green 'Run Project As' emulator does nothing. The fix was always to install a previous version of VTProE. Just got a brand-new laptop for work, installed and ran MasterInstaller. VTProE has the same issue. I inquired with TB about this possibly having to do with Flash being discontinued and maybe it includes Adobe Air? I was told that the latest version of VTProE (6.2.02.08) installs an internal version of 'Harman Flash' (yeah, what else can they screw up?). I was told to uninstall VTProE and SmartGraphics, download the individual files from the site and try reinstalling. Did that, same issue. Is anyone else having this problem? Thanks, g |
Re: PMC3 appears dead. Has anybody revived a dead controller?
#prodigy
¿ªÔÆÌåÓýPMC3 (not -XP) tend to show up on Fleabay at relatively reasonable prices with reasonable frequency. Or for that matter you could ¡°upgrade¡± to the MC3 as well. ? I have a PMC3 sitting in our DC apartment as a slave on my PROx at the main house partially because it was cheaper than an EX gateway on its own and the extra local IO came in handy. Eventually going to replace it with a MC4 but the wife has decided she¡¯d prefer to move to a differently-configured unit when our lease is up so in a bit of a ¡°change freeze¡± at the moment ? ? -- Lincoln King-Cliby, CTS, DMC-E-4K/T/D ? From: [email protected] <[email protected]> On Behalf Of
Matt Rozema
Sent: Tuesday, January 5, 2021 6:55 PM To: [email protected] Subject: Re: [crestron] PMC3 appears dead. Has anybody revived a dead controller? ? Looks like this is the end of the road. The partition table on the card is toast. I don't have another PMC3 to copy from. Bummer. |
Re: PMC3 appears dead. Has anybody revived a dead controller?
#prodigy
Looks like this is the end of the road. The partition table on the card is toast. I don't have another PMC3 to copy from. Bummer.
Thanks for everyone's suggestions.? |
Re: File Transfer from the TSW Panel.
#console
This is the command format:
FPUTfile [url] [local_path] {username:password} {proxy} ??? url - fully qualified URL to the file being uploaded to the server
??? local_path - path to the source file in the ROM
??? username:password - optional access credentials to the server
??? proxy - optional proxy in the form of url
?
?
Some added information:
FPUT and FGET can handle FTP, SFTP, SCP, and HTTP(S)
?
A complete command might look like:
fput?ftp://192.168.0.110/PublicComments.txt?\rm\group1\public\2017-12-04\PublicComments.txt "username:userpass"
?
My biggest problem was not specifying the filename on the ftp server portion... stupidly assumed the name would carry over from the source. You may not need the quotes around the user:pass, but my username has a space in it and would fail without the quotations to group it all. You should be able to use http in place of the ftp in the example |
Re: File Transfer from the TSW Panel.
#console
Hi Sharan, were you able to figure this out. I'm currently struggling to get FPUT and FGET to work between a PRO3 and TSW. Both are secure
Thanks |