Search found 12 matches
- 12 Jan 2017, 16:11
- Forum: ESP Easy: Hardware
- Topic: Sonoff - hardware button
- Replies: 9
- Views: 16018
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...
- 11 Jan 2017, 14:57
- Forum: ESP Easy: Hardware
- Topic: SONOFF TOUCH - Did you see it?
- Replies: 33
- Views: 46530
Re: SONOFF TOUCH - Did you see it?
Ahh ok - I guess that could be handled by the software by setting a rule for Switch1 to trigger Switch2?ayasystems wrote:Two switch to operate one line. In two diferent points of the room...
But good to know - I only have that setup in one room in my house

//M
- 11 Jan 2017, 12:49
- Forum: ESP Easy: Hardware
- Topic: SONOFF TOUCH - Did you see it?
- Replies: 33
- Views: 46530
Re: SONOFF TOUCH - Did you see it?
Or like this:

//M

//M
- 11 Jan 2017, 12:47
- Forum: ESP Easy: Hardware
- Topic: SONOFF TOUCH - Did you see it?
- Replies: 33
- Views: 46530
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...
- 11 Jan 2017, 11:44
- Forum: ESP Easy: Hardware
- Topic: SONOFF TOUCH - Did you see it?
- Replies: 33
- Views: 46530
Re: SONOFF TOUCH - Did you see it?
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 houseayasystems wrote:Nothing else. Works very fine!

//M
- 11 Jan 2017, 10:54
- Forum: ESP Easy: Hardware
- Topic: SONOFF TOUCH - Did you see it?
- Replies: 33
- Views: 46530
Re: SONOFF TOUCH - Did you see it?
Ok but that's the only difference?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)
//M
- 11 Jan 2017, 10:50
- Forum: ESP Easy: Hardware
- Topic: Sonoff - hardware button
- Replies: 9
- Views: 16018
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...
- 11 Jan 2017, 09:26
- Forum: ESP Easy: Hardware
- Topic: Sonoff - hardware button
- Replies: 9
- Views: 16018
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
I wasn't aware I need to tick the box under advanced to be able to enter the rules!
Now I got it

//M
- 11 Jan 2017, 08:33
- Forum: ESP Easy: Hardware
- Topic: SONOFF TOUCH - Did you see it?
- Replies: 33
- Views: 46530
Re: SONOFF TOUCH - Did you see it?
Cool - did you do anything other than solder the pins and connect to the FTDI?ayasystems wrote:Yes! I flashed
Works fine¡
//M
- 11 Jan 2017, 08:31
- Forum: ESP Easy: Hardware
- Topic: Sonoff - hardware button
- Replies: 9
- Views: 16018
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...
- 10 Jan 2017, 21:49
- Forum: ESP Easy: Hardware
- Topic: SONOFF TOUCH - Did you see it?
- Replies: 33
- Views: 46530
Re: SONOFF TOUCH - Did you see it?
Has anybody been able to flash esp easy onto this? 
/M

/M
- 10 Jan 2017, 20:33
- Forum: ESP Easy: Hardware
- Topic: Sonoff - hardware button
- Replies: 9
- Views: 16018
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...