Search found 88 matches

by reza
29 Mar 2024, 20:20
Forum: ESP Easy: General Discussion
Topic: how use "ProMiniExtender" for "Switch input" ?
Replies: 7
Views: 199

Re: how use "ProMiniExtender" for "Switch input" ?

That 74HC165 has the same limitation as the ProMiniExtender, it has to be polled to get a state, and the fasted polling frequency is once per second. I've been looking at the code of P011 (Pro Mini Extender) and it seems not too hard to add another selection in the options for "Input (switch)&...
by reza
28 Mar 2024, 15:49
Forum: ESP Easy: General Discussion
Topic: how use "ProMiniExtender" for "Switch input" ?
Replies: 7
Views: 199

Re: how use "ProMiniExtender" for "Switch input" ?

Changing the plugin to detect an input change would require for ESPEasy to poll the state of the configured pin when set for input, but currently that's not available, other than the regular interval, and the smallest Interval rate available is once per second, which is probably too slow. I'll put ...
by reza
28 Mar 2024, 11:14
Forum: ESP Easy: General Discussion
Topic: how use "ProMiniExtender" for "Switch input" ?
Replies: 7
Views: 199

Re: how use "ProMiniExtender" for "Switch input" ?

We have some documentation in the old Wiki that's not yet migrated to ReadTheDocs, but quite elaborately describes how the ProMiniExtender can be used: https://www.letscontrolit.com/wiki/index.php?title=ProMiniExtender but it can also be used as an input device where it will return a state value of...
by reza
24 Mar 2024, 00:55
Forum: ESP Easy: General Discussion
Topic: how use "ProMiniExtender" for "Switch input" ?
Replies: 7
Views: 199

how use "ProMiniExtender" for "Switch input" ?

hi guys
for more I/O, I want use pinouts of ardunio pro mini for switch input. but i think this is impossible because ProMiniExtender is just for sensor input in devices espeasy.
can i help me to how use ProMiniExtender for Switch input
thank you
by reza
18 Aug 2021, 11:17
Forum: ESP Easy: General Discussion
Topic: help about a rule
Replies: 3
Views: 4490

Re: help about a rule

Two ideas of what might be going on here please let me i remove line about domoticz , and just a connection between 2 espeasy nodes with a router(access point) . this code : on WiFi#Connected do SendToHTTP 192.168.1.142,80,/control?cmd=EXTGPIO,2,1 endon also i test with a timer but dont work. this ...
by reza
18 Aug 2021, 01:32
Forum: ESP Easy: General Discussion
Topic: help about a rule
Replies: 3
Views: 4490

help about a rule

hi guys i want have a rule for when espeasy is connect to wifi. i am using this code but dont work : on WiFi#Connected do SendToHTTP 192.168.1.201,8080,/json.htm?type=command&param=switchlight&idx=25&switchcmd=On SendToHTTP 192.168.1.142,80,/control?cmd=EXTGPIO,2,1 endon i want every tim...
by reza
22 Feb 2021, 09:10
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

TD-er wrote: 27 Jan 2021, 10:53 Have you tried the test build I linked for the pull request I'm working on?
this file is deleted in dropbox "This item was deleted"

https://www.dropbox.com/s/gw7a2xyg1w8k8 ... 3.zip?dl=0
by reza
27 Jan 2021, 09:39
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

Pro Mini Extender is in the "normal" build. You can either try the latest nightly: https://github.com/letscontrolit/ESPEasy/releases/tag/mega-20210114 Or you can try the test build I made for a PR I'm still working on (to improve WiFi): https://github.com/letscontrolit/ESPEasy/pull/3473#i...
by reza
26 Jan 2021, 00:44
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

Pro Mini Extender is in the "normal" build. You can either try the latest nightly: https://github.com/letscontrolit/ESPEasy/releases/tag/mega-20210114 Or you can try the test build I made for a PR I'm still working on (to improve WiFi): https://github.com/letscontrolit/ESPEasy/pull/3473#i...
by reza
25 Jan 2021, 18:23
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

It is hard to tell what may be the difference here. Some AP's have different rules regarding handling of clients when receiving N checksum errors per X second for example. The Gratuituous ARP I suggested (which is not present in the older builds) is a trick to keep the network updated on what MAC a...
by reza
23 Jan 2021, 20:40
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

Have you enabled to send out Gratuituous ARP packets (tools->Advanced bottom of the page) ? If not, please do enable it. i am using espeasy v2.0.0 and in tools-advanced have not this options :( also with this settings(on espeasy) with last router i did not have any problem and worked excellent what...
by reza
22 Jan 2021, 08:40
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

hi friends after fixing channel in router (Non-crowded channel) , after some days again my problem happen... now every time i send command from domoticz , esp dont work and in domoticz log : ||(ip 192.168.1.205) Untitledjjj.png so i want open esp on web and i see this : (ip 192.168.1.205) Untitledkk...
by reza
16 Jan 2021, 22:53
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

TD-er wrote: 16 Jan 2021, 22:51 It is my first idea to fix this indeed.
thank you . I will test this and wait a few days and announce the result in this topic. Thanks again
by reza
16 Jan 2021, 22:50
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

TD-er wrote: 16 Jan 2021, 22:46 Channel in the AP is set to "auto", so the AP may switch to another channel when the conditions change.
thank you for answer .
so my problem is related to auto channel ? Can fixing my channel solve my problem?
by reza
16 Jan 2021, 22:43
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

Re: esps (D1mini) auto disconnect from router !

Can you show some log from the ESP around when it disconnects? thank you for answer. after disconnect , esps don't go to AP modes . they are connect to router Apparently. but when enter esp ip , can not open setting page also when send command from domoticz , esp dont work and in domoticz log i see...
by reza
16 Jan 2021, 22:31
Forum: ESP Easy: General Discussion
Topic: esps (D1mini) auto disconnect from router !
Replies: 17
Views: 9010

esps (D1mini) auto disconnect from router !

hi guys. i have a tp-link modem-router with a default settings (in pic) channel in router is auto and now selected channel 2 and i see that traffic in channel 2 is not busy(with wifi data app) i have some espeasy (D1mini) that connected to this router . all of esps have static ip in settings(on clie...
by reza
19 Nov 2020, 11:06
Forum: ESP Easy: General Discussion
Topic: This can be a good action if friends help
Replies: 9
Views: 8479

Re: This can be a good action if friends help

TD-er wrote: 19 Nov 2020, 09:36 My advice is to buy some (cheap) WiFi access point for your ESP hardware. Those can be had for less than 25 euro. (not a repeater, an access point)
This will make life a lot easier and also more secure.
thank you dear <3
by reza
18 Nov 2020, 23:45
Forum: ESP Easy: General Discussion
Topic: This can be a good action if friends help
Replies: 9
Views: 8479

Re: This can be a good action if friends help

It looks like the ESP's connected to the Pi are in the same subnet as the rest of the PCs (and the Pi) So I am surprised you even get something to work. very thank you my dear friend for complete explain. but i want do it for my home (Ath for home using , i think not needed a strong router ! one ne...
by reza
18 Nov 2020, 20:22
Forum: ESP Easy: General Discussion
Topic: This can be a good action if friends help
Replies: 9
Views: 8479

Re: This can be a good action if friends help

TD-er wrote: 18 Nov 2020, 19:24
- What subnet do your ESP's have? (e.g. 192.168.2.3 / 255.255.255.0, note the difference in the 3rd number)
what is means? how select 192.168.2.3 for esp's when my pi and my router are 192._.1._ !
all my devices are connected to my network and my AP(PI) just very slow or freeze more sometime
by reza
18 Nov 2020, 20:13
Forum: ESP Easy: General Discussion
Topic: This can be a good action if friends help
Replies: 9
Views: 8479

Re: This can be a good action if friends help

all of settings for Pi (AP) is copy this site : https://thepi.io/how-to-use-your-raspberry-pi-as-a-wireless-access-point/ just i change this lines: static ip_address=192.168.0.10/24 to static ip_address=192.168. 1 .10/24 dhcp-range=192.168.0.11,192.168.0.30,255.255.255.0,24h to dhcp-range=192.168. 1...
by reza
18 Nov 2020, 20:06
Forum: ESP Easy: General Discussion
Topic: This can be a good action if friends help
Replies: 9
Views: 8479

Re: This can be a good action if friends help

What IP-address ranges have the ESP's and the Raspberry Pi? Is the Pi configured as a router, or only as an access point? The manual you have suggests it acts as a router, but then your PC must also know how to route packets so your Pi must then be set as a gateway for those IPs. So please explain ...
by reza
18 Nov 2020, 18:54
Forum: ESP Easy: General Discussion
Topic: This can be a good action if friends help
Replies: 9
Views: 8479

This can be a good action if friends help

hi guys first, sorry for weak in English. I have a domoticz on raspberry pi and I have some devices with espeasy. all of devices are connected to a router (raspberry and all of esp). But I think it is better that the controller and the router are the same(both on the raspberry) So I searched in goog...
by reza
12 Sep 2020, 10:57
Forum: ESP Easy: General Discussion
Topic: Public poll about modem-router brands that work without problem with espeasy and domoticz
Replies: 14
Views: 11332

Re: Public poll about modem-router brands that work without problem with espeasy and domoticz

The settings I mentioned are settings in ESPEasy, not in the router or access point. so settings must be right because same settings is good work with my new router but same settings have problem with other model that i use and told in first post. i think this is related to modem-router model. some...
by reza
09 Sep 2020, 11:59
Forum: ESP Easy: General Discussion
Topic: help about PME sketch
Replies: 0
Views: 8601

help about PME sketch

hi friends. i am beginner in programming. i want send a similar command with PME sketch : SendToHTTP 192.168.1.200,8080,/json.htm?type=command&param=switchlight&idx=91&switchcmd=Off i have an input specific data and i need Processing my data in arduino IDE , in the end send a command wit...
by reza
09 Sep 2020, 10:33
Forum: ESP Easy: General Discussion
Topic: question about heatpumpir control
Replies: 4
Views: 6363

Re: question about heatpumpir control

Hi, I modified 3 years ago IR plugin to work with LG AC and it is still working properly for me. Try to compile espeasy with a modified plugin 035 that I will post it below. It is working with my model of LG AC. Example of the command to power on the AC unit in cool mode with 22 deg will be somethi...
by reza
09 Sep 2020, 10:31
Forum: ESP Easy: General Discussion
Topic: Public poll about modem-router brands that work without problem with espeasy and domoticz
Replies: 14
Views: 11332

Re: Public poll about modem-router brands that work without problem with espeasy and domoticz

Other parameters that may have an effect here: Use of core build and since the last nightly build the "alt_wifi" build. (try that build if you're experiencing wifi issues) Also please include this information on nodes with WiFi issues: - Fixed channel used? - Gratuitous ARP enabled? - For...
by reza
09 Sep 2020, 10:19
Forum: ESP Easy: General Discussion
Topic: Public poll about modem-router brands that work without problem with espeasy and domoticz
Replies: 14
Views: 11332

Re: Public poll about modem-router brands that work without problem with espeasy and domoticz

How many WiFi clients are connecting to the router? What is the WiFi environment like in your location? How many 2.4GHz access points show up and what signal strength? You may still have problems with someone nearby using a non WiFi device on 2.4GHz that is causing interference. Have you tried any ...
by reza
31 Aug 2020, 12:42
Forum: ESP Easy: General Discussion
Topic: question about heatpumpir control
Replies: 4
Views: 6363

Re: question about heatpumpir control

TD-er wrote: 30 Aug 2020, 12:16 Can't help you with the IR stuff, but I can explain the "4M1M" kinda notation on the build names.

As long as you always check the used size when updating, you can chose either 4M1M or 4M2M.
thank you for help my friend <3
by reza
30 Aug 2020, 11:34
Forum: ESP Easy: General Discussion
Topic: question about heatpumpir control
Replies: 4
Views: 6363

question about heatpumpir control

hi i want control A/C with espeasy. i see @ToniA post and explanations about this . but i have some questions. 1.after compile the code "Raw-IR-decoder-for-Arduino" if i see a code in terminal like "Hh001101011010111100000111001001010100000000000111000000001111111011010100000001000111...
by reza
08 Aug 2020, 12:13
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

Re: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

That looks strange. The IDE should open all the code files in the folder, and include them into the build. i found problem. all files must move to a folder with name "rawirdecode" until open. now all files open in IDE. but have error about big files and can not compile on arduino nano and...
by reza
08 Aug 2020, 11:12
Forum: ESP Easy: General Discussion
Topic: Public poll about modem-router brands that work without problem with espeasy and domoticz
Replies: 14
Views: 11332

Public poll about modem-router brands that work without problem with espeasy and domoticz

espeasy and domoticz not work well with some brands of modem-router. I want all users to share their experiences here (about modem-router brands) I have changed 4 models so far and test my results : (for The same equipment for example same raspberry pi and domoticz and d1mini and espeasy and static ...
by reza
08 Aug 2020, 11:03
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

Re: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

Are you sure you have the whole project, and not just the rawirdecode.ino? In Arduino IDE, you should have a lot of tabs, first one for the ino file, and then one for each cpp file. I just tried to compile it for board 'Arduino Nano', and it compiles. I just don't have any way to verify if it actua...
by reza
08 Aug 2020, 10:27
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

Re: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

The command should work as you have wrote it. But also check this: https://github.com/letscontrolit/ESPEasy/issues/2724 Perhaps you have a hardware issue. Check this: https://github.com/crankyoldgit/IRremoteESP8266/wiki/Troubleshooting-Guide friends , i am beginner 3 years ago for TV control with e...
by reza
01 Aug 2020, 01:04
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

Re: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

ToniA wrote: 30 Jul 2020, 09:22 Use a plugin which is intended for A/C control. See my post above.
my friend, i am beginner . which plugin i can use for this problem ? how use plugin? this plugin, can support my A/C brand (LG) ?
by reza
29 Jul 2020, 18:01
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

Re: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

I can imagine there may be some vendor specific define in the source code which does set it to the needed carrier frequency. So perhaps if you take a look at the code of the IR lib we use to see if you find any reference to the brand of your device? hi the A/C that i use this is LG brand . when i r...
by reza
27 Jul 2020, 19:42
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

Re: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

I guess your issue is more related to the used protocol instead of the frequency. You can't change the frequency in the ESPEasy webgui. If you want to learn things, maybe check this link: https://esp8266-shop.com/blog/esp8266-ir-remote-control-of-air-conditioners/ You could try the IR receiver and ...
by reza
24 Jul 2020, 15:00
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

Re: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

The IR Receivers used for this library decode the incoming signal to a mark/space pulse signal and the 3x kHz carrier signal is removed. The library never sees the carrier signal. The used IR LED does not modulate by itself so the library uses a software PWM signal carrier to generate mark/space si...
by reza
24 Jul 2020, 14:48
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

Re: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

For the transmitter side it shouldn't matter indeed what frequency you try to send. For receivers there is a built in filter, which may still receive signals from neighboring carrier frequencies, but it may be a bit less sensitive for other frequencies. For IR codes we use an external library: http...
by reza
22 Jul 2020, 15:34
Forum: ESP Easy: General Discussion
Topic: how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?
Replies: 18
Views: 15274

how build 36 or 37 or 39 or 40 Khz frequency with espeasy (esp8266) ?

hi guys i want control other infrared frequency (36 37 39 40...) with ir transmitter with espeasy. before ,i think build other frequency is related to ir transmiiter but some friends told me this is related to espeasy codes... so please help me about change code and build other infrared frequency.th...
by reza
29 May 2018, 07:47
Forum: ESP Easy: Software
Topic: help to create a rule
Replies: 1
Views: 2362

help to create a rule

hi guys i want control a relay with espeasy that way , when i send a code with domoticz (for example "on") so relay goto "on" after 1s "off".in other word similar to this code(a rule): when receive "on" code to espeasy so relay1 go to "on" after 1s r...
by reza
19 Nov 2017, 07:45
Forum: ESP Easy: General Discussion
Topic: how remove esp from old modem and add to new modem? please help
Replies: 2
Views: 3276

how remove esp from old modem and add to new modem? please help

hi friends
i want remove my espeasy from old modem and add this to new modem, what am i do ? this is not any setting for this ? also i upload again firmware but can not....
please help thank you
by reza
20 Oct 2017, 21:53
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: 18807

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

It could be the modem if it limits the number of connections, as most ISP provided modems do. Assigning a static IP address in the modem should fix it if this is the issue. Assigning a IP address in ESPEasy only can be problematic as you can end up with 2 devices with the same IP address, which cou...
by reza
19 Oct 2017, 20:38
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: 18807

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

Maybe this is the same problem as I had some time ago: http://www.letscontrolit.com/forum/viewtopic.php?f=4&t=3373 I haven't seen it since then and I think it may have been solved by a firmware update of my modem/router (which was initiated by my ISP). thank you . so you think this is related t...
by reza
18 Oct 2017, 23:12
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: 18807

Re: disconnect wifi (strange problem)

79kiko wrote: 07 Oct 2017, 16:28 Hello. Try connect Wemos directly to relay without your board.
with turn off/on router again get ip and i think this is not related my board!?
by reza
18 Oct 2017, 23:11
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: 18807

Re: disconnect wifi (strange problem)

Can you install some syslog server in your network where the ESP will send its logs? (Log Settings in the Advanced Settings page under "Tools") Then you can try to add a device in ESP easy to log the network strength. (Device "System Info", Indicator "Wifi RSSI") This ...
by reza
04 Oct 2017, 22:59
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: 18807

Re: disconnect wifi (strange problem)

Do you have a network scanner, like Fing? Maybe I am not understanding, but if it is sending every 5 minutes, I do see a problem with the D1. If you think it may be the 5V regulator, remove it and plug in a good USB power supply and see if that helps. If it is sending I do not see where it is possi...
by reza
03 Oct 2017, 19:58
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: 18807

Re: disconnect wifi (strange problem)

toffel969 wrote: 03 Oct 2017, 18:59 Is it maybe just a weak wifi connection? I had that Problem and overcame it with using wemos _d1 pro mini with external antenna. It has the same pin layout as the normal mini, just also a pigtail connector for external antenna.
i tested with a near distance .but i have error yet:(
by reza
02 Oct 2017, 20:52
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: 18807

Re: disconnect wifi (please read last post and guidance me)

thanks friend for answer. i have a D1mini that connect to a arduino nano for PME. also i add some pins in arduino for switch. so D2-D8 are for key (and are pullup with 4.7). D9-D10-D11-D12-D14-D15-D16-D17 are for relays. D18 - D19 is for connect to I2C connection with D1 mini . and other pins are fr...
by reza
25 Sep 2017, 11:56
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: 18807

Re: disconnect wifi

can i use a trick? i think this is related to use relay , relay is just a receiver so if wifi go to disconnect so relay can not understand that wifi is disconnect. but about sensors because every time send a command so if wifi was disconnect so again reconnect ... relay dont send any command (auto a...