04-02-2020, 01:03 PM
I wanted to ask if it is necessary to use the WaitDriverReady command when sending multiple commands via the Lutron driver.
With the help of IVB I've created variables (8 scenes) for all of my RadioRA2 lights (36) for each scene I have defined:
It was fairly painless process as I put everything in to Excel and then copied each set of scenes and pasted in to Ultraedit. From there, I just copy/pasted in to the CQC variables driver.
The VisorHome and VisorAway scenes are ones that are triggered events off of the RadioRA2 ButtonPress events for my Visor Control Transmitter.
I am asking about the WaitDriverReady because, for example, in my AllOn scene, I am going through all 36 RadioRA2 lights and turning them on.
Is it a good idea to use WaitDriverReady for each command where I am turning on a light?
With the help of IVB I've created variables (8 scenes) for all of my RadioRA2 lights (36) for each scene I have defined:
- Sunset
- Sunrise
- VisorHome
- VisorAway
- Evening
- Housekeeping
- AllOn
- AllOf
- EventsLightingSunsetDaughtersRoomRecessed
- EventsLightingSunriseDaughtersRoomRecessed
- EventsLightingVisorHomeDaughtersRoomRecessed
- EventsLightingVisorAwayDaughtersRoomRecessed
- EventsLightingEveningDaughtersRoomRecessed
- EventsLightingHousekeepingDaughtersRoomRecessed
- EventsLightingAllOnDaughtersRoomRecessed
- EventsLightingAllOffDaughtersRoomRecessed
It was fairly painless process as I put everything in to Excel and then copied each set of scenes and pasted in to Ultraedit. From there, I just copy/pasted in to the CQC variables driver.
The VisorHome and VisorAway scenes are ones that are triggered events off of the RadioRA2 ButtonPress events for my Visor Control Transmitter.
I am asking about the WaitDriverReady because, for example, in my AllOn scene, I am going through all 36 RadioRA2 lights and turning them on.
Is it a good idea to use WaitDriverReady for each command where I am turning on a light?