Search found 18 matches

by Sminter4
24 Feb 2024, 22:32
Forum: ESP Easy: Software
Topic: Plugin 095 - TFT
Replies: 22
Views: 14600

Re: Plugin 095 - TFT

Thank you, that worked great! I wouldn't have come up with that on my own. Now I can continue with my project... 👌
by Sminter4
22 Feb 2024, 13:21
Forum: ESP Easy: Software
Topic: Plugin 095 - TFT
Replies: 22
Views: 14600

Re: Plugin 095 - TFT

Thanks for your AW. The point about adjusting the files "AdafruitGFX_helper.." helped me. 👍 Allow me to ask one more question. I would like to show different world times on the display. The function like %sunset-1h% doesn't seem to work with %systm_hm-1h%. Do you have a way for me to calcu...
by Sminter4
19 Feb 2024, 14:42
Forum: ESP Easy: Software
Topic: Plugin 095 - TFT
Replies: 22
Views: 14600

Re: Plugin 095 - TFT

Ah, currently, the P095 plugin only supports the 3 fonts that you already found, but has no provision for adding fonts easily. You are welcome to make a PR for that, of course. Please keep them in the same #ifdef for the current fonts, so they will be excluded for memory-challenged builds. @TD-er, ...
by Sminter4
04 Jan 2024, 15:34
Forum: ESP Easy: General Discussion
Topic: help on rules from tasmota to espeasy
Replies: 10
Views: 13408

Re: help on rules from tasmota to espeasy

I have a similar problem. When I query for "longpress" (11) or "Doubleclick" (3), %eventvalue1%=1 is always output first. This means I always get two commands instead of one. How can I prevent this without a timer? For example: on drei#state do //Rolladen LongPulse_mS,14,1,100 if...
by Sminter4
19 Nov 2023, 21:08
Forum: ESP Easy: Hardware
Topic: Support of E-Ink Displays
Replies: 19
Views: 17693

Re: Support of E-Ink Displays

is there now some working plugin for e-ink?
by Sminter4
08 May 2023, 15:31
Forum: ESP Easy: Projects / Applications
Topic: Wemos D1 mini and Shelly1, nothing else!
Replies: 6
Views: 11782

Re: Wemos D1 mini and Shelly1, nothing else!

Hello, I have the same issue as you. I would like to query a special parameter on a Shelly device with a Wemos d1 mini + Espeasy. E.g. the temperature. And that without any other intermediary instance. With http://192.168.178.144/status/ I could use a browser to read the parameter among many others....
by Sminter4
14 Sep 2022, 15:36
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8319

Re: Adafruit_NeoMatrix

All right. I'll wait for the next release then...

Did I understand you correctly that the bmp is first searched for in the internal flash and then on an SD card that may be present. Since I don't need much memory, my project could work then.
by Sminter4
12 Sep 2022, 11:10
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8319

Re: Adafruit_NeoMatrix

Thanks. I hadn't seen/found this info. I took a look at the functions: https://espeasy.readthedocs.io/en/latest/Plugin/P131.html#p131-page How can I connect an SD card to my ESP8266? (<trigger>,bmp,<x>,<y>,<filename.bmp>) Is there a plugin for this? Or is it possible to load the images from the inte...
by Sminter4
11 Sep 2022, 21:23
Forum: ESP Easy: Software
Topic: Adafruit_NeoMatrix
Replies: 13
Views: 8319

Re: Adafruit_NeoMatrix

Thanks tonhuisman. According to the plugin list, it now exists as P131! I could use it.
However, I can't find it on my "Neopiel" branch "ESP_Easy_mega_20220809_neopixel_ESP8266_4M1M Aug 9 2022". Or is P131 only for ESP32?
by Sminter4
06 Mar 2022, 20:43
Forum: ESP Easy: Projects / Applications
Topic: PCA fade for stairs light
Replies: 8
Views: 8195

Re: PCA fade for stairs light

Thank you for the info. :)
If the ESP8266 is too slow, could an ESP32 theoretically run the fade function in parallel?
by Sminter4
05 Mar 2022, 17:05
Forum: ESP Easy: Projects / Applications
Topic: PCA fade for stairs light
Replies: 8
Views: 8195

Re: PCA fade for stairs light

Wow, that was fast! Respect! My previous tests were successful! Two more questions: - Is on or off dimming also possible in parallel? For example, in which the PCA takes over the task instead of the ESP. Or that a timer is used as a thread instead of the delay. - Will the PCA fade function also be t...
by Sminter4
05 Mar 2022, 14:06
Forum: ESP Easy: Projects / Applications
Topic: PCA fade for stairs light
Replies: 8
Views: 8195

Re: PCA fade for stairs light

I am currently using the Build: ESP_Easy_mega_20211224_test_A_beta_ESP8266_4M1M Dec 24 2021 I would like to test the PCA PWM fade function. She is very important to me. Of course, the top class would be a function that could turn on or off several GPIOs in parallel (not serially). E.g. parallel swit...
by Sminter4
05 Mar 2022, 08:14
Forum: ESP Easy: Projects / Applications
Topic: PCA fade for stairs light
Replies: 8
Views: 8195

PCA fade for stairs light

I would like to build a staircase light in which each step dims one after the other.
Is it possible to give the PCA9685 a fade function like the ESP GPIO (

Code: Select all

PWM,<GPIO>,<duty>,<duration>
)?
E.g.

Code: Select all

PCAPWM,1,4095,500
by Sminter4
07 Aug 2021, 16:42
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10591

Re: Can't install plugin

ok i hope this is correct. Let's see when the error is fixed:
https://github.com/letscontrolit/ESPEasy/issues/3749
by Sminter4
07 Aug 2021, 11:49
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10591

Re: Can't install plugin

Sorry, I had a copy and paste error in my post above with the datetime command. Yours is of course correct. Regardless, I probably found a bug. The time and date of the ESP are correctly adopted with this command. At the same time, the month minus 1 is written to DS3231. Command: datetime,2021-08-07...
by Sminter4
07 Aug 2021, 10:51
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10591

Re: Can't install plugin

I cannot find sufficient documentation for the topic. Probably my naked DS3231 was written to the wrong date via the NTP (July instead of August). Although the NTP correctly shows the month. Bug? With which command can I manually set the time on the DS3231 via the "Tools" page? The command...
by Sminter4
05 Aug 2021, 15:14
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10591

Re: Can't install plugin

Hello TD-er,

In the advanced settings I find the option for an external time source e.g. DS3231. However, I cannot find a plugin in the normal or test build (August 02, 2021). What kind of course of action do you suggest?
How should I wire my DS3231 module to the ESP8266?
by Sminter4
04 Aug 2021, 23:30
Forum: ESP Easy: Software
Topic: Can't install plugin
Replies: 27
Views: 10591

Re: Can't install plugin

Great, I've been waiting for this opportunity for a long time! I also see the DS3231 option in the latest build (02.08.21).
However, i cannot find a corresponding plugin. How do I connect the HW?