I undersand also the feeling
You do a very nice job already
for the documentation, it's up to us to fight a little bit

Versionning can be just a time stamp for example
keep the good job running easy
Moderators: grovkillen, Stuntteam, TD-er
For the versioning i now use the date as suggested. It appears when you hover over the info button.
Thanks also for your sharing your ideas TD-er. Right now i kind of using this thread as a kind of notebook, where you can find the latest changes and hopefully soon, based on that I'll complete the documentation on GitHub.
Code: Select all
On neoPixelEvent Do
NeoPixelAllHSV,%eventvalue1%,%eventvalue2%,%eventvalue3%
Endon
No, sorry...
It was more an information request than a feature request. I probably won't be using that as IMHO the HSV is very usable, and we have conversions (both directions) available (though not available from rules, I think).
Don't lift that code-freeze just for this, please
Absolutely! But i am thinking to re add this "feature" in the summer where one can plaster the walls with microcontroller, saving the AC.
Code: Select all
On buttonEvent Do
//put your code to reset the timer in here
Endon
Unfortunately, I can't figure out how I can change this for myself...
Add an XX the the Device name of Elements you don´t want do display: e.g. "KEY1XX" but keep in mind that you have to change this name everywhere else too... (e.g. in rules).Andrew Mamohin wrote: ↑20 Feb 2023, 12:17 How can I remove unnecessary elements, and display the necessary elements with the necessary description?
If you create a button you can assign a background color for visual feedback depending of the value of the task. If you give it the value 2 it becomes a red tile.chromo23 wrote: ↑20 Feb 2023, 11:42 A button you can create by adding either a "Switch" device and call it "button" or whatever you want (create it without assigning a gpio) or create a single "dummy" device called "dButtons". and name the value (eg "button" or whatever you want ). Both ways will create a button tile.
Code: Select all
On timefinished Do
LoopTimerSet,1,2000
Endon
On Rules#Timer=1 Do
If [button#State]=0
TaskValueSet,button,1,2
Else
TaskValueSet,button,1,0
Endif
Endon
Thanks
For this i already have a solution:
https://www.letscontrolit.com/forum/dow ... hp?id=7450
No, it´s currently not. And right now i see no reason to do so (since it can be done with rules). There is another way to "lock" a slider by disabling it. See here:
chromo23 wrote: ↑28 Feb 2023, 09:00 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...sneak peek: https://github.com/chromoxdor/easy2ntfy
![]()
For this i already have a solution:download/file.php?id=7450
No, it´s currently not. And right now i see no reason to do so (since it can be done with rules). There is another way to "lock" a slider by disabling it. See here:
viewtopic.php?p=61886#p61886
Edit: i forgot to mention another functionality of the slider.
If you change the slider value it changes the value in the dummy-device with "taskValueSet" and it also send an extra "event"
e.g.: "taskvalueset,vSlider,1,1023" and "event,slider1Event=1023"
If you just click on the "outer edges" of the slider the event now sends two values (2nd one accessible via "%eventvalue2%") depending on the side of the slider.
e.g. clicking on the left side: "event,slider1Event=0,0"
right side: "event,slider1Event=1023,1"
I don´t know if this helps. I only added this functionality because i needed it for a very special use case...
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, Neopixel)
Yes I already tried that, but onyl espeasy's web gui changes to dark theme then, your easy fetch stays light.
Thanks.. i actually don´t know if the software for the gateway works. It´s also (for now) for esp8266 only.
Note, that "easy2ntfy" is not for notifications. It is a combination of hardware and software that enables you to use "easyfetch" through the internet without using a vpn.
@ath gave you already an advice. Does it work for you with changing the system settings? Otherwise i could give you a version with "dark mode only" in a few days if you prefer to use this independently from your system settings.
No, this is not possible. But i also could put this in a special version too if you want. (But note, that it will be the two-column-mobile view only then.)
Thanks.. i actually don´t know if the software for the gateway works. It´s also (for now) for esp8266 only.
Ah okey, I checked only ntfy, but that thing will be good for me I think.Note, that "easy2ntfy" is not for notifications. It is a combination of hardware and software that enables you to use "easyfetch" through the internet without using a vpn.
!It will NOT notify you when your boiler is about to explode!![]()
(But therefore you could use "PostToHttp" and send messages to e.g. ntfy...)
Yes it works, I changed the theme to dark in Brave and easyfetch changed to dark mode too. I like it.@ath gave you already an advice. Does it work for you with changing the system settings? Otherwise i could give you a version with "dark mode only" in a few days if you prefer to use this independently from your system settings.
Don't bother with any special version for me, it's such a small thing. If you add it to the new version, I'll be happy to use that though.No, this is not possible. But i also could put this in a special version too if you want. (But note, that it will be the two-column-mobile view only then.)
EDIT: I think i can later add an option to force the two-column-view in desktop mode
I updated easyfetch for you.. took a while
The reason i reuse elements for extra features is, that it keeps the file smaller since i also can reuse some of the code.
But you are right and is has definitely not become easier as stated in the title. (I mean to my defense, it is quite easy to use if you use it just as a simple dashboard visualizing only data
Code: Select all
<body onload="fetchJson(),buttonClick('Tor', '0')">
Code: Select all
on Torevent do
pulse,4,1,800
endon
Since ESPeasy features the "PostToHttp" command you could send a notification to your phone via ntfy when the reed switch changes state
That's one of the reasons this request is deniedMight actually not work that well as there is a 2 seconds refresh....... and there might be other stuff spaming the log during that duration....
Thanks a lot
This is how it should look (valuename+ ? + hexcolor without "#"): which reminds me of the documentation... (i happily forget things like this
sure.. but what do you mean by labels?
No, they are fixed but you can scale the whole thing with Ctrl+"+" and Ctrl+"-" (or on macos with ⌘-key) in the browser
All the available options can be found here (i hope i didn´t forget any):
Users browsing this forum: No registered users and 13 guests