Page 1 of 1

Personalised scenes buttons

Posted: Thursday 18 February 2016 15:23
by bxlouis
Hello,

I grouped all my blinds in a scene so that I have to turn the scene "On" to close and "off" to open them all.
Is it possible to personnalize the scene so that it looks like a blind switch ?

Then I would be able to set them open/close instead of on/off!

Thank you for your help!

Re: Personalised scenes buttons

Posted: Thursday 18 February 2016 15:35
by StanHD
Afaik it isn't possible to change the Group / Scene switch Icons, however as a "work around":-

You could make a Virtual Blinds switch then switch the group (scene) on and off using the JSON interface in the switch On Action & Off Action fields:-

From the Wiki:-

http://<username:password@>domoticz-ip<:port>/json.htm?type=command&param=switchscene&idx=&switchcmd=

idx = id of your scene/group.
switchcmd = "On" or "Off" (case sensitive!)
Scenes can only be turned On

I think it should work.