Search found 4165 matches

by Ath
14 Feb 2025, 16:57
Forum: ESP Easy: Hardware
Topic: D1 Mini IP problems after flashing
Replies: 5
Views: 186

Re: D1 Mini IP problems after flashing

A few things to check: - Power supply to the ESP (should be stable, thick enough wires) - Why do you have 8.8.8.8 as the DNS server? Should better be your local router - Any interference sources (like smartphone, tablet or other RF transmitting devices) or large metal objects close to the ESP board?...
by Ath
14 Feb 2025, 13:15
Forum: ESP Easy: Software
Topic: ESP Easy on M5 Core S3 SE no display
Replies: 2
Views: 88

Re: ESP Easy on M5 Core S3 SE no display

Hm, I suspect that the AW9523B is keeping the RST pin low, as we do not (yet) have support for that IO expander, causing the ILI9342C not to be able to start. Will see what I can do about that. The fact that GPIO-35 is used for both DC and SPI_MISO is either an error in the documentation, or a desig...
by Ath
14 Feb 2025, 13:01
Forum: ESP Easy: Hardware
Topic: flash esp32 board does not work
Replies: 17
Views: 8703

Re: flash esp32 board does not work

AmruthKumarSala wrote: 14 Feb 2025, 12:40 Here are the steps:
Why are you explaining how to install Tasmota while in the ESPEasy forum?
We're not competitors, but this doesn't really feel appropriate :?
by Ath
13 Feb 2025, 08:13
Forum: ESP Easy: Projects / Applications
Topic: Help with ntfy syntax
Replies: 3
Views: 366

Re: Help with ntfy syntax

postToHTTP,ntfy.sh,80,/mydevice,'title:Motor Status','priority:5','The motor is ON FIRE' But it does not work correctly. The message becomes "priority:5" and the message's priority is unchanged. Multiple headers should be combined in the (single) header argument, new-line separated, like ...
by Ath
10 Feb 2025, 08:17
Forum: ESP Easy: General Discussion
Topic: RXB6 433MHz module - help
Replies: 2
Views: 278

Re: RXB6 433MHz module - help

Support for RF send/receive units like these is planned, but on low priority. See: https://github.com/letscontrolit/ESPEasy/issues/3839

Found a project that might be of some interest to you: https://stef-aap.github.io/RFLink-ESP/4 ... ivers.html
by Ath
09 Feb 2025, 17:25
Forum: ESP Easy: Software
Topic: Waveshare ESP32 Driver board no e-paper display
Replies: 8
Views: 1347

Re: Waveshare ESP32 Driver board no e-paper display

I would like to test it with an 7,5" e ink display (800x 480) from waveshare as well. Is the implementation possible at all, I heard sth. about memory problems? Should be possible, but haven't tried that yet. And they are also rather expensive, compared to TFT displays, with all the disadvanta...
by Ath
09 Feb 2025, 17:09
Forum: ESP Easy: General Discussion
Topic: select one value to send to domoticz
Replies: 5
Views: 976

Re: select one value to send to domoticz

It seems you are trying to send 2 values to a single field in Domoticz. a) That won't work, and b) Your syntax is wrong You can use a separate event handler for each value: On S0#W Do SendToHTTP,192.168.178.50,8080,/json.htm?type=command&param=udevice&idx=919&svalue=%eventvalue1% Endon O...
by Ath
09 Feb 2025, 15:03
Forum: ESP Easy: Software
Topic: Waveshare ESP32 Driver board no e-paper display
Replies: 8
Views: 1347

Re: Waveshare ESP32 Driver board no e-paper display

Success! I checkout the branch and build it. It's working with a 1.54 V2 waveshare ink display . Thanks a lot Uwe Ah, great news 8-) I do own an MH-ET-Live 1.54" 200x200 ePaper (eInk) display, but haven't been able to get it working yet. (this has been a 'sleeping' project for quite some time ...
by Ath
08 Feb 2025, 23:20
Forum: ESP Easy: General Discussion
Topic: Problem with timer syntax ?
Replies: 10
Views: 1348

Re: Problem with timer syntax ?

romainperea wrote: 08 Feb 2025, 23:09

Code: Select all

On Infrarouge#State=1 do
 If [Rules#Timer]=2
...
 Endif
Endon
That "If [Rules#Timer]=2" doesn't exist
by Ath
08 Feb 2025, 23:17
Forum: ESP Easy: General Discussion
Topic: Problem with timer syntax ?
Replies: 10
Views: 1348

Re: Problem with timer syntax ?

What's supposed to happen when timer 2 expires? As you haven't added an event handler for timer 2

Code: Select all

On Rules#Timer=2 do  // When Timer2 expires, do
// some commands should go here
Endon
by Ath
08 Feb 2025, 23:14
Forum: ESP Easy: Software
Topic: Waveshare ESP32 Driver board no e-paper display
Replies: 8
Views: 1347

Re: Waveshare ESP32 Driver board no e-paper display

I've resolved some merge issues with P096, and a new build is running for PR #4223 (to add some 1.54" ePaper displays)in this GH Actions run, that (still) includes the Waveshare 1.54" 200x200 display. Don't own the hardware so haven't been able to test that yet :?.
by Ath
08 Feb 2025, 17:43
Forum: ESP Easy: General Discussion
Topic: Using the DS3231 Module and Other Modules for Time and Relay State Management with ESP-Easy
Replies: 32
Views: 3339

Re: Using the DS3231 Module and Other Modules for Time and Relay State Management with ESP-Easy

I'm not sure I understood correctly. If I leave the resistors and, let's say, power this connector using a smartphone USB-A charger with a USB-A to USB-C cable, would it still work? Yes, as the USB-A power supply won't(read: can't) probe the CC pins to determine if it should switch the power on. It...
by Ath
08 Feb 2025, 16:28
Forum: ESP Easy: Software
Topic: Waveshare ESP32 Driver board no e-paper display
Replies: 8
Views: 1347

Re: Waveshare ESP32 Driver board no e-paper display

For e-Paper displays you need the P096 e-Paper plugin. That can't be controlled using a TFT driver. Not sure if your display model is supported though, as we only have support for a few very specific display types and resolutions. NB: e-Paper displays are not suitable for frequent display updates! (...
by Ath
08 Feb 2025, 15:02
Forum: ESP Easy: General Discussion
Topic: Using the DS3231 Module and Other Modules for Time and Relay State Management with ESP-Easy
Replies: 32
Views: 3339

Re: Using the DS3231 Module and Other Modules for Time and Relay State Management with ESP-Easy

If the USB-C connector does not offer CC1/CC2 pins, then you don't need to add those 5k1 resistors. If those are present, you should add those between CC1 and GND and CC2 and GND. If you don't then there is no guarantee the USB power supply you plan on using will deliver the required amount of curr...
by Ath
06 Feb 2025, 12:02
Forum: ESP Easy: General Discussion
Topic: select one value to send to domoticz
Replies: 5
Views: 976

Re: select one value to send to domoticz

- Uncheck the Controller checkbox for Domoticz - If you have task setting "Single event with all values" unchecked, you can respond to the S0#Total event: on S0#Total do // When using Domoticz HTTP: (Adjust Domoticz IP address, Port and idx values) SendToHTTP 192.168.1.2,8080,/json.htm?typ...
by Ath
05 Feb 2025, 14:21
Forum: ESP Easy: General Discussion
Topic: How to get weather on esp using API with key?
Replies: 107
Views: 19346

Re: How to get weather on esp using API with key?

Is it possible to add support for the ST7796 display? Esp32 30pin, "easyesp display" + parser would be perfect, there is already ST7796 Not sure if I understand your question completely. This Weather API feature is available in the MAX builds by default, and can be enabled for Custom buil...
by Ath
05 Feb 2025, 10:09
Forum: ESP Easy: General Discussion
Topic: Using the DS3231 Module and Other Modules for Time and Relay State Management with ESP-Easy
Replies: 32
Views: 3339

Re: Using the DS3231 Module and Other Modules for Time and Relay State Management with ESP-Easy

Neoseb38 wrote: 05 Feb 2025, 06:33 EEPROM Implementation:
Implementing EEPROM support appears too complex for my current level, so I plan to avoid that solution.
A solution for this is on the TODO list ;)
by Ath
04 Feb 2025, 23:30
Forum: ESP Easy: General Discussion
Topic: Problem with P123 after custom build
Replies: 11
Views: 1364

Re: Problem with P123 after custom build

We've done an investigation, and still searching for a specific cause and then a solution. Tested on a WT32 SC01, like you use. There's something funky going on in the loading and parsing of settings of P123 (and probably a couple of other plugins that use the same method) that seems somehow related...
by Ath
04 Feb 2025, 15:54
Forum: ESP Easy: General Discussion
Topic: Problem with P123 after custom build
Replies: 11
Views: 1364

Re: Problem with P123 after custom build

This testing, was it done using an ESP32 or an ESP8266? (I'm guessing an ESP32, but want to be sure)
by Ath
03 Feb 2025, 21:11
Forum: ESP Easy: Software
Topic: Neopixel Basic P038 Multiple instances
Replies: 19
Views: 17270

Re: Neopixel Basic P038 Multiple instances

TD-er explained that newer builds use RMT for steering the LEDs, and not all ESP32 models have multiple RMT channels available. To similarly use multiple GPIO pins with LEDs won't be possible with only a single RMT channel. As an alternative, you can use a single GPIO to control all LEDs (I've used ...
by Ath
03 Feb 2025, 20:36
Forum: ESP Easy: General Discussion
Topic: Problem with P123 after custom build
Replies: 11
Views: 1364

Re: Problem with P123 after custom build

Can you try using a different browser? There is a report of erratic behavior when using Chrome.
by Ath
03 Feb 2025, 13:18
Forum: ESP Easy: General Discussion
Topic: Do we have ESP32 Wake On GPIO yet ?
Replies: 13
Views: 1963

Re: Do we have ESP32 Wake On GPIO yet ?

Thx Yep updated Github and sync'ed in PlatformIO and I now have latest version of P097 :D The command should be like this: git pull upstream mega This is when you have setup the LetsControlit repo as the "upstream" for your personal fork (as documented in the RTD Developer guidelines we w...
by Ath
02 Feb 2025, 19:33
Forum: ESP Easy: Software
Topic: Neopixel Basic P038 Multiple instances
Replies: 19
Views: 17270

Re: Neopixel Basic P038 Multiple instances

Tested today with build from #6. This is working (commands like 1.neopixel,4,0,0,150 and 2.neopixel,4,0,150,0 are send to different GPIO) @ath:Is this a custom build? if yes, how do i manage it to get it running with current version? It's a build from the pull request code or 3 years ago, that has ...
by Ath
02 Feb 2025, 19:18
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 11
Views: 4069

Re: ESP32-C6 with built-in TFT

Thanks. Order has been finalized. Should ship soon.
by Ath
02 Feb 2025, 17:03
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 11
Views: 4069

Re: ESP32-C6 with built-in TFT

FYI: Aliexpress is charging me € 15.44 including shipping.
Screenshot - 02-02-2025 , 17_01_50.png
Screenshot - 02-02-2025 , 17_01_50.png (47.62 KiB) Viewed 2972 times
by Ath
02 Feb 2025, 16:57
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 11
Views: 4069

Re: ESP32-C6 with built-in TFT

I'll wait for a "future build" for this device ;) (for supporting the embedded display). Is it possible to "donate" euros for the developpers to buy one of this device to "see" if something is possible ? My signature has a PayPal.me link where you can donate for purcha...
by Ath
02 Feb 2025, 14:25
Forum: ESP Easy: Hardware
Topic: Wanted: Cheap ESPEasy Hackable WiFi Products with a Color Display
Replies: 17
Views: 7229

Re: Wanted: Cheap ESPEasy Hackable WiFi Products with a Color Display

I think I will order the $19 ESP32-S3 display (JC4832W535). I found some details to it. Looks interesting. This is a link that explains its features and provides some Arduino source code examples. https://spotpear.com/wiki/ESP32-S3-3.5-inch-LCD-Captive-TouchScreen-Display-480x320-Tablet-MP3-Video-W...
by Ath
01 Feb 2025, 22:53
Forum: ESP Easy: Hardware
Topic: Wanted: Cheap ESPEasy Hackable WiFi Products with a Color Display
Replies: 17
Views: 7229

Re: Wanted: Cheap ESPEasy Hackable WiFi Products with a Color Display

ThomasB wrote: 01 Feb 2025, 22:30 ... there will be a cheap consumer WiFi product with color display, that is desktop or wall mounted, that we can hack for ESPEasy. :)
It takes some time, but we'll get there :)
by Ath
01 Feb 2025, 22:12
Forum: ESP Easy: Hardware
Topic: Wanted: Cheap ESPEasy Hackable WiFi Products with a Color Display
Replies: 17
Views: 7229

Re: Wanted: Cheap ESPEasy Hackable WiFi Products with a Color Display

TD-er wrote: 01 Feb 2025, 22:08 Or one like these?
https://www.aliexpress.com/item/1005007890730494.html
Still not sure about the display, but at least this will trigger the suggestions made by Google and Ali Express to continue your search :)
There's one of those in my TODO corner/pile... ;)
by Ath
01 Feb 2025, 22:12
Forum: ESP Easy: Hardware
Topic: Wanted: Cheap ESPEasy Hackable WiFi Products with a Color Display
Replies: 17
Views: 7229

Re: Wanted: Cheap ESPEasy Hackable WiFi Products with a Color Display

Not 100% sure that specific display controller is supported, but I guess Ton can tell you more about it. I'm contemplating a total switch to a) Arduino_GFX library and b) LVGL graphics, as that combination should offer a much broader hardware and software support. Have to think on how to integrate ...
by Ath
01 Feb 2025, 14:33
Forum: ESP Easy: Hardware
Topic: ESP-01S with W25Q128FVSG
Replies: 5
Views: 900

Re: ESP-01S with W25Q128FVSG

AFAICS, the ESP8266 doesn't support flash sizes > 16MB (128 MBit), see this Espressif documentation page
by Ath
31 Jan 2025, 20:14
Forum: ESP Easy: General Discussion
Topic: AI Generated Posts
Replies: 5
Views: 863

Re: AI Generated Posts

Confirming your suggestion about AI probably being used to write posts. There's a 'certain user' that I've been suspecting of using AI to generate answers and copy/pasting them in the forum, especially if a question has been unanswered for a couple of days. In some way the ignorance and often half b...
by Ath
29 Jan 2025, 16:25
Forum: ESP Easy: General Discussion
Topic: Read and process binary data from serial port
Replies: 17
Views: 2441

Re: Read and process binary data from serial port

Actually it would be a perfect candidate as only VCC, GND, TX and 3 other pins are used (which are not at the bottom, one of them is the LED and one is a Button). And only these pins are soldered... Better use an o-scope to check the levels, and use a 5V to 3.3V level converter to protect your ESP ...
by Ath
24 Jan 2025, 22:07
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 4901

Re: ESP Easy on M5StickPlus no Display

That helped, Thanks a lot. :D Did the default values change? I did not change my settings. As a matter of fact I just installed a new binary. That field was added recently, and the intention was to set it to 60 seconds by default. Maybe it didn't happen because you upgraded from a different release...
by Ath
24 Jan 2025, 14:56
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 4901

Re: ESP Easy on M5StickPlus no Display

Maybe the MQTT Controller Keep Alive Time setting should be changed from 0 to 60 sec. (AFAIK, that should have been done by the automatic upgrade :shock:)
by Ath
24 Jan 2025, 12:26
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 4901

Re: ESP Easy on M5StickPlus no Display

Better include the screenshot as an attachment to the message, so it will retain
by Ath
24 Jan 2025, 12:09
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 4901

Re: ESP Easy on M5StickPlus no Display

How is your MQTT Import plugin setup (ESPEasy side)?
by Ath
23 Jan 2025, 11:04
Forum: ESP Easy: General Discussion
Topic: Device Settings
Replies: 9
Views: 2042

Re: Device Settings

There are 2 levels of P2P communication and configuration. The basic level is setting the P2P port on all units to the same value (8266 by default, the IANA registered port number for ESP P2P communication), that allows to send and receive basic data and commands across the units, and also contains ...
by Ath
21 Jan 2025, 21:01
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 4901

Re: ESP Easy on M5StickPlus no Display

I am looking for a method to control th AXP 192 from inside a rule. Basically I just want to turn off the backlight. I tried to use the Tools Tab but for all axp commands 'command unknown' is returned . For instance: axp,ldo2,0 Yields: Command unknown Hm, you found an actual bug :o Thank you for th...
by Ath
21 Jan 2025, 13:51
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 4901

Re: ESP Easy on M5StickPlus no Display

I think that LDO2 needs a flag set to not be protected/disabled, so you can actually control it from rules... :?
Will fix that later today.
by Ath
19 Jan 2025, 13:54
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 4901

Re: ESP Easy on M5StickPlus no Display

@janssenuwe I have added a predefined configuration for M5Stack StickC Plus to P137 in PR #5228 and expect that to closely match what you've configured. The voltage level for the backlight I've set to 2800mV, as suggested in the image above, but can probably be set somewhat lower to not be blinded b...
by Ath
19 Jan 2025, 13:50
Forum: ESP Easy: Projects / Applications
Topic: ESP32C6 as zigbee thermometer and repeater
Replies: 3
Views: 1483

Re: ESP32C6 as zigbee thermometer and repeater

Is the source (and documentation) for this project available anywhere (preferably Github)?
by Ath
17 Jan 2025, 22:08
Forum: ESP Easy: Software
Topic: Building ESPEasy with Platformio
Replies: 6
Views: 1641

Re: Building ESPEasy with Platformio

If you didn't change any source files (you can modify your Custom.h without getting into trouble), you can use these commands to get your local copy, and your fork, up to date: (This assumes you have the mega branch active, and the remote setup as shown in the PlatformIO documentation page) Commands...
by Ath
17 Jan 2025, 20:17
Forum: ESP Easy: General Discussion
Topic: How to get weather on esp using API with key?
Replies: 107
Views: 19346

Re: How to get weather on esp using API with key?

cccp79 wrote: 17 Jan 2025, 20:13 Сan add this "%c_dew_th%" to documentation here https://www.letscontrolit.com/wiki/inde ... asyFormula , for the formula for calculating the dew point temperature
The wiki is very outdated. What you're looking for is documented here
by Ath
17 Jan 2025, 13:06
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 4901

Re: ESP Easy on M5StickPlus no Display

Can you share your configuration for the AXP192, so I can add this model to the predefined settings?
by Ath
16 Jan 2025, 22:24
Forum: ESP Easy: General Discussion
Topic: How to get weather on esp using API with key?
Replies: 107
Views: 19346

Re: How to get weather on esp using API with key?

Are the correct values shown in the log? If so, then for this situation the TaskValueSet commands should be used with task- and value-numbers instead of taskname/valuename because of the special characters used here, they get parsed before processing, so these may be replaced by some other character...
by Ath
15 Jan 2025, 22:16
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 11
Views: 4069

Re: ESP32-C6 with built-in TFT

Hi everyone ! I've ordered this ESP32-C6 board: https://fr.aliexpress.com/item/1005008084095266.html I have successfully compiled a custom ESPEasy firmware (the 20241222 one), with the P116 plugin, to be able to activate the onboard TFT. Unfortunatly, the embedded TFT is a 172 x 320 one, driven by ...
by Ath
15 Jan 2025, 15:35
Forum: ESP Easy: Projects / Applications
Topic: ESP-32, Waveshare 1.28" LCD & Arduino. Battery Voltage Gauge
Replies: 1
Views: 906

Re: ESP-32, Waveshare 1.28" LCD & Arduino. Battery Voltage Gauge

This forum is about the use of ESPEasy on ESP8266 and ESP32 boards. This scope is already taking a lot/most of our time. With this in mind, we can't support generic Arduino programming, due to lack of time (and trying to have a life...), sorry.
by Ath
14 Jan 2025, 22:20
Forum: ESP Easy: Software
Topic: Reduce SPI speed?
Replies: 57
Views: 8427

Re: Reduce SPI speed?

The cable pass-through might also cause some disturbance, as there the flatcable isn't really flat, so the shielding GND wires aren't really shielding the signals, AFAICS?
by Ath
13 Jan 2025, 21:39
Forum: ESP Easy: Hardware
Topic: Lolin motor schield v2
Replies: 16
Views: 5040

Re: Lolin motor schield v2

jack100 wrote: 13 Jan 2025, 21:32 This fan will stop!
Great, problem solved :D