Posts: 1,502
Threads: 143
Joined: May 2007
I was wondering if you could add two formatting variables for the Field Time Widget. You currently have "Total Elapsed Minutes" and "Total Elapsed Seconds". We are finishing up the RainMachine Driver, and it would be nice to have a "Total Elapsed Days" and "Total Elapsed Hours" for the Uptime display in the driver. The Days:Hours:Mins display (%x) is okay, but would like to spell it out more on the IV.
Posts: 40,483
Threads: 491
Joined: Aug 2002
I'll put it on the list.
Dean Roddey
Explorans limites defectum
Posts: 720
Threads: 124
Joined: May 2019
02-24-2020, 06:44 AM
(This post was last modified: 02-24-2020, 06:45 AM by gReatAutomation.)
(02-23-2020, 05:51 PM)Dean Roddey Wrote: Correct something in the RA2 driver now before it's too late. Contact closures are semantically read only. The read/write contacts on the Visor should be marked as relays, since those are semantically read/write. So the field names will change for the previously added r/w contact closures.
When you add a Contact Closure Output (CCO), it reads TRUE. If you want to actuate the CCO, you have to set the field to FALSE and then back to TRUE.
(02-23-2020, 05:51 PM)Dean Roddey Wrote: Add what I think is correct support to the Radio RA2 driver for the contact inputs. We'll see if it works. We assume if it as a component id of 32 or 33 then it's an input, else an output.
From reading the integration protocol manual you cannot get the state of the input LEDs. If this is the case, what type of device do we add for reading the status of the Contact Closure Inputs (CCI)?
(02-23-2020, 05:51 PM)Dean Roddey Wrote:
The Radio RA2 driver complains if the low set point is >= to the high. Let them be equal at least, though that may cause some confusing in user logic if the difference is zero.
I removed and re-added the thermo and was only able to set the set point from the driver after tinkering with it a couple of times. It then started acting normal again (i.e., can set set points via driver or IV whereas before I would try to set the set point and get the ????
Posts: 40,483
Threads: 491
Joined: Aug 2002
The inputs are at ids 32 and 33, that's all I see to distinguish them. So add a contact closure and set the component ids to those and it should know those are the input contacts.
Dean Roddey
Explorans limites defectum
Posts: 720
Threads: 124
Joined: May 2019
02-24-2020, 10:10 AM
(This post was last modified: 02-24-2020, 10:10 AM by gReatAutomation.)
(02-24-2020, 09:28 AM)Dean Roddey Wrote: The inputs are at ids 32 and 33, that's all I see to distinguish them. So add a contact closure and set the component ids to those and it should know those are the input contacts.
Unfortunately, that does not work. Perhaps this is not something that Lutron supports. Nevertheless, I've added a work around using a phantom Lutron switch and posted this in another thread.
Posts: 40,483
Threads: 491
Joined: Aug 2002
What doesn't work? BTW, that's the second number, not the first I assume. So the id of the visor plus 32 or 33 as the second number. It clearly says that they have those ids.
Dean Roddey
Explorans limites defectum
Posts: 720
Threads: 124
Joined: May 2019
02-24-2020, 02:27 PM
(This post was last modified: 02-24-2020, 05:03 PM by gReatAutomation.)
(02-24-2020, 01:42 PM)Dean Roddey Wrote: What doesn't work? BTW, that's the second number, not the first I assume. So the id of the visor plus 32 or 33 as the second number. It clearly says that they have those ids.
Adding a Contact with the Visor ID (7) plus the Component ID of the Input (32) does not work and results in the ???? for the item in the Driver view.
Posts: 1,502
Threads: 143
Joined: May 2007
In the Interface Editor, I noticed something that appears to be a bug. If you select an area of a template, the template will select all of the widgets within that area. If you are wanting to move or copy only some of those widgets, in the past you could use "Shift - Mouse Click" to select and deselect them. This version, 5.4.911, will allow that to be done on some widgets, but others it will not. I couldn't figure out any particular pattern of it, but it seems that images cannot be de-selected more often than textual widgets.
Posts: 40,483
Threads: 491
Joined: Aug 2002
02-26-2020, 01:27 PM
(This post was last modified: 02-26-2020, 01:28 PM by Dean Roddey.)
That should still work, though of course the widget has to be accessible (i.e. not under something else.) I'll take a look at it. Here are the mouse sequences by the way:
https://www.charmedquark.com/Web2/CQCDoc...age=/Mouse
Dean Roddey
Explorans limites defectum
Posts: 40,483
Threads: 491
Joined: Aug 2002
Yeh, I broke that. I was passing the index of the widget to remove, not the id, so it wasn't removing it from the selection list.
Dean Roddey
Explorans limites defectum