Search found 35 matches

by FanM
07 Oct 2023, 23:04
Forum: ESP Easy: Hardware
Topic: Display temp from my ds18b20 in browser
Replies: 7
Views: 1256

Re: Display temp from my ds18b20 in browser

Maybe easyfetch is something for you. (Follow the link in my signature) That is awesome, parsing the data from json by javascript. That is brilliant! Thank you very much, that will work. I will edit html for my needs. And thanks for rules, i will try it for thingspeak and for my php server. Thanks ...
by FanM
07 Oct 2023, 22:15
Forum: ESP Easy: Hardware
Topic: Display temp from my ds18b20 in browser
Replies: 7
Views: 1256

Re: Display temp from my ds18b20 in browser

Thanks! I have a ds18b20 that shows temperature in my oven (heater). I need to check it by opening a link. json have that info, but there is a lot of additional info that i do not need. I need just to see the temperature. By the way, /csv is not working. result: ERROR: TaskNr not valid! About contro...
by FanM
07 Oct 2023, 21:42
Forum: ESP Easy: Hardware
Topic: Display temp from my ds18b20 in browser
Replies: 7
Views: 1256

Display temp from my ds18b20 in browser

Hi there! Please help me, i cannot to do the simple thing. I have ds18b20 connected to D2. I need just to access to my esp8266 with espeasy and get temperature from that sensor. Have no idea how to do that. http://<ESP IP address>/control?cmd sends commands, but there is no information how to get an...
by FanM
17 Sep 2021, 17:01
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

I am sorry, but i do not get it. The openhub offres a distribution to download:
https://www.openhab.org/download/
I should download and install it on my local pc.
But how to use remote openhub server?
by FanM
17 Sep 2021, 09:26
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Maybe i am wrong. Can i use it as remote broker (not local)?
I never worked with MQTT. But when i visited different MQTT websites, they offer to download a distribution and install it locally.
by FanM
17 Sep 2021, 09:10
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Yes, i understand. But all MQTT brokers that mentioned in controllers in espeasy need to be installed on local computer. And access to that MQTT can be only from local computer. Access from another place possible only if i have static ip. But i need it to work on some remote server and have access t...
by FanM
16 Sep 2021, 23:26
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

I think i can write a php file on remote hosting, that can get data by controller http request. But what about send data back? It can answer, but how can espeasy receive that data and do something?
by FanM
16 Sep 2021, 21:54
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

I stucked a little bit. The thing is that i need to operate my esp32, change relay status from any place in the World (like Blynk app). But i cannot find some. Seems all controlles need a local server with software installed. And i can access to is only in local network or use static IP and make a p...
by FanM
16 Sep 2021, 11:57
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Thank you very much!!!
by FanM
15 Sep 2021, 18:50
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Actually i was thinking that i can use it the same way as original firmware (connect to blynk server and use blynk app). Seems i was wrong.
by FanM
15 Sep 2021, 09:43
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Hi
No rush, i flashed ESP_Easy_mega_20210802_custom_ESP32_4M316k-factory.bin and it contain blynk.
I am not sure that this build contain all the devices and controllers i need, because i have only started to use it.
by FanM
14 Sep 2021, 22:14
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Sorry, i am not a programmer. I am just a user. I can flash bin file, and now (thanks to you) i can compile source. Seems that is all what i can do :)
by FanM
14 Sep 2021, 16:33
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

The last one release with bin files is ESPEasy_ESP32_mega-20210802
I flashed ESP_Easy_mega_20210802_custom_ESP32_4M316k.bin
Yes, blynk is presents inside controllers, i will test it, thank you

I wonder, how it was compiled if library blynk was not working with ESP32 before...
by FanM
14 Sep 2021, 15:54
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

I give up! I took a new 1.0.1 blynk and copied in the lib folder. Thet copied your new files from last update. In file included from lib/Blynk/src/BlynkSimpleEsp32.h:21:0, from D:/_ESPEASY_/ESPEasy-844915618f60f74405f93b3e0d79034d83a48e90/src/_C015.ino:51: lib/Blynk/src/Blynk/BlynkProtocol.h: In mem...
by FanM
14 Sep 2021, 12:06
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Library supports ESP32, but need to change C15. It was written for ESP8266
by FanM
14 Sep 2021, 11:00
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Firmware really works only with ESP8266. C15 contain only ESP8266 lib. If change lib/Blynk/src/BlynkSimpleEsp8266.h on lib/Blynk/src/BlynkSimpleEsp32.h and upload the latest Blynk firmware that supports ESP32, then a new error: _C015.ino:340:22: error: no matching function for call to 'BlynkWifi::co...
by FanM
14 Sep 2021, 10:53
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Sorry, forgat to uncomment C12 and C15. The error is: In file included from D:/_ESPEASY_/ESPEasy_ESP32_mega-20210802/source/src/_C015.ino:42:0: lib/Blynk/src/BlynkSimpleEsp8266.h:15:2: error: #error This code is intended to run on the ESP8266 platform! Please check your Tools->Board setting. #error ...
by FanM
14 Sep 2021, 10:45
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Re: Blynk in ESP32

Custom-sample.h renamed in Custom.h Used task [env:custom_ESP32_4M316k] in compilation. Compiled OK, but custom.h is not compiled at all. No errors. Uncommented #define USE_CUSTOM_H in ESPEasy_common.h A lot of not critical errors in compiling process, mostly about: espeasy_common.h:7:0: warning: &q...
by FanM
13 Sep 2021, 23:23
Forum: ESP Easy: Software
Topic: Blynk in ESP32
Replies: 34
Views: 11921

Blynk in ESP32

Hi there!
Guys, help me please to add blynk controller in ESP32 firmware.
Custom-sample.h renamed in Custom.h
in [env:normal_ESP32_4M316k] added build_flags -DUSE_CUSTOM_H
All useless. File custom.h is not compiled at all.
Please help!
by FanM
12 Sep 2021, 18:15
Forum: ESP Easy: Software
Topic: ESP32 compiling
Replies: 12
Views: 6494

Re: ESP32 compiling

Hi there!
Tell me please, how to add blynk controller in ESPEasy firmware. Seems in default it is not presents, need to do something.
I do not see it in the list of controllers.
by FanM
10 Sep 2021, 17:16
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

Re: ESP8266 release 20210802 starting problem

Wow, i am not the first one who stucked with such model.
I will try to touch antena on my modile, just for fun. But i am sure you are right about that.
The only thing i am trying to setup ESP8266 (not ESP32) only because of Blynk compatibility. Your colleague told me that only ESP8266 support it.
by FanM
10 Sep 2021, 16:12
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

Re: ESP8266 release 20210802 starting problem

I checked 3 models more. ESP-01, ESP-12E and NodeMcu Lua WIFI V3. They all work perfectly.
SOLVED
All problems with that board that i attached before.
Thank you for supporting!
by FanM
10 Sep 2021, 15:19
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

Re: ESP8266 release 20210802 starting problem

My first results. Tried to flash the last firmware ESP_Easy_mega_20210802_normal_ESP8266_4M1M.bin on another board.
Bingo!
It works. No delay, stable ping.
All the same, blank 4MB and flash with ESP.Easy.Flasher.exe.
Oh, so much time spent...

Something wrong with a board in last attach...
by FanM
10 Sep 2021, 13:13
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

Re: ESP8266 release 20210802 starting problem

Computer connected to ASUS router through the LAN. ESP8266 connected to WiFi spot, that connected to ASUS by WiFi (without LAN, it is also connected with WiFi to ASUS) Computer is powerful, not notebook. I flash 2 ways 1. Using ESP.Easy.Flasher.exe and bin files that exist in the release 2. With VSc...
by FanM
10 Sep 2021, 11:01
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

Re: ESP8266 release 20210802 starting problem

And want to add some info. If compare with ESP32, anyway it works with delays. On ESP32 all pages open in 1 sec, if use ESP8266 it takes about 1-5 sec to open the page like http://192.168.169.100/devices. Sometimes it is not loading at all and need to reload the page. Maybe it is Ok for ESP8266, i d...
by FanM
10 Sep 2021, 10:49
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

Re: ESP8266 release 20210802 starting problem

Seems it is not so simple. 1. About slow speed. I just connected ESP8266 (ESP_Easy_mega_20210223_normal_ESP8266_4M1M.bin) to another AP (that connected to my ASUS). Results: ªU75 : Info : INIT : Booting version: (ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(38a443e), LWIP: 2.1.2 PUYA support) 76 : Inf...
by FanM
10 Sep 2021, 00:09
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

Re: ESP8266 release 20210802 starting problem

By the way, about ESPEasy_ESP82xx_mega-20210223 release. Yes, it is working, but veeeery slow. Some pages can be opened after for 5-10 sec or do not open at all, need to realod page. And ping sometims just fall down.
by FanM
10 Sep 2021, 00:01
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

Re: ESP8266 release 20210802 starting problem

Yes, it is ASUS RT-N18U
No mesh, that is my basic router, it is connected directly to the internet.
by FanM
09 Sep 2021, 23:21
Forum: ESP Easy: Software
Topic: ESP8266 release 20210802 starting problem
Replies: 14
Views: 7126

ESP8266 release 20210802 starting problem

Hi there! After flashing ESP_Easy_mega_20210802_normal_ESP8266_4M1M.bin i got next problem: INIT : Booting version: pygit2_not_installed (ESP82xx Core 2843a5ac, NONOS SDK 2.2.2-dev(38a443e), LWIP: 2.1.2 PUYA support) 80 : Info : INIT : Free RAM:32264 81 : Info : INIT : Manual Reboot #1 Last Action b...
by FanM
09 Sep 2021, 10:22
Forum: ESP Easy: Software
Topic: ESP32 compiling
Replies: 12
Views: 6494

Re: ESP32 compiling

Thank you very much! That information is very useful for me. I will move on...
by FanM
08 Sep 2021, 23:11
Forum: ESP Easy: Software
Topic: ESP32 compiling
Replies: 12
Views: 6494

Re: ESP32 compiling

Ath, thank you very much for your supporting. According to your recommendation i've started to work with VSCode (with Platformio). MIf aybe not actually started to work, something like trying to start to work :) I have some more questions. 1. I've opened Project in VSCode, choose Project task that i...
by FanM
08 Sep 2021, 10:55
Forum: ESP Easy: Software
Topic: ESP32 compiling
Replies: 12
Views: 6494

Re: ESP32 compiling

That is news for me, thank you. I will try with your lates release. I have a suggestion. Before there was a different src for ESP8266 and for ESP32. Now you have one for both models? And do you have any detailed information about every folder that located in your zip files? I am not programmer, but ...
by FanM
08 Sep 2021, 10:30
Forum: ESP Easy: Software
Topic: ESP32 compiling
Replies: 12
Views: 6494

Re: ESP32 compiling

Can you please give me the link for that release.
The only last release i found is
mega-20210802
https://github.com/letscontrolit/ESPEasy/releases
I have no idea where to find a newer one.
by FanM
08 Sep 2021, 09:56
Forum: ESP Easy: Software
Topic: ESP32 compiling
Replies: 12
Views: 6494

Re: ESP32 compiling

Hi I use file ESPEasy_ESP32_mega-20210802.zip bin Espressif_flash_download_tool_v3.8.5 source IN SOURCE: lib misc src static tools README esp32_partition_app1310k_spiffs1503k.csv esp32_partition_app1810k_spiffs316k.csv esp32_partition_app4096k_spiffs1024k.csv esp32_partition_app4096k_spiffs2048k.csv...
by FanM
07 Sep 2021, 23:48
Forum: ESP Easy: Software
Topic: ESP32 compiling
Replies: 12
Views: 6494

ESP32 compiling

Hi friends! I have a question about compiling ESPEasy in Arduino IDE. IDE v.1.8.16 ESP32 sdk 1.0.6 ESPEasy Build is ESPEasy_ESP32_mega-20210802 When trying to compile, i get a lot of errors: sketch\src\Commands_tmp\objs.a(__tmpfile.cpp.o): In function `Command_Wifi_Connect(EventStruct*, char const*)...