Search found 4127 matches
- 21 Jan 2025, 21:01
- Forum: ESP Easy: Projects / Applications
- Topic: ESP Easy on M5StickPlus no Display
- Replies: 14
- Views: 840
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...
- 21 Jan 2025, 13:51
- Forum: ESP Easy: Projects / Applications
- Topic: ESP Easy on M5StickPlus no Display
- Replies: 14
- Views: 840
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.
Will fix that later today.
- 19 Jan 2025, 13:54
- Forum: ESP Easy: Projects / Applications
- Topic: ESP Easy on M5StickPlus no Display
- Replies: 14
- Views: 840
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...
- 19 Jan 2025, 13:50
- Forum: ESP Easy: Projects / Applications
- Topic: ESP32C6 as zigbee thermometer and repeater
- Replies: 2
- Views: 243
Re: ESP32C6 as zigbee thermometer and repeater
Is the source (and documentation) for this project available anywhere (preferably Github)?
- 17 Jan 2025, 22:08
- Forum: ESP Easy: Software
- Topic: Building ESPEasy with Platformio
- Replies: 6
- Views: 292
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...
- 17 Jan 2025, 20:17
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 105
- Views: 11303
Re: How to get weather on esp using API with key?
The wiki is very outdated. What you're looking for is documented herecccp79 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
- 17 Jan 2025, 13:06
- Forum: ESP Easy: Projects / Applications
- Topic: ESP Easy on M5StickPlus no Display
- Replies: 14
- Views: 840
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?
- 16 Jan 2025, 22:24
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 105
- Views: 11303
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...
- 15 Jan 2025, 22:16
- Forum: ESP Easy: Hardware
- Topic: ESP32-C6 with built-in TFT
- Replies: 5
- Views: 460
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: 257
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: 2103
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: 2711
- 13 Jan 2025, 20:19
- Forum: ESP Easy: Software
- Topic: SCD30 - CO2 sensor
- Replies: 123
- Views: 463387
- 12 Jan 2025, 22:55
- Forum: ESP Easy: Software
- Topic: SCD30 - CO2 sensor
- Replies: 123
- Views: 463387
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: 1275
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: 2103
- 11 Jan 2025, 23:26
- Forum: ESP Easy: Hardware
- Topic: Support of E-Ink Displays
- Replies: 25
- Views: 26538
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: 2103
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: 647
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: 2103
- 10 Jan 2025, 08:19
- Forum: ESP Easy: Software
- Topic: Reduce SPI speed?
- Replies: 55
- Views: 2103
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: 1179
- 09 Jan 2025, 21:17
- Forum: ESP Easy: General Discussion
- Topic: How to get weather on esp using API with key?
- Replies: 105
- Views: 11303
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: 105
- Views: 11303
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: 594
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: 658
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: 658
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: 1179
- 06 Jan 2025, 21:01
- Forum: ESP Easy: Projects / Applications
- Topic: ESP Easy on M5StickPlus no Display
- Replies: 14
- Views: 840
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: 1520
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: 1520
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: 1520
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: 1152
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: 105
- Views: 11303
- 05 Jan 2025, 16:51
- Forum: ESP Easy: Software
- Topic: How to secure the access from the internet
- Replies: 7
- Views: 983
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: 105
- Views: 11303
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: 1520
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: 105
- Views: 11303
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: 1520
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: 1520
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: 105
- Views: 11303
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: 105
- Views: 11303
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: 105
- Views: 11303
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: 779
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: 105
- Views: 11303
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: 105
- Views: 11303
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: 105
- Views: 11303
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: 2711
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: 2715
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: 2711