Hello kbrown01,
Youāre right I didnāt explain well in this post what Iāve been trying to do.
I have:
keypad Dimmer 70.6A.7D (6 button) [dimmer W]
inline dimmer 25.85.8C [dimmer X]
inline dimmer 25.85.F5 [dimmer Y]
inline dimmer 25.83.40 [dimmer Z]
Thatās 4 dimmers controlling lighting loads in the same room. One happens to be a 6 button keypad.
Lets say I want to create a simple insteon scene [scene 3], triggered by button A on keypad 70.6A.7D that sets the dimmer level to 80% at a ramp rate of .5 seconds on all 4 of these dimmers.
I have manually created responder ALDB entries for dimmers X,Y,and Z, that are triggered successfully by pressing button A, which has corresponding controller ALDB entries for each. (These are the 3 dimmers that work great.)
What I have been unsuccessful doing, is having keypad dimmer 70.6A.7D respond to the same scene. Specifically: press button A on keypad dimmer 70.6A.7D, trigger (scene 3) and cause keypad dimmer 70.6A.7D to set dimmer level to 80% at a ramp rate of .5 seconds.
My assumption was that I could create two ALDB entries on keypad dimmer W for scene 3.
controller scene: 3 target: 70.6A.7D data1: 204 data2: 28 data3: 3
responder scene: 3 target: 70.6A.7D data1: 204 data2: 28 data3: 1
But this does not seem to work. Iāve tried many variations, none successful. For weeks Iāve assumed that I missed something very simple in the examples and documentation I found.
After factory resetting W,X,Y,and Z, and using my ancient copy of Insteon HouseLinc to recreate the Insteon scenes, then using HA/ICP to read the resulting ALDB on each device, what I saw was there were no ALDB entries on the keypad dimmer 70.6A.7D for scene 3 that correspond to the two controller/responder examples I provided above, but there were nearly identical controller entries with X, Y, and Z as the target to what I had manually created before. This led me to the conclusion that I cannot make the scene work the way I want by only editing the ALDB by handā¦ there are other software commands involved that HA/ICP does not support today (teharris1 has said scene editing in ICP only support on/off and not dimming at this time).
ā EDIT ----
Ok, I think I just figured this out.
To get Button A on 70.6A.7D to change the dimmer level on 70.6A.7D, you donāt use the ALDB, instead you edit āon_level_3ā in the advanced properties for 70.6A.7D. Button B = āon_level_4ā, Button C = āon_level_5ā, Button D = āon_level_6ā. Ramp rates work similarly with ramp_rate_3, etc.
If you want to trigger it from another controller, like a switch or other keypad, you link it in the ALDB like any other remote that is linked.