stefanbode / Sonoff-Tasmota

Provide ESP8266 based itead Sonoff with Web, MQTT and OTA firmware using Arduino IDE, enhanced with I2C options
GNU General Public License v3.0
127 stars 41 forks source link

Additionnal Shutter, commands doesn't works as expected #132

Closed calcipher49 closed 5 years ago

calcipher49 commented 5 years ago

Hi Stefan. As your fork works perfectly with one shutter, I wanted to configure Sonoff pro to command 2 shutters. I configured outputs as follows: Shutter1: Relay 1 to open and Relay2 to close Shutter2: Relay 3 to open and Relay4 to close Also I use these parameters: SetOption14 1 SetOption13 1 BucketSize 2 SetOption80 1 SetOption81 1 ShutterRelay1 1 ShutterRelay2 1

ShutterPosition1 works perfectly to open or close Shutter1 (relays 1 an 2), but ShutterPosition2 fails to activate relays3 and 4 and use (by mistake?) also relays1 and 2.

Log is as follows: log.txt

Thanks if you can help if it is a bug or not and correct configuration to use with 2 shutters.

stefanbode commented 5 years ago

Easy answer: shutterrelay2 is 3. The. It should work. You define the first relay of the shutter.