Search found 31 matches

by trendkill
15 Apr 2024, 07:29
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% question
Replies: 8
Views: 309

Re: %sunrise% and %sunset% question

Works perfectly! Me and our chickens thanks you very much!
by trendkill
03 Apr 2024, 19:07
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% question
Replies: 8
Views: 309

Re: %sunrise% and %sunset% question

okay, I'll test it once it's released. i'll post here my experience with it. Thanks!!
by trendkill
02 Apr 2024, 22:04
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% question
Replies: 8
Views: 309

Re: %sunrise% and %sunset% question

Yes, it's at a remote site with no internet.
by trendkill
02 Apr 2024, 21:51
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% question
Replies: 8
Views: 309

Re: %sunrise% and %sunset% question

Sorry, I forgot to mention those. It has an battery powered external RTC, DS1307 which works well. And yes I set the coordinates. So it works well, new sunset/sunrise value sets after boot. But that's it, it doesn't recalculate it daily.
by trendkill
02 Apr 2024, 20:08
Forum: ESP Easy: General Discussion
Topic: %sunrise% and %sunset% question
Replies: 8
Views: 309

%sunrise% and %sunset% question

Hello guys, I'm using the %sunrise% and %sunset% variables with the latest firmware on an esp8266. ESP_Easy_mega_20240229_normal_ESP8266_4M1M Feb 29 2024. I noticed, that these variables are only set when the device boots, then never change. So if I want to have correct values, I have to reboot the ...
by trendkill
09 Dec 2023, 14:48
Forum: ESP Easy: Projects / Applications
Topic: Measure Operating Time
Replies: 5
Views: 3668

Re: Measure Operating Time

Works perfectly! Thank you very much!
by trendkill
08 Dec 2023, 21:55
Forum: ESP Easy: Projects / Applications
Topic: Measure Operating Time
Replies: 5
Views: 3668

Re: Measure Operating Time

When handling the events for heater on and off, you can perform some calculations and store it in a variable When starting the heater: let,1,%syssec_d% // Store current nr of seconds of today in var#1 When stopping the heater: let,2,[int#2]+%syssec_d%-[int#1] // Add run time to var#2 And at midnigh...
by trendkill
08 Dec 2023, 10:26
Forum: ESP Easy: Projects / Applications
Topic: Measure Operating Time
Replies: 5
Views: 3668

Measure Operating Time

Hello guys, I have a heating system and a simple thermostat setup with espeasy. It logs to my linux server when the heater turns on and off, but I would like to have a daily report about the total amount of time while the heater was ON. So I think I would start counting seconds when the HeaterON eve...
by trendkill
19 Apr 2023, 22:14
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 262412

Re: maybe easier to use Dashboard replacement

wow this is awesome! Thanks a bunch!
by trendkill
05 Mar 2023, 19:59
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 262412

Re: maybe easier to use Dashboard replacement

easy2ntfy looks good, I'll have a look on this later too! Thanks.. i actually don´t know if the software for the gateway works. It´s also (for now) for esp8266 only. I couldn´t test recent changes since i took no hardware with me and already getting withdrawal symptoms... :shock: More information a...
by trendkill
03 Mar 2023, 20:33
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 262412

Re: maybe easier to use Dashboard replacement

Ath wrote: 03 Mar 2023, 14:39 Easyfetch probably uses the browser or OS setting for dark mode.
That's right! Thanks!
by trendkill
03 Mar 2023, 14:31
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 262412

Re: maybe easier to use Dashboard replacement

- your screenshots with that dark colorscheme/theme looks good. Can I use that somehow? The Dark mode is a setting in the Tools/Advanced page ("Web light/dark mode" selection option), if it is included in the build. (Excluded in LIMIT_BUILD_SIZE builds, like Collection A..F, Display, Neop...
by trendkill
03 Mar 2023, 11:22
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 262412

Re: maybe easier to use Dashboard replacement

Thanks for your suggestions! This reminds me again, that i should renew the documentation....i really suck at that. Instead of doing so i startet another project :roll: ...sneak peek: https://github.com/chromoxdor/easy2ntfy :) Or maybe a form where user can type a number instead? For this i already...
by trendkill
28 Feb 2023, 00:13
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 262412

Re: maybe easier to use Dashboard replacement

Hi! Is it possible to lock somehow the vSlider? Like long press to make modification or a requirement to press an unlock icon first.... Or maybe a form where user can type a number instead? To save a variable into a dummy device. Just some ideas. It's quite easy to press the slider accidentally whil...
by trendkill
26 Feb 2023, 23:31
Forum: ESP Easy: Software
Topic: cron
Replies: 14
Views: 1744

Re: cron

Ath wrote: 26 Feb 2023, 23:18 Hm, that 128 was from memory, but now that I've looked it up in the source it's actually 256, and that limit was last changed ~3 years ago, and handling of the TimerSet/LoopTimerSet commands was changed about 2.5 year ago, in Release 20200812 AFAICS...
Wow, that's cool. I'll try it again, thanks!
by trendkill
26 Feb 2023, 22:55
Forum: ESP Easy: Software
Topic: cron
Replies: 14
Views: 1744

Re: cron

Ath wrote: 26 Feb 2023, 22:50 We have a current limit of 128 timers in ESPEasy (we looked that up a few weeks back ;))
I tried with the 20221224 normal build and only 8 worked for me. 128 is in the new beta image?
by trendkill
26 Feb 2023, 22:30
Forum: ESP Easy: Software
Topic: cron
Replies: 14
Views: 1744

Re: cron

If you can write it in cron syntax, then there is some repeatability. So why do you need so many timers? There are many device to turn on and off in different times for different duration. Not sure yet if I need that many timers, but theorically what could be the maximum number of timers without fr...
by trendkill
26 Feb 2023, 10:14
Forum: ESP Easy: Software
Topic: cron
Replies: 14
Views: 1744

Re: cron

On the Devices page you will need to add a Cron task, where you can set the cron-expression(s) for your schedule. Don't forget to enable the task! All right, I got this. I was expecting something like a crontab file as in linux. Unfortunately this won't work for me, since one scheduled job takes on...
by trendkill
26 Feb 2023, 08:54
Forum: ESP Easy: Software
Topic: cron
Replies: 14
Views: 1744

Re: cron

Ohh okey my bad! Yes I read the wiki, but still couldn't figure it out how is it work. Will try again with the correct build, let's see. Thank you!! And the Cron plugin isn't included in the Normal build you have installed. You'll need either a Collection build (any of the A..F builds) or the Clima...
by trendkill
26 Feb 2023, 00:24
Forum: ESP Easy: Software
Topic: cron
Replies: 14
Views: 1744

Re: cron

Ohh okey my bad! Yes I read the wiki, but still couldn't figure it out how is it work. Will try again with the correct build, let's see. Thank you!! And the Cron plugin isn't included in the Normal build you have installed. You'll need either a Collection build (any of the A..F builds) or the Climat...
by trendkill
25 Feb 2023, 22:29
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 262412

Re: maybe easier to use Dashboard replacement

beautiful project, thank you!!! I just tried and the software button (Switch Input) doesn't work for me when 'Inversed Logic' is ticked. Thanks :) This should do the trick: (if "Inversed Logic:" is set the value-name needs to be changed from "State" to "iState") if you...
by trendkill
25 Feb 2023, 18:44
Forum: ESP Easy: Software
Topic: maybe easier to use Dashboard replacement
Replies: 188
Views: 262412

Re: maybe easier to use Dashboard replacement

beautiful project, thank you!!! I just tried and the software button (Switch Input) doesn't work for me when 'Inversed Logic' is ticked.
by trendkill
25 Feb 2023, 18:17
Forum: ESP Easy: Software
Topic: cron
Replies: 14
Views: 1744

cron

Hello guys, could someone show me the right way how to use cron with espeasy? I tried this example, but no luck: on System#Boot do cron,00 06 18 * * *,gpio,13,0 Endon I tried it with ESP_Easy_mega_20230225_normal_ESP8266_4M1M Feb 25 2023 and the latest stable release too. I would like to set up an i...
by trendkill
12 Sep 2022, 23:09
Forum: ESP Easy: Hardware
Topic: Distance Sensor A02YYUW
Replies: 28
Views: 28440

Re: Distance Sensor A02YYUW

Using it since then, rock solid, very accurate. You right, when the water ripples, it's more than 20-40 mm, my bad. But not crazy numbers. I measure the water level every hour, except when filling up the tank, therefore I have no false measurement. I can't imagine it is "only 20 - 40 mm" S...
by trendkill
01 Sep 2022, 19:49
Forum: ESP Easy: Hardware
Topic: Distance Sensor A02YYUW
Replies: 28
Views: 28440

Re: Distance Sensor A02YYUW

Yes, when I load the tank with fresh water, the surface ripples. Therefore the measurments are jumping, but only +- 20-40mm. Whis is correct, the size of the wave. Let's see in the coming days, if there will be any weird stuff. Maybe you measure reflections? A ripple on water may tilt the surface ca...
by trendkill
01 Sep 2022, 15:53
Forum: ESP Easy: Hardware
Topic: Distance Sensor A02YYUW
Replies: 28
Views: 28440

Re: Distance Sensor A02YYUW

Still... if the TX from the ESP is only 3V3 and the device expects a slightly higher level then it also may work "flaky" What may be useful however is to add a 500 Ohm resistor (or 470 Ohm, as the actual resistance value isn't that critical) in series with the TX line and/or RX. This may ...
by trendkill
31 Aug 2022, 22:19
Forum: ESP Easy: Hardware
Topic: Distance Sensor A02YYUW
Replies: 28
Views: 28440

Re: Distance Sensor A02YYUW

Thank you, got it! Any feedback is appreciated. You can also, instead of here, write that as a comment in Github, just choose what feels most appropriate to you. ;) I just finished soldering them together. Both sensor works! At least they send the data, I didn't measure yet how accurate they are. I...
by trendkill
31 Aug 2022, 14:12
Forum: ESP Easy: Hardware
Topic: Distance Sensor A02YYUW
Replies: 28
Views: 28440

Re: Distance Sensor A02YYUW

Thank you, got it! Hi! I just flashed the ESP_Easy_mega_20220809_collection_A_ESP8266_4M1M.bin file into my Wemos D1 Mini, and I can't find this device in the list. This plugin is not merged into the regular release yet. You will have to download a build from the PR, latest build is here , that does...
by trendkill
31 Aug 2022, 13:14
Forum: ESP Easy: Hardware
Topic: Distance Sensor A02YYUW
Replies: 28
Views: 28440

Re: Distance Sensor A02YYUW

Hi! I just flashed the ESP_Easy_mega_20220809_collection_A_ESP8266_4M1M.bin file into my Wemos D1 Mini, and I can't find this device in the list. I have two pieces of dfrobot A02YYUW which I would like to use with this single ESP8266 board. Which bin file could I use? Thank you very much. I've adjus...
by trendkill
22 Feb 2022, 21:08
Forum: ESP Easy: Software
Topic: simple vs nice webUI problem
Replies: 3
Views: 6221

Re: simple vs nice webUI problem

That's it! The device is in a remote place without internet. I brought it home, uploaded the rules_save.js file and now it works. I uploaded the esp.css and it's nice. The only thing doesn't work is the update_sensor_values_device_page.js file. I upload it, check with file browser and it's not there...
by trendkill
22 Feb 2022, 09:15
Forum: ESP Easy: Software
Topic: simple vs nice webUI problem
Replies: 3
Views: 6221

simple vs nice webUI problem

Hi guys, So, I have two SONOFF TH-16 devices, and I installed the ESP_Easy_mega_20211224_normal_ESP8266_1M build on them. Somehow it turned out, one of them doesn't load the nice web UI, just the very simple one (without graphical icons, etc etc). I wouldn't care at all. However, when I try to add o...