Search found 7 matches

by melwinek
07 Jan 2018, 18:37
Forum: ESP Easy: General Discussion
Topic: SMTP notification auth
Replies: 0
Views: 1442

SMTP notification auth

Is it possible to use an SMTP server that requires authentication?
by melwinek
04 Jan 2018, 12:04
Forum: ESP Easy: General Discussion
Topic: Set PhyMode, OutputPower
Replies: 1
Views: 2313

Set PhyMode, OutputPower

Is there somewhere in the sources to set:
wifi.setphymode
and
setOutputPower?
by melwinek
13 Nov 2017, 22:56
Forum: ESP Easy: General Discussion
Topic: My problems with ESPEasy
Replies: 8
Views: 5617

Re: My problems with ESPEasy

First problem solved with last post on viewtopic.php?f=6&t=2151&start=10
by melwinek
13 Nov 2017, 19:12
Forum: ESP Easy: General Discussion
Topic: My problems with ESPEasy
Replies: 8
Views: 5617

Re: My problems with ESPEasy

This is probably a problem with the rules.
If I switch the relay state on the fhem controller. It works immediately.
Switching inputs from gpio 1.3 to gpio 12.13 gives nothing.
by melwinek
12 Nov 2017, 19:46
Forum: ESP Easy: General Discussion
Topic: My problems with ESPEasy
Replies: 8
Views: 5617

Re: My problems with ESPEasy

Problem is not only with gpio 2.
The second relay also responds with delay.

But the bigger problem is that the rules do not work without wifi connection.

My configuration - in attachments.
by melwinek
11 Nov 2017, 23:53
Forum: ESP Easy: General Discussion
Topic: My problems with ESPEasy
Replies: 8
Views: 5617

Re: My problems with ESPEasy

Relay is gpio2
Switch is gpio 1
RS232 is disabled in settings
I have connected:
2xDth22
Bmp085
Ds18b20
2xrelay
2xwall switch
1xpir
All reported to Fhem controller.
I use dev12.
by melwinek
11 Nov 2017, 22:47
Forum: ESP Easy: General Discussion
Topic: My problems with ESPEasy
Replies: 8
Views: 5617

My problems with ESPEasy

1. I am using rules to change the state of the relay using the switch, this is normal wall switch on/off: On BUT1#Switch do if [RELAY1#Relay]=1 gpio,2,0 else gpio,2,1 endif endon Often the relay reacts not immediately, but only after a few seconds, why? 2. I need more than 12 tasks. Changing "#...