any way to set in Vera a diimer level less than 10%. I’d like to get it to 5% if I can.
You’ll have to create a scene and use the advanced section of the scene creator or use a 3rd party app.
- Garrett
see screen clips
added:
or, use luup code:
replace your device number for the 10 and check your service ID
luup.call_action(“urn:upnp-org:serviceId:Dimming1”,“SetLoadLevelTarget”,{ newLoadlevelTarget=“5” },10)