Search found 26 matches
- 20 Nov 2020, 14:32
- Forum: ESP Easy: General Discussion
- Topic: Read device IP and device details via serial
- Replies: 5
- Views: 8754
Re: Read device IP and device details via serial
@TD-ed thanks for the reply. The first step is the flashing, then I'll think about downloading the binaries. Why are you using Travis? I see many projects are switching from Travis to GitHub actions, even Arduino core is using them: https://github.com/esp8266/Arduino/actions There is a migration gui...
- 20 Nov 2020, 12:50
- Forum: ESP Easy: General Discussion
- Topic: Read device IP and device details via serial
- Replies: 5
- Views: 8754
Re: Read device IP and device details via serial
@TD-er, thank you for the reply. Reading settings works perfectly :D https://i.ibb.co/RbV5pqR/image.png Now I need to dig into flashing code. Tasmotizer has one feature that I like: The exe file is small and it is only a one-time download. You can flash by selecting a bin file or by release, after s...
- 19 Nov 2020, 19:23
- Forum: ESP Easy: General Discussion
- Topic: Read device IP and device details via serial
- Replies: 5
- Views: 8754
Read device IP and device details via serial
Hi all, I'm trying to create a new version of flasher based on tasmotizer (https://github.com/tasmota/tasmotizer) and nodemcu-pyflasher (https://github.com/marcelstoer/nodemcu-pyflasher) I've found one nice thing that I'd like to try first (I'm a beginner with Python) I found this code that reads de...
- 08 Oct 2020, 11:30
- Forum: ESP Easy: General Discussion
- Topic: Weird readings from DS18B20
- Replies: 9
- Views: 9872
Re: Weird readings from DS18B20
@TD-ed to be honest I don't know :) I'll try to do the processing in Home Assistant and this should show what filter works best, but I'm almost 100% sure that won't help with the 2 degrees drop. I've searched a bit, and for example, ESPHome is doing this in a bit different way. Please take a look: h...
- 07 Oct 2020, 16:27
- Forum: ESP Easy: General Discussion
- Topic: Weird readings from DS18B20
- Replies: 9
- Views: 9872
Re: Weird readings from DS18B20
Ah that's why you just commented on the issue for a filter plugin :) You got me :D I'm aware the isn't one perfect filter and it all depends on the application, but I think that a "filter device" would be very useful. I know that there are tons of feature requests, but this for me this on...
- 07 Oct 2020, 15:19
- Forum: ESP Easy: General Discussion
- Topic: Weird readings from DS18B20
- Replies: 9
- Views: 9872
Re: Weird readings from DS18B20
I want to measure the temperature in the room to control the floor heating in the same room ;) This basically works. I get reading from DS18B20 via MQTT to Home Assistant and depending on the temperature I'm opening or closing a valve. Everything works great except those reading that drop when no on...
- 07 Oct 2020, 14:21
- Forum: ESP Easy: General Discussion
- Topic: Weird readings from DS18B20
- Replies: 9
- Views: 9872
Re: Weird readings from DS18B20
@TD-ed thanks for the reply. I'll give this a try and report back with the results. From your experience, what would be the best place for sensors? I have 5 sections in house. two ensors are based on ESPEasy+Wemos D1+MQTT and three are directly connected to Raspberry Pi. I've used ESP Easy in the ba...
- 07 Oct 2020, 10:09
- Forum: ESP Easy: General Discussion
- Topic: Weird readings from DS18B20
- Replies: 9
- Views: 9872
Weird readings from DS18B20
I have Wemos D1 with two genuine DS18B20 sensors. Board is placed inside a wall, and sensors are one for each room (two rooms share the same wall). The sensors in a way similar to this: https://i.ibb.co/dKChC6v/120804671-10158716232256635-7814682184835126399-n.jpg Before sending the value via MQTT I...
- 21 Sep 2020, 15:21
- Forum: Staff Announcements forum
- Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
- Replies: 105
- Views: 2182409
- 21 Sep 2020, 12:05
- Forum: Staff Announcements forum
- Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
- Replies: 105
- Views: 2182409
Re: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
@grovkillen any updates?
I'm following your dribbble and patreon pages.
I hope we will be able to try the new stuff soon
I'm following your dribbble and patreon pages.
I hope we will be able to try the new stuff soon

- 09 Sep 2020, 15:00
- Forum: ESP Easy: Software
- Topic: Reboot ESP32 with ESPEASY from remote?
- Replies: 13
- Views: 19180
Re: Reboot ESP32 with ESPEASY from remote?
@TD-ed, the connection to MQTT is restored automatically after some time. I noticed that when I restart my Home Assistant instance (with MQTT server on it) my Wemos needs about a minute or two to reconnect. If I reset them (unplug and plug power) they connect much faster. My idea was to do a script ...
- 09 Sep 2020, 14:19
- Forum: ESP Easy: Software
- Topic: Reboot ESP32 with ESPEASY from remote?
- Replies: 13
- Views: 19180
Re: Reboot ESP32 with ESPEASY from remote?
@TD-ed, yes I've tried that yesterday, but without success. Probably I screwed something. I'll try in the following days, also with method @grovkillen suggested. So if PR#3109 get merged this will be possible (send cmd=reboot)? Sadly I can't read that out from code changes :cry: BTW what does restar...
- 09 Sep 2020, 12:14
- Forum: ESP Easy: Software
- Topic: Reboot ESP32 with ESPEASY from remote?
- Replies: 13
- Views: 19180
Re: Reboot ESP32 with ESPEASY from remote?
@TD-ed reboot command should work? According to the docs (https://www.letscontrolit.com/wiki/index.php/ESPEasy_Command_Reference) reboot is internal. There is an old topic about the reboot (https://www.letscontrolit.com/forum/viewtopic.php?t=5447), so I'm confused. I'd like to be able to reboot ESP ...
- 14 Jul 2020, 12:01
- Forum: ESP Easy: Projects / Applications
- Topic: 4x20 LCD custom characters
- Replies: 10
- Views: 32969
Re: 4x20 LCD custom characters
@mackowiakp could you add instruction on how to add national characters?
I'm not sure where and how to add them.
I'm not sure where and how to add them.
- 20 May 2020, 15:19
- Forum: ESP Easy: General Discussion
- Topic: Send reset info and log via POST or MQTT
- Replies: 13
- Views: 14282
Re: Send reset info and log via POST or MQTT
We already have the syslog server as an option to send logs to. I'm aware of that, but the syslog server must/should be placed in the local network. I must search for something that I can run online. Any chance to add a reset/reboot reason variable? This would be super useful. Then we can create a ...
- 19 May 2020, 15:51
- Forum: ESP Easy: General Discussion
- Topic: Send reset info and log via POST or MQTT
- Replies: 13
- Views: 14282
Re: Send reset info and log via POST or MQTT
@TD-er thanks for the reply. Reboot/reset reason as a variable would be helpful. The problem is that I don't want to expose the devices to the outside world (which was mentioned many times in the forum as a bad idea). I'd like the device (node) to push logs to my server, not in the opposite way. I t...
- 18 May 2020, 11:01
- Forum: ESP Easy: General Discussion
- Topic: Send reset info and log via POST or MQTT
- Replies: 13
- Views: 14282
Re: Send reset info and log via POST or MQTT
@TD-er, thank you for the answer. I don't see WiFi#Disconnected event. Is it missing in the docs? There are events for MQTT, but no WiFi#Disconnected - https://espeasy.readthedocs.io/en/latest/Reference/Events.html?highlight=connect#internal-core-events I was going to ask how to send RSSI and other ...
- 14 May 2020, 09:18
- Forum: ESP Easy: General Discussion
- Topic: Send reset info and log via POST or MQTT
- Replies: 13
- Views: 14282
Re: Send reset info and log via POST or MQTT
@TD-er thank you for the tips ;) I didn't know that rotating the antenna could cause such issues. I have two other sensors in rooms near the problematic sensor and one sensor outside, they work stable, only this single unit is causing troubles (only this one has two DS18B20, rest has an only single ...
- 07 May 2020, 10:37
- Forum: ESP Easy: General Discussion
- Topic: Send reset info and log via POST or MQTT
- Replies: 13
- Views: 14282
Re: Send reset info and log via POST or MQTT
Hi @TD-er, the issue is more complicated. Let me start from the beginning. I have an electrical box in the wall that is between living room and kitchen. In that box I have Wemos D1 and two sensors going to each room, the max cable length is 30 cm. I'm using pull-up resistor (4k7) I've created anothe...
- 06 May 2020, 23:31
- Forum: ESP Easy: General Discussion
- Topic: Send reset info and log via POST or MQTT
- Replies: 13
- Views: 14282
Send reset info and log via POST or MQTT
I'm using ESPEasy on Wemos D1 which has two original DS18B20 sensors connected (with 4k7 resistor). I'm sending the results to Home Assistant via MQTT. I noticed that sometimes (very often lately) I get multiple offline messages to LWT, this results in bad readings: https://user-images.githubusercon...
- 18 Nov 2019, 15:07
- Forum: ESP Easy: General Discussion
- Topic: ESP Easy remote admin panel
- Replies: 3
- Views: 7425
ESP Easy remote admin panel
Hi there, I'm relatively new to ESP Easy, but from the start, I like the project very much and I use it more and more. I've set up Home Assistant at my parent's house, I use it to monitor and control the temperature in their house. To measure the temperature I'm using Wemos D1 + DS18B20 + ESP Easy. ...
- 13 Nov 2019, 11:44
- Forum: Staff Announcements forum
- Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
- Replies: 105
- Views: 2182409
Re: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
Sorry, the amount isn't big, but if things change with my job, I'll try to raise the amount.
You guys really deserve more for such an awesome work. As You wrote if one out of 10 people would support You guys then this project could grow even faster. I hope it will
You guys really deserve more for such an awesome work. As You wrote if one out of 10 people would support You guys then this project could grow even faster. I hope it will

- 12 Nov 2019, 14:51
- Forum: Staff Announcements forum
- Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
- Replies: 105
- Views: 2182409
Re: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
I think You must create a special file in repo.
More info here: https://help.github.com/en/github/build ... repository.
More info here: https://help.github.com/en/github/build ... repository.
- 05 Nov 2019, 22:37
- Forum: Staff Announcements forum
- Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
- Replies: 105
- Views: 2182409
Re: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
@TD-er according to GitHub page (https://github.com/sponsors) they have 2 weeks to review the form, probably then You will have options to enable this for repo
- 05 Nov 2019, 12:10
- Forum: Staff Announcements forum
- Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
- Replies: 105
- Views: 2182409
Re: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
@grovkillen take a look at latest GitHub announcement - https://help.github.com/en/articles/about-github-sponsors Yep saw that, will look into that once we get approved for it (still in beta). GitHub Sponsors is out of beta - https://github.blog/2019-11-04-github-sponsors-is-now-out-of-beta-in-30-c...
- 27 May 2019, 11:20
- Forum: Staff Announcements forum
- Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
- Replies: 105
- Views: 2182409
Re: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
@grovkillen take a look at latest GitHub announcement - https://help.github.com/en/articles/abo ... b-sponsors