Search found 115 matches

by _Cyber_
16 Mar 2020, 15:06
Forum: ESP Easy: General Discussion
Topic: ESP Easy Mega MQTT issues
Replies: 6
Views: 7165

ESP Easy Mega MQTT issues

hi, I am struggling with a quite simple thing, but it drives me crazy. I have connected a relay to GPIO2 on a wemos D1 mini. I have flashed mega-20200310 "normal" controlling the GPIO via http://<IP>/control?cmd=GPIO,2,1 works well. Altough, as the response has added an additional "OK...
by _Cyber_
21 Dec 2019, 13:12
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

for sure I did before with 10 seconds and saw there already the "pulse ended" message. until now i could not see any negative impact or any unexpected behavior. So, in my opinion, commit. :-) What I missed in documentation and also could not read out in code (as I could not find defines of...
by _Cyber_
20 Dec 2019, 23:33
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

:geek: 84392: HTTP: relaylongpulse,1,1,7200 84404: EVENT: WohnzimmerRelays#Relay0=0.00 84409: EVENT: WohnzimmerRelays#Relay1=1.00 84413: EVENT: WohnzimmerRelays#Relay2=0.00 84417: EVENT: WohnzimmerRelays#Relay3=0.00 84422: SerSW : SetSwitchPulse r1:1 Pulse for 7200 sec first try looks promising. wil...
by _Cyber_
20 Dec 2019, 10:48
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

hi enesbcs, I am still struggling with rules and the 4ch relay: a thread about is here: https://www.letscontrolit.com/forum/viewtopic.php?f=2&t=7215&p=41280#p40640 I tried with rules and I do not get it working, sadly. on studying _P165_SerSwitch.ino I saw in the header the relaypulse comman...
by _Cyber_
12 Dec 2019, 10:56
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

[/quote] Hi what is the difference between 2 firmware verions? what dows 128kS stand for? ESPEasy_P165.1M_128kS_c252.bin thanks [/quote] 1M 128k is for the memory chip on your ESP01. in my case the original delivered ESP was without SPIFFs (therefore you would need a "PUYA" called image, I...
by _Cyber_
12 Dec 2019, 08:13
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

This one: https://www.letscontrolit.com/forum/viewtopic.php?p=40308#p40308 I call e.g. control?cmd=relay,1,2 it switches relay from 1 to 0 and vice-versa? I've added this simple code to the relay block, i guess it will be enough. if (event->Par2 == 2) { // toggle rcmd = 1-UserVar[(varIndex + rnum)];...
by _Cyber_
11 Dec 2019, 23:13
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

just to have it said: rock-stable since one month now, working flawless - thank you! :-)
by _Cyber_
11 Dec 2019, 23:09
Forum: ESP Easy: Projects / Applications
Topic: Help on rules for relay timers
Replies: 6
Views: 15660

Re: Help on rules for relay timers

hi grovkillen, thanks, but regrettably exact the same issue. on switching first relay 1 and after a few seconds relay 2 I can see in the log the timer of relay 1 beeing resetted to 20 . 2651339426: ACT : Let,12,0 2651339428: Command: let 2651339441: EVENT: WohnzimmerRelays#Relay3=0.00 2651339470: Se...
by _Cyber_
11 Nov 2019, 22:37
Forum: ESP Easy: Projects / Applications
Topic: Help on rules for relay timers
Replies: 6
Views: 15660

Help on rules for relay timers

Hi, I am controlling with espeasy a 4-relay LC-Tech module with this plugin: https://www.letscontrolit.com/forum/viewtopic.php?f=6&t=3245 two of the 4 modules switch off an on different lamps for "dimming" the light. I want to disable both of them after 2 hours running time, but indepe...
by _Cyber_
10 Nov 2019, 21:38
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

hi, I am trying to use the rules-part to disable a relay after a specific time. But, how can I switch the relays with rules? in the log I can read: SerSW : SetSwitch r2:0 but on using this it logs a "unknown command" e.g.: on WohnzimmerRelays#Relay2 do if [WohnzimmerRelays#Relay2]=1 SetSwi...
by _Cyber_
31 Oct 2019, 19:01
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

hi,

anybody ever tried to remove the LEDs of the LCTech board? Are they needed for the circuit anywhere or is it save to remove?

somebody also tried to rectify the MCU state regarding the blinking green LED?

Have a great Haloween :D

BR
Alois
by _Cyber_
29 Oct 2019, 20:12
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

I call e.g. control?cmd=relay,1,2 it switches relay from 1 to 0 and vice-versa? I've added this simple code to the relay block, i guess it will be enough. if (event->Par2 == 2) { // toggle rcmd = 1-UserVar[(varIndex + rnum)]; } works, awesome, thank you! :-) the relays will control my living room l...
by _Cyber_
28 Oct 2019, 07:05
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

hi enesbcs,

do you think it would be possible and a good idea to have instead of switches for the relay's also toggles? so if on and I call e.g. control?cmd=relay,1,2 it switches relay from 1 to 0 and vice-versa?

thanks and best regards
by _Cyber_
20 Oct 2019, 09:57
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1418972

Re: Serial MCU controlled relay/switch

hi, thanks for detailled descriptions and firmwares in here. does anybody know if it is planned to add this "Serial MCU controlled switch" option to ESP Easy stock firmware? another issue I have: I have a 4ch relay module, I flashed firmware and it worked already flawless with esp easy and...