Page 1 of 1

esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 30 Nov 2022, 14:42
by diablosss
Hello.
is tehre any way without wifi router make esp01 with dht11 send temperature to wemos mini and it display it on lcd ?
i readed thread on this forum which was not solved.
please if anyone can help me ?
i tested p2p method but not work at all :(

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 30 Nov 2022, 16:04
by Ath
What version of ESPEasy do you have installed on your units? And are they the same version (.bin file version not settings version)?

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 30 Nov 2022, 19:08
by diablosss
on my esp devices installed ESPEasy_mega-20181002

on last relises not fund 1M version for esp01, thts why i use old version

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 01 Dec 2022, 20:28
by diablosss
UPD
tested method SendToHttp

esp01 with dht11 work as AccesPoint. ip 192.168.4.1 rules commands work except sendtohttp command.

wemos mini with lcd connect to esp01 . and get ip 192.168.4.100.

from pc web browser (mozilla,crome,IE) i send command : http://192.168.4.100/control?cmd=lcd,1,1,TestText and "TestText" word display on esp01 lcd.
but from rules on wemos mini send that commands - NOTHING DISPLAY ON LCD. but in serial monitor i see that command send ok.

on dht11#Temperature do
sendtohttp,192.168.4.100,80,'control?cmd=lcd,1,1,dht11#Temperature'
endon

please anyone help me

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 01 Dec 2022, 21:02
by diablosss
SendToHTTP 192.168.4.100,80,/control?cmd=LCD,1,1,testtss22

also not work

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 01 Dec 2022, 21:52
by Ath
Can you first upgrade to a version of ESPEasy that is not 4 years old? It's quite hard to support that.
For ESP01 you can upload (via serial) the normal_ESP8266_1M .bin file that's applicable for an ESP01, or any ESP8266 or ESP8285 with 1MB Flash memory. Get the latest build from here: https://github.com/letscontrolit/ESPEas ... 3591951789 (You need to be logged in with a Github account, available for free, to be able to download the Binaries.zip file)

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 02 Dec 2022, 16:03
by diablosss
i have downloaded latest version binaries.zip
there is no NORMAL 1M version.you can check that. there is only 1M custom version.
anyway, let me check which previous latest relises include normal version of 1m

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 02 Dec 2022, 19:48
by Ath
Ah, I've been deceived a bit by Github Actions, that succeeds the build, but still rejects the .bin files because they are larger than they should be.
Found this PR build that has the normal 1M builds included (I'm combining 2 plugins in 1 in that PR): https://github.com/letscontrolit/ESPEas ... 3555341784

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 04 Dec 2022, 08:16
by diablosss
Ok.
Now flashed to both devices version mega normal 06-2022.
In log i see that device working on AP mode not act sendtohttp cpmmsnd. Is say No Network Connected, but actually devices connected and ping and ooens by IP

Re: esp01 + DHT11 temperature server and wemos mini +1602LCD as client

Posted: 04 Dec 2022, 14:01
by TD-er
I have seen something similar with tests with other services.
Those may not work as expected when STA+AP is active.