Search found 6 matches

by fishton
12 Dec 2019, 13:25
Forum: ESP Easy: Software
Topic: Sonoff 2 Gan GPIO,5 at 1 when reboot
Replies: 9
Views: 9360

Re: Sonoff 2 Gan GPIO,5 at 1 when reboot

indeed, typo my rules below on System#Boot do event,STOP endon on Touch1#Switch1 do if [Touch1#Switch1]=1 do gpio,5,0 inputswitchstate 1,0 gpio,12,1 timerSet,1,30 //Set Timer 1 for the next event in 120 seconds else gpio,5,0 inputswitchstate 1,0 gpio,12,0 endif endon on Touch2#Switch2 do if [Touch2#...
by fishton
11 Dec 2019, 12:32
Forum: ESP Easy: Software
Topic: Sonoff 2 Gan GPIO,5 at 1 when reboot
Replies: 9
Views: 9360

Re: Sonoff 2 Gan GPIO,5 at 1 when reboot

Hey

I flashed mega 20191208 normal ESP8285 :)

thanks
by fishton
11 Dec 2019, 10:46
Forum: ESP Easy: Software
Topic: Sonoff 2 Gan GPIO,5 at 1 when reboot
Replies: 9
Views: 9360

Re: Sonoff 2 Gan GPIO,5 at 1 when reboot

also I tried putting Low on GPIO 9 but it does no have any effect
by fishton
11 Dec 2019, 10:22
Forum: ESP Easy: Software
Topic: Sonoff 2 Gan GPIO,5 at 1 when reboot
Replies: 9
Views: 9360

Re: Sonoff 2 Gan GPIO,5 at 1 when reboot

Hey ! So, I have been able to understand the issue here. when the Sonoff Touch 2 gang is starting, it looks like Switch 2 (GPIO 9) is set to 1 that was triggering a rule based on that value changing and also changing the relay value I have added : on System#Boot do gpio,12,0 gpio,5,0 inputswithcstat...
by fishton
10 Dec 2019, 12:29
Forum: ESP Easy: Software
Topic: Sonoff 2 Gan GPIO,5 at 1 when reboot
Replies: 9
Views: 9360

Re: Sonoff 2 Gan GPIO,5 at 1 when reboot

Hi I tried that in the past and it was not working so I rolled back to previous version but I must confess I didn't this time I would really like staying with latest version with Wifi stability updates but if the blinds are closing few times a day won't be manageable :) I will try putting LOW tonigh...
by fishton
10 Dec 2019, 09:34
Forum: ESP Easy: Software
Topic: Sonoff 2 Gan GPIO,5 at 1 when reboot
Replies: 9
Views: 9360

Sonoff 2 Gan GPIO,5 at 1 when reboot

Hello I have just upgraded my Sonoff 2 gangs used for opening/closing my shuttters to EspEasy mega 20191130 version and I am experiencing an issue I have already seen in the past Each time the sonoff restarts, GPIO 5 is set to 1 causing my blinds to close. This was definitely not the case for earlie...