03-28-2020, 10:20 AM
Thanks for taking care of that RadioRA2 stuff. I'll test it out today.
5.5 Beta Discussions Thread
|
03-28-2020, 10:20 AM
Thanks for taking care of that RadioRA2 stuff. I'll test it out today.
03-28-2020, 06:50 PM
03-29-2020, 09:59 AM
(This post was last modified: 03-29-2020, 10:14 AM by gReatAutomation.)
Hey Dean, does this release also cover the RadioRA2 Visor keypad buttons? I have not had time to install the update but with 913 release, adding a button does not seem to work.
![]() ![]() Trying to add 07:01 (GarageDr) and after saving in the Driver Client, it does not show up in the Driver. Only one message in the logs with verbosity set to high. ![]() Code: 03/29 13:56:06-CQC, CQCServer, CQCDrv_RadioRA2Thread21 The buttons in Essentials are set to Toggle Control type to keep in line with the documentation (The driver will not see key press notifications unless a keypad is configured for single control mode, not a scene type mode. If a keypad is in scene mode, the driver will only see the messages that indicate the changes caused by the scene invocation.) ![]()
03-29-2020, 12:40 PM
The config file is invalid, so it's not parsing the file. It looks like perhaps the client driver isn't formatting out the trigger value for buttons but the server side is expecting it, so it fails to parse the file.
You could test that by opening up the config file in notepad and adding the trailing Trig value to the button line. It would be in the same form as you should see for any of the switches that have triggers on them. It may be related to the fix I just made related to the trigger setting not sticking as well.
Dean Roddey
Explorans limites defectum
03-29-2020, 03:27 PM
(03-29-2020, 12:40 PM)Dean Roddey Wrote: The config file is invalid, so it's not parsing the file. It looks like perhaps the client driver isn't formatting out the trigger value for buttons but the server side is expecting it, so it fails to parse the file. Ugh. Not sure to what config file you are referring as I thought modifying file system files was a bad idea.
03-29-2020, 04:04 PM
In this case, it's OK since it's not a system file per se, it's just a config file for the driver, which is just a text file. And this driver explicitly was designed to allow this. The reason being that some folks want to automatically generate it from some sort of database or spreadsheet or whatever of their Lutron config info and not have to use the client interface, which could be tedious for a really big system.
It's in [cqc]\CQCData\MacroFileRoot\Drivers\RadioRA2\xxx.Cfg where xxx is the moniker of the RA2 driver. Just be aware that if you edit by hand you need to reconfig the driver to pick it up (or there may be a command via the InvokeCmd field to make it reload, and you shouldn't have the client driver loaded because it won't automatically see these manually made changes while it's running and could just overwrite your changes. I think the driver doc page describes the format, which is quite simple.
Dean Roddey
Explorans limites defectum
03-30-2020, 11:27 AM
Hey Dean. The release does fix the sticking triggers issue.
I have added the RadioRA2 Buttons via the RadioRA2 Client Interface and they do show up in the config file: Code: Button=VisorTransmitterAway,7:2,NoTrig Unfortunately, no buttons populate in the driver and no log entries are shown despite High log verbosity.
03-30-2020, 12:55 PM
I don't think buttons have any fields. If I remember correctly they exist purely to send out user action events when they are pressed. They also have to be configured a particular way (in the Lutron software) for the driver to see them, which should be described in the driver doc.
Dean Roddey
Explorans limites defectum
03-30-2020, 01:30 PM
(This post was last modified: 03-30-2020, 01:31 PM by gReatAutomation.)
(03-30-2020, 12:55 PM)Dean Roddey Wrote: I don't think buttons have any fields. If I remember correctly they exist purely to send out user action events when they are pressed. They also have to be configured a particular way (in the Lutron software) for the driver to see them, which should be described in the driver doc. Thanks Dean. Confirmed. For buttons they have to be non-scene buttons in Essentials software. In CQC, Trigger has to be set to Yes. I'll test with a Wall Keypad when I get one. ![]()
04-17-2020, 09:31 PM
Minor Bug, but frustrating:
Using the CML Driver IDE, whenever you use the Search function - it works great for several searches. After that, it will revert back to a previous search, which, if your not looking, will cause you to wonder where the item was you were searching. In the pulldown box, the one you were looking for is there, but it grabs one of the other recent searches instead. |
« Next Oldest | Next Newest »
|