The screen is in Portuguese.
I like to make another macro of other room.
The problem is I don't know how to make that...
The picture as an error. Alll the codes are I11 and not A1
I dont understand this numbers
Can you explain Data byte 0x06, 0x0C and 0x12 is used for what?
Thank you for your help.
We need to know the exact model number of your curtain controller. Is it the SW10 ? (
http://www.intellihome.be/manuals/sw10.pdf)
If so, have you initialized it according to the above manual?
If you have set the address of the controller to I12, then the following extended codes should work:
Address Command byte Data byte
I12 0x03 0x00 -> Close curtain
I12 0x03 0x06 -> Open curtain 25%
I12 0x03 0x0C -> Open curtain 50%
I12 0x03 0x13 -> Open curtain 75%
i12 0x03 0x19 -> Open curtain 100%
(With command byte 0x03, setting the data byte to a value between 0-25 (0x00-0x19) should open the curtain between 0-100%)
If the model is in fact a SW10 and the above doesn't work after the initialization, then it's possible you have a phase or signal attenuation problem on the AC power line where the controller is connected.