Search found 88 matches

by reza
24 Sep 2017, 23:19
Forum: ESP Easy: General Discussion
Topic: ip of espeasy is lost and i can not send any command but a device is report rssi every 5 min!!!!
Replies: 24
Views: 19781

Re: disconnect wifi

Honestly i don't think it is an EMI effect. Too many devices as the sonoff's for example have a relay near the esp and work. It is more likely that this is an issue with pulses over power supply or possibly a problem with the wifi router. I'd suggest to use a separate power supply for the relay onl...
by reza
23 Sep 2017, 12:25
Forum: ESP Easy: General Discussion
Topic: ip of espeasy is lost and i can not send any command but a device is report rssi every 5 min!!!!
Replies: 24
Views: 19781

ip of espeasy is lost and i can not send any command but a device is report rssi every 5 min!!!!

hi guys i am using espeasy with D1 mini for control some relay. but after send and reseive some command , i see esp is not in my network ! i setup ip static in espeasy setting (in config) but some time this is lost and when i restart my router so again work and come to network.other espeasy (that us...
by reza
21 Jul 2017, 09:21
Forum: ESP Easy: General Discussion
Topic: how to use IR transmit with espeasy?
Replies: 2
Views: 5489

Re: how to use IR transmit with espeasy?

please help ? anyone can send ir codes with espeasy?
by reza
20 Jul 2017, 12:06
Forum: ESP Easy: General Discussion
Topic: how to use IR transmit with espeasy?
Replies: 2
Views: 5489

how to use IR transmit with espeasy?

hi guys
i read this topic : https://www.letscontrolit.com/wiki/index.php/IRTX
i build a ir transmit and connect to D5 wemos d1 mini.in web set to IR transmit. but i dont know how send a IR code !
please help me
by reza
13 Jul 2017, 16:34
Forum: ESP Easy: General Discussion
Topic: how move a espeasy device from first router to other router ?
Replies: 3
Views: 3027

Re: how move a espeasy device from first router to other router ?

Easiest way is to add the new one as the second/fall back wifi. If you have removed the old router already then you need to update the settings using serial communication. But most of the time I just use the same SSID/PW for the new router as the old... then it's a smooth transition. hi thank you ....
by reza
12 Jul 2017, 13:53
Forum: ESP Easy: General Discussion
Topic: how move a espeasy device from first router to other router ?
Replies: 3
Views: 3027

how move a espeasy device from first router to other router ?

hi friends . i have some espeasy device in my router (connected AP Mode) but i want now change my router and connect this device to new router.how i can remove device from first router and add to new router ?
by reza
29 Jun 2017, 13:37
Forum: ESP Easy: General Discussion
Topic: PME stop working and freeze after the time !
Replies: 0
Views: 1383

PME stop working and freeze after the time !

hi guys. i use espeasy for control 28 relay for all light and roller shutter (motor) in my home. i use four wemos d1 mini and four arduino nano(for PME) and four 8 channel relay 5v module. first wemos is connect to first arduino (I2C) and connect to first relay module. and other wemoss and arduinos ...
by reza
19 Jun 2017, 12:04
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

i think if a friend help me to add a line in my sketch , so we can send state of relay to controller directlly By espeasy Interface. for example: stateA = digitalRead(relayPinA); debouncerA.update(); int valueA = debouncerA.read(); if (valueA != oldValueA) { digitalWrite(relayPinA, !stateA); *******...
by reza
19 Jun 2017, 11:55
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

Are the other pins on the ESP available? You can use 7 GPIOs on the ESP for the keys. yes other pins on esp is free.just i use D2 and D1 for I2C. i used other gpios in nodemcu for input key before. but there is some problems. for example key is very slow to action. some time dont work and if nodemc...
by reza
19 Jun 2017, 09:15
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

I'm so sorry but I do not understand your use of the PME. Is not the ESP sufficient? You seem to only use input switches and relays? i an using a espeasy module (nodemcu with espeasy firmware) for controller 7relais with keis . so in need 7 pin for relay , and 7 pin for key. i use a arduino pro min...
by reza
19 Jun 2017, 08:53
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

we know this that PME pins (create a promini extender in devices) is just for sensors because setting of promini extender is just for sensors and have a delay for send value every time to controller . we must set a delay 1 or every second. and after this time again and again send to controller. so w...
by reza
18 Jun 2017, 23:38
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

grovkillen wrote: 18 Jun 2017, 21:25 If you look at other threads many of them provide screenshots​ for easier understanding. We might be able to help you faster if you do as well.

See this as an example: https://www.letscontrolit.com/forum/vie ... f=6&t=3041
00000000000000000000000000000000000.png
00000000000000000000000000000000000.png (185.02 KiB) Viewed 16365 times
by reza
18 Jun 2017, 21:02
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

grovkillen wrote: 18 Jun 2017, 20:29
reza wrote: 18 Jun 2017, 20:13 ...
I say this once more:

You could maybe provide full setup with screenshots so we might provide real rule code?
sorry i can not understand you. you told me i have get pic of all my setting and wiring ?
by reza
18 Jun 2017, 20:13
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

Sorry, read that wrong. now what am i do? :( i think with change of sketch of espeasy we can ... i want just we can send status of relay to controller ( relay that use a PME ) .when one gpio for example gpio 2 of arduino promini go to 1 so send 1 to controller and when 0 so send 0 to domoticz contr...
by reza
18 Jun 2017, 17:45
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

grovkillen wrote: 18 Jun 2017, 15:20 So you're​ using ArduinoEasy?
what is arduino easy ? i dont know ? i am using espeasy with a PME . connect a arduino promini to nodemcu.
by reza
18 Jun 2017, 13:17
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

You think , i want use that gpio (arduino pro mini) for a binary sensor. so how send status of binary to controller , after trigger binary ?
by reza
18 Jun 2017, 12:59
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

You could use the switch#status to control both gpio and publish with rule. You could maybe provide full setup with screenshots so we might provide real rule code? thank you for help, but i have not any special setup. i have a arduino pro mini for PME. i setup GPIO 4-5 for I2C and this is ok . in d...
by reza
18 Jun 2017, 09:31
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

You can use rules for that. Try here for starter: https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules this is a problem that we can not use PME pins for input switch ! is that true ? also if we can send state of output (relay) in rule so that is very good.for example : if gpio,2 =1 so send ...
by reza
18 Jun 2017, 00:52
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

You can use rules for that. Try here for starter: https://www.letscontrolit.com/wiki/index.php/Tutorial_Rules i read this before. and problem is related to this . for the use rule i have to create a promini extender device. for example a digital device with X port.i have to set a delay and if selec...
by reza
17 Jun 2017, 22:37
Forum: ESP Easy: General Discussion
Topic: after power off/on nodemcu can not connect to wifi network
Replies: 6
Views: 3988

Re: after power off/on nodemcu can not connect to wifi network

That is not correct, I've updated the wiki for that device. oh thank you , i will change this tomorrow. now i have just one problem . can you help me about this ? https://www.letscontrolit.com/forum/viewtopic.php?f=4&t=3224&start=10 if you can help me about this i am very thank you can i se...
by reza
17 Jun 2017, 20:54
Forum: ESP Easy: General Discussion
Topic: after power off/on nodemcu can not connect to wifi network
Replies: 6
Views: 3988

Re: after power off/on nodemcu can not connect to wifi network

grovkillen wrote: 17 Jun 2017, 18:55 You could try some other since those two need to be HIGH on boot (as stated on the wiki). D1 and D2 are recommended I2C ports.
in wiki told me use D3 & D4 for I2C PME
https://www.letscontrolit.com/wiki/inde ... niExtender
by reza
17 Jun 2017, 18:29
Forum: ESP Easy: General Discussion
Topic: after power off/on nodemcu can not connect to wifi network
Replies: 6
Views: 3988

Re: after power off/on nodemcu can not connect to wifi network

hi friends. i have use some nodemcu for espeasy, but after power off/on house most of node can not connect to wifi network and i can not use this. . . You probably should check what GPIOs are used. Some setups are causing problems on reboot. https://www.letscontrolit.com/wiki/index.php/Configuratio...
by reza
17 Jun 2017, 15:35
Forum: ESP Easy: General Discussion
Topic: after power off/on nodemcu can not connect to wifi network
Replies: 6
Views: 3988

after power off/on nodemcu can not connect to wifi network

hi friends. i have use some nodemcu for espeasy, but after power off/on house most of node can not connect to wifi network and i can not use this. . .
by reza
17 Jun 2017, 14:13
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

What do you mean, do the (in your example) relay turn on and off more times than you have pressed the switch? If the relay is turned on and off equal number of times as you have pressed the switch I do not see it as a bug. If the behavior is not wanted you should either file for an enhancement for ...
by reza
17 Jun 2017, 00:41
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

but input switch and relay have some bug generally . for example when define a input key with send to controller and define a relay (and define on/off command in domoticz) so if you send a on/off quick( i mean light on and fast off , or light off and fast on with key or domoticz, so relay is on/off ...
by reza
16 Jun 2017, 19:54
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

I think the PME plugin has been designed like this, not sure why, maybe someone with more knowledge can comment... By the way, if you want to make delay "optional" (so bring it to 0 will disable it) you need to modifiy the plugin and compile the binary by yourself. thank you friend for an...
by reza
16 Jun 2017, 16:27
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

I think the PME plugin has been designed like this, not sure why, maybe someone with more knowledge can comment... By the way, if you want to make delay "optional" (so bring it to 0 will disable it) you need to modifiy the plugin and compile the binary by yourself. thank you friend for an...
by reza
16 Jun 2017, 11:01
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

Re: help to use a PME for input switch

Default delay value is set on the config page: https://www.letscontrolit.com/wiki/index.php/ESP_Easy_web_interface#Config_page There's the default 60 seconds. You may change this to 1 here, or just use 1 in the device settings. IDX value should not be 0, just use any other value (1 for example). Mo...
by reza
16 Jun 2017, 09:43
Forum: ESP Easy: General Discussion
Topic: help to use a PME for input switch
Replies: 30
Views: 19001

help to use a PME for input switch

hi there is a problem with PME input switch. i want when key was 0 or 1 so send a message on/off to domoticz and dummy switch in domoticz go to on/off. but when in device i select a PME with this setting: name : key_1 enable : on port : 10 port type : digital delay : "i want set to 0 but dont p...
by reza
15 Jun 2017, 21:38
Forum: ESP Easy: General Discussion
Topic: espeasy is very slow to work
Replies: 0
Views: 1180

espeasy is very slow to work

hi friends
why espeasy with PME and some rules is very slow . for each relay have 5 or more second delay for action...
by reza
15 Jun 2017, 20:00
Forum: ESP Easy: General Discussion
Topic: problem with ProMini Extender
Replies: 3
Views: 2923

Re: problem with ProMini Extender

I didn't use the PME up to now, but a new bought Arduino is an empty processor without any software on it. If i understood it right you have to upload the PME-sketch to use the ProMini as GPIO extender You may find the source code on github at: https://github.com/letscontrolit/ESPEasySlaves/tree/ma...
by reza
15 Jun 2017, 15:09
Forum: ESP Easy: General Discussion
Topic: problem with ProMini Extender
Replies: 3
Views: 2923

Re: problem with ProMini Extender

Do I have to upload code on arduino?
by reza
15 Jun 2017, 14:03
Forum: ESP Easy: General Discussion
Topic: problem with ProMini Extender
Replies: 3
Views: 2923

problem with ProMini Extender

hi friends i can not control relay with ProMini Extender. this is my setting: Untitled123.jpg i use a nodemcu with a promini 5v and a level converter and relay. this is my level converter logic-level-converter-2-2.jpg my wiring is : power 5v = vin nodemcu = raw arduino power GND = GND nodemcu = GND ...
by reza
15 Jun 2017, 13:06
Forum: ESP Easy: General Discussion
Topic: help to create a rule for a toggle switch
Replies: 5
Views: 4467

Re: help to create a rule for a toggle switch

In Domoticz: http://192.168.0.120/control?cmd=event,toggle In EspEasy: On toggle do if [Schemerlamp-1#Switch]=0 gpio,0,1 // Lamp on else gpio,0,0 // Lamp off endif EndOn See this as an example, see of this works for your situation. And yes, this is working for me. Even with this switch. https://m.n...
by reza
15 Jun 2017, 09:28
Forum: ESP Easy: General Discussion
Topic: help to create a rule for a toggle switch
Replies: 5
Views: 4467

Re: help to create a rule for a toggle switch

In Domoticz: http://192.168.0.120/control?cmd=event,toggle In EspEasy: On toggle do if [Schemerlamp-1#Switch]=0 gpio,0,1 // Lamp on else gpio,0,0 // Lamp off endif EndOn See this as an example, see of this works for your situation. And yes, this is working for me. Even with this switch. https://m.n...
by reza
15 Jun 2017, 07:38
Forum: ESP Easy: General Discussion
Topic: help to create a rule for a toggle switch
Replies: 5
Views: 4467

Re: help to create a rule for a toggle switch

there is not any body to help me ? :(
by reza
14 Jun 2017, 16:58
Forum: ESP Easy: General Discussion
Topic: help to create a rule for a toggle switch
Replies: 5
Views: 4467

help to create a rule for a toggle switch

hi friends. please help me. i want use a toggle switch (up-down) with relay. i use usual rules or usual setting but there is some problem. i need 2 feature for relay control with espeasy. but i can not do it with rule , please help. first , i want key work with relay locally , until when wifi is dis...