Search found 13 matches

by Sturgeon
26 Oct 2021, 20:49
Forum: ESP Easy: General Discussion
Topic: One more switch problem
Replies: 8
Views: 4972

Re: One more switch problem

TD-er wrote: 26 Oct 2021, 18:06 Maybe also test with the "send boot state" flag to see if that may fix it for you.
It is work!

Sometime i think that espeasy is not easy :)
Thanks a lot, guys! You are really genius.
by Sturgeon
26 Oct 2021, 17:45
Forum: ESP Easy: General Discussion
Topic: One more switch problem
Replies: 8
Views: 4972

Re: One more switch problem

The 'Switch Button Type' should be set to 'Normal Switch' Thus press it and it switches state, press it again and it switches state again. Yes! You are right! I set Switch Button Type to 'Normal Switch' and it work. But... now i have another stupid problem. After power on or restart buttons (and re...
by Sturgeon
26 Oct 2021, 15:09
Forum: ESP Easy: General Discussion
Topic: One more switch problem
Replies: 8
Views: 4972

Re: One more switch problem

So what is on GPIO-12? Sorry, relay control pins are D5 (gpio14) and D7 (gpio13). What build are you using? Build: ESP_Easy_mega_20210802_normal_IRext_no_rx_ESP8266_4M2M Aug 2 2021 Do you have a conflict with the I2C assigned pins? I think no. pin state.jpg About the erratic behavior. It looks like...
by Sturgeon
26 Oct 2021, 13:38
Forum: ESP Easy: General Discussion
Topic: One more switch problem
Replies: 8
Views: 4972

One more switch problem

Hello! I'm trying to make one more smart curtains. I read several similar topics and tried to repeat it. But something went wrong. I have a curtain switch with two push buttons, Wemos D1 mini and two relays. I connect these push buttons to ground and to pins D1 and D2 with 20 cm wires. I also connec...
by Sturgeon
19 Sep 2020, 20:08
Forum: ESP Easy: General Discussion
Topic: Can`t connect from smartphone.
Replies: 3
Views: 5400

Re: Can`t connect from smartphone.

Oh, my wifi isolation mode was enabled. I disabled it and can connect to esp! Thanks!!
by Sturgeon
19 Sep 2020, 19:29
Forum: ESP Easy: General Discussion
Topic: Can`t connect from smartphone.
Replies: 3
Views: 5400

Can`t connect from smartphone.

Hi! I installed EasyESP to my ESP8266 (D1 mini). Connected to AP from my smartphone, setup my home WiFi name and password and reboot ESP8266. After this I can`t connect from smartphone to ESP8266. ESP8266 has IP 192.168.0.5 and I can connect to it from my PC. From smartphone I can connect to router ...
by Sturgeon
23 May 2018, 21:12
Forum: ESP Easy: General Discussion
Topic: Command "GPIO", "Pulse" and Rules
Replies: 0
Views: 1563

Command "GPIO", "Pulse" and Rules

Hello for all! Help me with rules, please. I have two nomal switch devices. And such rule: on Curtains_open#Curtains_open=0 do Publish /ESPEasy_Bedroom_Curtains/Curtains_open,1 endon on Curtains_close#Curtains_close=0 do Publish /ESPEasy_Bedroom_Curtains/Curtains_close,0 endon When i change switch s...
by Sturgeon
04 May 2018, 12:46
Forum: ESP Easy: General Discussion
Topic: [Solved] Plobrem with GPIO after reset/reboot.
Replies: 7
Views: 5731

Re: Plobrem with GPIO after reset/reboot.

In OpenHab mqtt config file I change setting to:

mosquitto.retain=false

And problem solved.
Thanks for all!
by Sturgeon
03 May 2018, 14:39
Forum: ESP Easy: General Discussion
Topic: [Solved] Plobrem with GPIO after reset/reboot.
Replies: 7
Views: 5731

Re: Plobrem with GPIO after reset/reboot.

danmero wrote: 03 May 2018, 13:39 Try GPIO 12 and 14 , or 4 and 5 if you don't use I2C.

Regards,
I begin with GPIO 12 and 14. Now I use GPIO 4 and 5 (D1 and D2 pin). Not difference.
by Sturgeon
03 May 2018, 11:55
Forum: ESP Easy: General Discussion
Topic: [Solved] Plobrem with GPIO after reset/reboot.
Replies: 7
Views: 5731

Re: Plobrem with GPIO after reset/reboot.

Do you have the message retained activated?
I start without MQTT Retain Msg flag. Then I try with this flag (For what? I dont know). Not difference.
MQTT spy see only one first message. After reset MQTT spy dont see any message to ESP.
by Sturgeon
03 May 2018, 10:45
Forum: ESP Easy: General Discussion
Topic: [Solved] Plobrem with GPIO after reset/reboot.
Replies: 7
Views: 5731

Re: Plobrem with GPIO after reset/reboot.

So, problem is still not solved.
But I think that the reason for this in MQTT. When my PC (where install Mosquitto broker) is shutdown, ESP not run gpio on restart. When broker is working, last MQTT comand repeat after reboot/restart. What broker preferense can do this behavior?
by Sturgeon
29 Apr 2018, 08:05
Forum: ESP Easy: General Discussion
Topic: [Solved] Plobrem with GPIO after reset/reboot.
Replies: 7
Views: 5731

Re: Plobrem with GPIO after reset/reboot.

I try to update firmware. I try to change pin to gpio-4 and -5. I try to use internal pullup resistor. But problem stil is not solved. I want to use 2-channel relay module through MQTT. All works fine. But after reboot last used gpio change it state automaticaly. Why this is happens? My rule: on Sys...
by Sturgeon
23 Apr 2018, 21:24
Forum: ESP Easy: General Discussion
Topic: [Solved] Plobrem with GPIO after reset/reboot.
Replies: 7
Views: 5731

[Solved] Plobrem with GPIO after reset/reboot.

Hello everyone! I have a question. I connected relay module with 2 relays to wemos D1 with ESPEASY firmware. Created two switches. Connected to GPIO - 13 and 14. Manage through MQTT. Everything works fine. But i have a problem. After reboot/reset, one of the pins automaticaly set to "LOW"....