Search found 12 matches

by m.klinge
12 Jan 2017, 16:11
Forum: ESP Easy: Hardware
Topic: Sonoff - hardware button
Replies: 9
Views: 14673

Re: Sonoff - hardware button

Ah ok - I tought you was talking of a non-ESP controlled lamp. This makes perfectly sense :-) //M I am not sure what you are asking. on lightSwitch#Switch do if [lightState#Switch]=0 gpio,12,1 Publish /backroomFloorLamp/gpio/12,1 else gpio,12,0 Publish /backroomFloorLamp/gpio/12,0 endif endon This c...
by m.klinge
11 Jan 2017, 14:57
Forum: ESP Easy: Hardware
Topic: SONOFF TOUCH - Did you see it?
Replies: 33
Views: 36835

Re: SONOFF TOUCH - Did you see it?

ayasystems wrote:Two switch to operate one line. In two diferent points of the room...
Ahh ok - I guess that could be handled by the software by setting a rule for Switch1 to trigger Switch2?

But good to know - I only have that setup in one room in my house :)

//M
by m.klinge
11 Jan 2017, 12:49
Forum: ESP Easy: Hardware
Topic: SONOFF TOUCH - Did you see it?
Replies: 33
Views: 36835

Re: SONOFF TOUCH - Did you see it?

Or like this:
Image

//M
by m.klinge
11 Jan 2017, 12:47
Forum: ESP Easy: Hardware
Topic: SONOFF TOUCH - Did you see it?
Replies: 33
Views: 36835

Re: SONOFF TOUCH - Did you see it?

Is not possible use it in place/zones with two or more walls/switchs in the line because it has only ON OFF dont do conmutation Has two leds connected to a diferents gpio and the relay I hope you understand my poor english Du you mean like this: http://www.letsbuild.dk/cache/0000001102/fit-400x400x...
by m.klinge
11 Jan 2017, 11:44
Forum: ESP Easy: Hardware
Topic: SONOFF TOUCH - Did you see it?
Replies: 33
Views: 36835

Re: SONOFF TOUCH - Did you see it?

ayasystems wrote:Nothing else. Works very fine!
Good to know - I'm considering to install a few of them. Being integrated and working "like normal" has a huge WAF factor in our house :-D

//M
by m.klinge
11 Jan 2017, 10:54
Forum: ESP Easy: Hardware
Topic: SONOFF TOUCH - Did you see it?
Replies: 33
Views: 36835

Re: SONOFF TOUCH - Did you see it?

ayasystems wrote:You need solder wire to gpio 0 in order to enter in flash mode and setup as esp8265 (I don't remember exactly but it is not a esp8266)
Ok but that's the only difference?

//M
by m.klinge
11 Jan 2017, 10:50
Forum: ESP Easy: Hardware
Topic: Sonoff - hardware button
Replies: 9
Views: 14673

Re: Sonoff - hardware button

I made a mistake there. The physical switch is on gpio-0. I have an external switch attached to gpio 14 (the 5th pin on the sonoffs header) I will correct the post for future visitors. Thanks - after a bit of fiddeling around I came to this solution. I like the button to work on first press no matt...
by m.klinge
11 Jan 2017, 09:26
Forum: ESP Easy: Hardware
Topic: Sonoff - hardware button
Replies: 9
Views: 14673

Re: Sonoff - hardware button

Ahhhhh!

I wasn't aware I need to tick the box under advanced to be able to enter the rules!

Now I got it :-)

//M
by m.klinge
11 Jan 2017, 08:33
Forum: ESP Easy: Hardware
Topic: SONOFF TOUCH - Did you see it?
Replies: 33
Views: 36835

Re: SONOFF TOUCH - Did you see it?

ayasystems wrote:Yes! I flashed

Works fine¡
Cool - did you do anything other than solder the pins and connect to the FTDI?

//M
by m.klinge
11 Jan 2017, 08:31
Forum: ESP Easy: Hardware
Topic: Sonoff - hardware button
Replies: 9
Views: 14673

Re: Sonoff - hardware button

To get it to respond to button presses you need to set up a switch in the devices section. The create a rule that changes gpio when a switch is detected. I have set up the switch, but where do I configure the rule? Mind you it's working as a stand alone, and I need it to be able to respond to butto...
by m.klinge
10 Jan 2017, 21:49
Forum: ESP Easy: Hardware
Topic: SONOFF TOUCH - Did you see it?
Replies: 33
Views: 36835

Re: SONOFF TOUCH - Did you see it?

Has anybody been able to flash esp easy onto this? :-)

/M
by m.klinge
10 Jan 2017, 20:33
Forum: ESP Easy: Hardware
Topic: Sonoff - hardware button
Replies: 9
Views: 14673

Sonoff - hardware button

I've recently purchased a sonoff device and flashed it with version 120. It work's perfectly fine over wifi, but I cannot get it to resond on the button press. The light does not seem to Work either. I have confgured the following GPIO's under hardware: WiFi status led: GPIO-13 SDA: GPIO-4 SCL: GPIO...