Lutron shade commands?

I have been unsuccessful in getting the step up/down commands to work with the Lutron Radio RA2 plugin and my window shades. The “Up”, “Down”, “Preset” and “Stop” are working correctly.

For up: “urn:upnp-org:serviceId:WindowCovering1”,“Up”,{}
For Down: “urn:upnp-org:serviceId:WindowCovering1”,“Down”,{}

I have tried:
“urn:upnp-org:serviceId:Dimming1”,“StepDown”,{}
“urn:upnp-org:serviceId:WindowCovering1”,“StepDown”,{}

without success. Any suggestions would be appreciated.

Thank you, Mark

Try dimming at a given percentage. The device must support precision positioning for this to work.

Thank you for the sugestion. I am using dimming as a percentage now without problems using:
“urn:upnp-org:serviceId:Dimming1”,“SetLoadLevelTarget”,{newLoadlevelTarget= my_preset_level

I wanted to be able to step up and down as well. I not too worried about it.

Thank you, Mark

I’m not sure it’s supported. What do you want to achieve? You could read the current value and add/remove 5% to simulate this behavior.

Thank you for your help. I was controlling my shades with a IR remote. It was easy and straight forward until one of shades failed. The only commands that I can’t get to work are the step up and step down. Lutron doesn’t make the IR version anymore and was kind enough to replace all 3. They also included the Smart Bridge Pro. I installed the Lutron RA2 plugin and I am able to operate "Up, “Down” and preset. Can’t get “Step” to work. I’m not sure if it is available but the “Action” shows up in the “Device Action List”.

Device: 213 Shade 2
“urn:upnp-org:serviceId:SwitchPower1”,“SetTarget”,{newTargetValue= }
“urn:upnp-org:serviceId:SwitchPower1”,“GetTarget”,{}
“urn:upnp-org:serviceId:SwitchPower1”,“GetStatus”,{}
“urn:upnp-org:serviceId:Dimming1”,“SetLoadLevelTarget”,{newLoadlevelTarget= }
“urn:upnp-org:serviceId:Dimming1”,“GetLoadLevelTarget”,{}
“urn:upnp-org:serviceId:Dimming1”,“GetLoadLevelStatus”,{}
“urn:upnp-org:serviceId:Dimming1”,“SetOnEffectLevel”,{newOnEffectLevel= }
“urn:upnp-org:serviceId:Dimming1”,“SetOnEffect”,{newOnEffect= }
“urn:upnp-org:serviceId:Dimming1”,“GetOnEffectParameters”,{}
“urn:upnp-org:serviceId:Dimming1”,“StepUp”,{}
“urn:upnp-org:serviceId:Dimming1”,“StepDown”,{}
“urn:upnp-org:serviceId:Dimming1”,“StartRampUp”,{}
“urn:upnp-org:serviceId:Dimming1”,“StartRampDown”,{}
“urn:upnp-org:serviceId:Dimming1”,“StopRamp”,{}
“urn:upnp-org:serviceId:Dimming1”,“StartRampToLevel”,{newLoadLevelTarget= ,newRampTime= }
“urn:upnp-org:serviceId:Dimming1”,“SetStepDelta”,{newStepDelta= }
“urn:upnp-org:serviceId:Dimming1”,“GetStepDelta”,{}
“urn:upnp-org:serviceId:Dimming1”,“SetRampRate”,{newRampRate= }
“urn:upnp-org:serviceId:Dimming1”,“GetRampRate”,{}
“urn:upnp-org:serviceId:Dimming1”,“PauseRamp”,{}
“urn:upnp-org:serviceId:Dimming1”,“ResumeRamp”,{}
“urn:upnp-org:serviceId:Dimming1”,“GetIsRamping”,{}
“urn:upnp-org:serviceId:Dimming1”,“GetRampPaused”,{}
“urn:upnp-org:serviceId:Dimming1”,“GetRampTime”,{}
“urn:upnp-org:serviceId:WindowCovering1”,“Up”,{}
“urn:upnp-org:serviceId:WindowCovering1”,“Down”,{}
“urn:upnp-org:serviceId:WindowCovering1”,“Stop”,{}
“urn:micasaverde-com:serviceId:Protection1”,“SetLocalProtectionState”,{newTargetValue= }
“urn:micasaverde-com:serviceId:Protection1”,“SetRFProtectionState”,{newTargetValue= }
“urn:micasaverde-com:serviceId:EnergyMetering1”,“ResetKWH”,{}
“urn:micasaverde-com:serviceId:HaDevice1”,“Reconfigure”,{}
“urn:micasaverde-com:serviceId:HaDevice1”,“StressTest”,{}
“urn:micasaverde-com:serviceId:HaDevice1”,“Remove”,{}
“urn:micasaverde-com:serviceId:HaDevice1”,“Poll”,{}
“urn:micasaverde-com:serviceId:HaDevice1”,“ToggleState”,{}
“urn:micasaverde-com:serviceId:HaDevice1”,“SetPollFrequency”,{PollingEnabled= ,PollMinDelay= }
“urn:micasaverde-com:serviceId:HaDevice1”,“AllowPairing”,{Seconds= }

Thank you, Mark

That’s what I said: it is probably not supported. I’m not an expert and maybe it’s just a matter of coding the support, and this can be exactly what I briefly described before.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.