Page 1 of 1
3-button, 3-action switch
Posted: Friday 08 March 2019 18:11
by glory50
Would it be possible to add a switch type with 3 buttons and 3 actions? As there is now only on and off actions, could it be added the third action, along with an icon with 3 buttons? I use a selector switch, but on mobile Domoticz app it becomes always select menu. I have blinds that are commanded with 3 relays - Up, Stop and Down.
Re: 3-button, 3-action switch
Posted: Monday 11 March 2019 17:50
by emme
you can try to mock with a venetial blind whitch has UP/DOWN and STOP
and intercept the values with a script:
nValue = 1 --> UP
nValue = 0 --> Down
nValue = 2 --> STOP
Re: 3-button, 3-action switch
Posted: Sunday 17 March 2019 16:45
by glory50
Hi emme,
Where could I mock with those values? I posed a question about the Venetian blinds but havn't had any answers...
https://www.domoticz.com/forum/viewtopi ... =6&t=27334