Page 1 of 1

Rollershutter Creasol/dombus

Posted: Monday 26 August 2024 23:01
by elektromacumba
Hello everybody,

i'm trying to manage the roller shutter with creasol dombusTH (but i've got the same issue also with other modules), but I can't interact with the physical buttons (no actions on relays) and percentage. I can Open/Close/Stop throught Domoticz if the shutter is set as "Venetian Blind" but also I can't use the percentage (switch: blinds+stop)

The out 1 is configured as:

Code: Select all

Shutter button (OUT-1)
idx: 34
Switch type: Venetian Blind (OR Blinds+stop)
Description: ID=5101.1,OUT_BLIND,TIMEOPEN=10,TIMECLOSE=5
The input 1 is configured as:

Code: Select all

Shutter button (IN-1)
idx: 35
Switch type: Selector
Selector actions:
10 https://192.168.20.124/json.htm?type=command&param=switchlight&idx=34&switchcmd=Open
20 https://192.168.20.124/json.htm?type=command&param=switchlight&idx=34&switchcmd=Close
Description: ID=5101.3,IN_TWINBUTTON,
The hardware is connected as in the draw below:

Image


I'd like to interact with roller shutter with physical buttons and also throught Domiticz with percentage.

Can you help me please?

Re: Rollershutter Creasol/dombus

Posted: Tuesday 27 August 2024 9:23
by psubiaco
Hi,
I don't know how "blinds+stop" devices work in domoticz.
If you use a LUA/DZVents/... script to activate the blind, you can set the domoticz Venetian Blind device in this way:
0 => STOP
1-126 => Close for 1-126 seconds
127 => CLOSE (forever, until you issue the stop/open command)
129-254 => Open for 1-126 seconds (value-128)
255 => OPEN (forever)
Maybe this can help.

Re: Rollershutter Creasol/dombus

Posted: Tuesday 27 August 2024 17:10
by psubiaco
Please note that
1. using a 10k resistor it's possible to connect the UP/DOWN button to a single port, saving one port that may be useful for buzzer, alarm sensor, ...
2. I have used your image for the product page https://www.creasol.it/DomBusTH, hoping it's not a problem for you. Thanks.