Search found 4119 matches
- 15 Jan 2025, 22:16
- Forum: ESP Easy: Hardware
- Topic: ESP32-C6 with built-in TFT
- Replies: 5
- Views: 164
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 ...
- 15 Jan 2025, 15:35
- Forum: ESP Easy: Projects / Applications
- Topic: ESP-32, Waveshare 1.28" LCD & Arduino. Battery Voltage Gauge
- Replies: 1
- Views: 106
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.
- 14 Jan 2025, 22:20
- Forum: ESP Easy: Software
- Topic: Reduce SPI speed?
- Replies: 55
- Views: 1675
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?
- 13 Jan 2025, 21:39
- Forum: ESP Easy: Hardware
- Topic: Lolin motor schield v2
- Replies: 16
- Views: 2479
- 13 Jan 2025, 20:19
- Forum: ESP Easy: Software
- Topic: SCD30 - CO2 sensor
- Replies: 123
- Views: 462720
- 12 Jan 2025, 22:55
- Forum: ESP Easy: Software
- Topic: SCD30 - CO2 sensor
- Replies: 123
- Views: 462720
Re: SCD30 - CO2 sensor
The temperature offset is set in the sensor, so is fully handled by the sensor itself, not in ESPEasy. From the API documentation: 1.3.8 Set Temperature Offset The on-board RH/T sensor is influenced by thermal self-heating of SCD30 and other electrical components. Design-in alters the thermal proper...
- 11 Jan 2025, 23:29
- Forum: ESP Easy: Software
- Topic: ESPEasy plugin for xdb401 i2c pressure sensor
- Replies: 6
- Views: 1126
Re: ESPEasy plugin for xdb401 i2c pressure sensor
Well, I haven't started working on the plugin yet, so it might take some time. Please don't hold your breath waiting...
- 11 Jan 2025, 23:28
- Forum: ESP Easy: Software
- Topic: Reduce SPI speed?
- Replies: 55
- Views: 1675
- 11 Jan 2025, 23:26
- Forum: ESP Easy: Hardware
- Topic: Support of E-Ink Displays
- Replies: 25
- Views: 26269
Re: Support of E-Ink Displays
That display should be available in an ESP32 Display build.
be sure not to update the display too often, as a) it'll show a lot of flickering, and b) cause wear on the display, that won't be visible immediately, by only after some time (and lots of updates).
be sure not to update the display too often, as a) it'll show a lot of flickering, and b) cause wear on the display, that won't be visible immediately, by only after some time (and lots of updates).
- 11 Jan 2025, 21:12
- Forum: ESP Easy: Software
- Topic: Reduce SPI speed?
- Replies: 55
- Views: 1675
Re: Reduce SPI speed?
Geez, all the good ideas are taken. You could have seen that one coming... :shock: Had a small windfall coming my way last month, so I ordered that Rigol DHO804 today. Should arrive early next week. (Sold my ~40 year old analog o-scope a couple of years a go, but since working on ESPEasy, having a ...
- 11 Jan 2025, 20:56
- Forum: ESP Easy: General Discussion
- Topic: No max-build for ESP82xx?
- Replies: 5
- Views: 465
Re: No max-build for ESP82xx?
Max code size for ESP8266 is 1MB, but has to fit in the first MB of flash, and needs some administration space, so total is just below 1 MB (~1019 kB). See these docs Compiling all ESPEasy code for ESP8266 would result in a sketch of over 2MB, so there's no way that will ever fit. For ESP32 the max ...
- 10 Jan 2025, 20:42
- Forum: ESP Easy: Software
- Topic: Reduce SPI speed?
- Replies: 55
- Views: 1675
- 10 Jan 2025, 08:19
- Forum: ESP Easy: Software
- Topic: Reduce SPI speed?
- Replies: 55
- Views: 1675
Re: Reduce SPI speed?
We have not made that configurable (yet). I'm quite sure some plugins (libraries mostly) try to change the speed to their 'desired' speed, so maybe we should override/inhibit that in some way.
What kind of long-cable lengths are you intending to use?
What kind of long-cable lengths are you intending to use?
- 09 Jan 2025, 22:16
- Forum: ESP Easy: Software
- Topic: how to store sensor data in a file (through cache control)
- Replies: 8
- Views: 1025
- 09 Jan 2025, 21:17
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
You could set up your network credentials in the Custom.h file (better not share that version here), but you'll have to clear the entire flash before flashing that build, to have it use the Custom.h defaults. The ESP should use DHCP by default. If you have a serial connection available, you can use ...
- 09 Jan 2025, 15:01
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
When building a Custom.h build, you must choose the desired hardware (ESP8266 1M, not ESP8266 4M1M in your case) with also Custom in the name.
- 08 Jan 2025, 20:52
- Forum: ESP Easy: General Discussion
- Topic: Cant get ST77xx <taskname>#length to work
- Replies: 3
- Views: 452
Re: Cant get ST77xx <taskname>#length to work
Well, congratulations!, you've actually found a tiny bug :lol: You used the, documented, period as the separator between length and the value to take the length of, but during development we decided to change the separator there from the original comma to a period. That was changed where needed, exc...
- 08 Jan 2025, 19:43
- Forum: ESP Easy: General Discussion
- Topic: LD2410 Radar presence detection
- Replies: 4
- Views: 517
Re: LD2410 Radar presence detection
For what plugin(s) do you need the Energy build?
- 08 Jan 2025, 14:43
- Forum: ESP Easy: General Discussion
- Topic: LD2410 Radar presence detection
- Replies: 4
- Views: 517
Re: LD2410 Radar presence detection
On this page you can find all plugins, and in what build they are available: https://espeasy.readthedocs.io/en/latest/Plugin/_Plugin.html#list-of-official-plugins All plugins are also included in the MAX builds, but for ESP32-C3 there is no MAX build. If you really need the Energy build because of a...
- 07 Jan 2025, 17:06
- Forum: ESP Easy: Software
- Topic: how to store sensor data in a file (through cache control)
- Replies: 8
- Views: 1025
- 06 Jan 2025, 21:01
- Forum: ESP Easy: Projects / Applications
- Topic: ESP Easy on M5StickPlus no Display
- Replies: 5
- Views: 576
Re: ESP Easy on M5StickPlus no Display
Using the AXP192 you should set both the LDO 3 and LDO 2 to deliver power, as LDO 2 is used to power the backlight for the display. Without backlight you won't be able to see the content of the screen, unless when using a strong external light source, but that would be without color. The AXP192 can ...
- 05 Jan 2025, 19:31
- Forum: ESP Easy: Software
- Topic: Pulse Counter not send state 0 to mqtt
- Replies: 12
- Views: 1340
Re: Pulse Counter not send state 0 to mqtt
Oh yes, because I am calculating the flow rate, I have a formula in here [1/(%value%/1000)*60] How can I solve this? I've tried adding a compensation factor after the 0-division that seems to fix it, but I'm not sure if it might cause too much deviation: 1/((%value%/1000)+100000)*60 This 100000 off...
- 05 Jan 2025, 17:24
- Forum: ESP Easy: Software
- Topic: Pulse Counter not send state 0 to mqtt
- Replies: 12
- Views: 1340
Re: Pulse Counter not send state 0 to mqtt
Ah, now I see the issue.
Your "Liter_in_der_Minunte" value is showing "inf" (infinite), which is not numeric (invalid), and MQTT controllers don't send any data if one of the values is invalid (either "inf" or "NAN").
Your "Liter_in_der_Minunte" value is showing "inf" (infinite), which is not numeric (invalid), and MQTT controllers don't send any data if one of the values is invalid (either "inf" or "NAN").
- 05 Jan 2025, 16:59
- Forum: ESP Easy: Software
- Topic: Pulse Counter not send state 0 to mqtt
- Replies: 12
- Views: 1340
Re: Pulse Counter not send state 0 to mqtt
Does that checkbox get saved properly? I.e. is it still checked after closing the page and re-entering the settings?
- 05 Jan 2025, 16:57
- Forum: ESP Easy: Software
- Topic: Analog 2points calibration lost after power reset
- Replies: 9
- Views: 1014
Re: Analog 2points calibration lost after power reset
Are the settings still available when saving them, going back to the Devices list, then entering the settings page again?
What's the available space on the file system? (Data available at the bottom of the Tools/Info page: "Little FS Size", xxx kB free)
What's the available space on the file system? (Data available at the bottom of the Tools/Info page: "Little FS Size", xxx kB free)
- 05 Jan 2025, 16:53
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
- 05 Jan 2025, 16:51
- Forum: ESP Easy: Software
- Topic: How to secure the access from the internet
- Replies: 7
- Views: 884
Re: How to secure the access from the internet
ESPEasy, as well as (most) other Arduino based IoT devices, are not designed to be accessed directly from the big & evil internet. Some alternatives are to use a VPN (often available in your WiFi router), or a properly secured... Raspberry Pi! As that's running a full-featured Linux OS, you can...
- 05 Jan 2025, 16:34
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
....Hallelujah!!! Works! Thanks a lot!!! So I have an update code? On OpenMeteoReply Do // Handle response from OpenMeteo event, don't create any task named 'OpenMeteo' to avoid running into an endless loop! Ah, you're still running the older version, as Chromo23 already expected. Not sure if a new...
- 05 Jan 2025, 16:29
- Forum: ESP Easy: Software
- Topic: Pulse Counter not send state 0 to mqtt
- Replies: 12
- Views: 1340
Re: Pulse Counter not send state 0 to mqtt
Hm, that's somewhat unexpected
Can you enable the "Ignore multiple Delta = 0" checkbox, save the page (Submit button), then uncheck that setting and save again? This could change the behavior.
Can you enable the "Ignore multiple Delta = 0" checkbox, save the page (Submit button), then uncheck that setting and save again? This could change the behavior.
- 05 Jan 2025, 15:34
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
Ah, I got the same response just now, but I assumed it was me requesting from a yet unknown location. Probably they are taking a coffee break or something similar.
- 05 Jan 2025, 15:31
- Forum: ESP Easy: Software
- Topic: Pulse Counter not send state 0 to mqtt
- Replies: 12
- Views: 1340
Re: Pulse Counter not send state 0 to mqtt
Here's a testbuild that you can upgrade via Update Firmware on the Tools page:
- 05 Jan 2025, 15:08
- Forum: ESP Easy: Software
- Topic: Pulse Counter not send state 0 to mqtt
- Replies: 12
- Views: 1340
Re: Pulse Counter not send state 0 to mqtt
Hm, possibly there's some unexpected data in the setting for "Ignore multiple Delta = 0".
What exact ESP8266 build are you running?, so I can upload a test-build here.
What exact ESP8266 build are you running?, so I can upload a test-build here.
- 05 Jan 2025, 14:56
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
Ah, you have to handle the event OpenMeteo#current: On OpenMeteo#current Do TaskValueSet 1,Outdoor,Temp,%eventvalue1% TaskValueSet 1,Outdoor,Hum,%eventvalue2% TaskValueSet 1,Outdoor,Baro,%eventvalue3% TaskValueSet 1,Outdoor,UV,%eventvalue4% LogEntry,'Values : Temp=%eventvalue1% Hum=%eventvalue2% Bar...
- 05 Jan 2025, 14:04
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
On System#Boot do timerSet,1,60 On Rules#Timer=1 do timerSet,1,60 sendtohttp api.open-meteo.com,80,"/v1/forecast?latitude=55.192375&longitude=37.786879¤t=temperature_2m,relative_humidity_2m,apparent_temperature,precipitation,rain,snowfall,weather_code,cloud_cover,surface_pressure...
- 05 Jan 2025, 13:58
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
Not sure why you deleted the Controller. Isn't that supposed to be used to send the data to? A Controller is something totally different from a Remote Unit. You only had to reset the Remote Unit to 0. To start with a clean slate, you can delete the Dummy Device, and the re-create it, without setting...
- 05 Jan 2025, 13:31
- Forum: ESP Easy: Software
- Topic: http send cause DMX output delay
- Replies: 2
- Views: 666
Re: http send cause DMX output delay
it runs goods when the ip devices alive. but if the ip(192.168.0.200) change or ip devices offline. the DMX output also will delay 2-3 sec. how i can do if i dont want the dmx delay when the ip devices offline or ip change. On S30#ScanCode do DMX,2=255,255,255,0 SendToHTTP,192.168.0.200,80,/RemoteC...
- 05 Jan 2025, 13:22
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
Apparently, I did not understand something from the instructions Not sure why you have your Dummy device connected to a remote unit (1)? Quite sure you didn't do that on purpose, as then the values will be transmitted from that unit if it's available in the P2P network. Set that option to 0 to have...
- 05 Jan 2025, 13:18
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
I didn't expect to have so much data. They won't fit on the SSD1306 display. I'd like to display the data on the ILI934x/ILI948x TFT display but it's not on the list in my Wemos D1 Mini That plugin (P095) has to be enabled separately. A major difference between P036 (OledFramed) and other display p...
- 04 Jan 2025, 22:42
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
Re: How to get weather on esp using API with key?
I think you need to make an ESP32-C6 build...
- 04 Jan 2025, 22:39
- Forum: ESP Easy: Hardware
- Topic: Lolin motor schield v2
- Replies: 16
- Views: 2479
Re: Lolin motor schield v2
No (Does the fan stop when, once it's running, you disconnect the PWM signal?) Yes (Does the fan start running when *only* GND and +12V are connected?) In that case I don't think you can make this fan-type stop running when controlled via the motor shield :o To find a fan that does stop when not se...
- 04 Jan 2025, 22:34
- Forum: ESP Easy: General Discussion
- Topic: Help Needed: Building an Autonomous Pool Management System with ESP32 Ethernet and ESP Easy
- Replies: 20
- Views: 2551
Re: Help Needed: Building an Autonomous Pool Management System with ESP32 Ethernet and ESP Easy
On power loss no Task values are restored. (on a regular reboot they are restored where possible & supported) Except, with the "Regulator - Level control" (P021) you can store a single value persistently, but it has to be used carefully, as saving to flash too often will eventually dam...
- 04 Jan 2025, 19:44
- Forum: ESP Easy: Hardware
- Topic: Lolin motor schield v2
- Replies: 16
- Views: 2479
- 04 Jan 2025, 00:01
- Forum: ESP Easy: General Discussion
- Topic: Help Needed: Building an Autonomous Pool Management System with ESP32 Ethernet and ESP Easy
- Replies: 20
- Views: 2551
Re: Help Needed: Building an Autonomous Pool Management System with ESP32 Ethernet and ESP Easy
Having multiple "on System#Boot do" events won't work, as only the first one encountered will be executed, so that partial rule in the Rules4 file will be ignored (and also because it's incomplete, as already noted).
- 03 Jan 2025, 20:53
- Forum: ESP Easy: General Discussion
- Topic: Shelly not Publishing by if [RELAY#State]=1
- Replies: 3
- Views: 646
Re: Shelly not Publishing by if [RELAY#State]=1
You event is responding to "on Switch#State do", but you're testing for "if [Relay#State]=1" (syntax is correct for both), not sure if you would want the event to respond to "on Relay#State do" ? And if that's the case, you can also use %eventvalue1% (state at the time ...
- 03 Jan 2025, 13:56
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
- 03 Jan 2025, 12:01
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 95
- Views: 10350
- 03 Jan 2025, 09:41
- Forum: ESP Easy: Software
- Topic: notification tab has disappeared
- Replies: 2
- Views: 648
Re: notification tab has disappeared
Notifications have been disabled for builds that won't fit in their binary size anymore, like the 1M ESP8266 builds. Assuming you only need a Switch device, you could install the hard_other_POW_ESP8285_1M build, as it's not ESP8285 specific anymore but also supports the ESP8266 MCU, and still has No...
- 02 Jan 2025, 20:02
- Forum: ESP Easy: Software
- Topic: Wait command
- Replies: 2
- Views: 691
Re: Wait command
Well, usually you should be able to use timers to postpone some execution, as having some sort of 'wait' state during execution of an event handler will keep the entire rules engine in memory, possibly causing other processes to fail. To give a proper advice for your situation, we need to see your c...
- 02 Jan 2025, 16:31
- Forum: ESP Easy: General Discussion
- Topic: Analog Input ESP Wemos D1
- Replies: 6
- Views: 807
Re: Analog Input ESP Wemos D1
:( maybe. What input I could use otherwise to get the status of the position relay (open or close) , D3 or D4 but I don't know what device to setup in ESPEasy to get device menu ? You should be able to use any GPIO pin ( check here for which pins to use safely, regarding boot-mode) to see an On/Off...
- 02 Jan 2025, 15:37
- Forum: ESP Easy: General Discussion
- Topic: Analog Input ESP Wemos D1
- Replies: 6
- Views: 807
Re: Analog Input ESP Wemos D1
Depending on what board you used, applying 5V to the A0 pin may have damaged the board/MCU. Not all boards have a voltage divider on that pin...
The A0 input is specified for 0..1V
The A0 input is specified for 0..1V