Search found 77 matches
- 19 Dec 2021, 04:06
- Forum: ESP Easy: Software
- Topic: External Time Source -DS3231 need help
- Replies: 67
- Views: 27090
Re: External Time Source -DS3231 need help
So everything is transmitted correctly and the receiver ESP can process it. Only the time is still an hour higher, maybe winter time or summer time? SendToHTTP 192.168.178.107,80,"/control?cmd=event,ClockDate=%sysyear_0%-%sysmonth_0%-%sysday_0%,%syshour_0%:%sysmin_0%:%syssec_0%" send.JPG r...
- 19 Dec 2021, 03:20
- Forum: ESP Easy: Software
- Topic: External Time Source -DS3231 need help
- Replies: 67
- Views: 27090
Re: External Time Source -DS3231 need help
You might want to use the date and time separate: CODE: Select all SendToHTTP 192.xxx,80,"/control?cmd=event,Uhrzeit=%systime%" SendToHTTP 192.xxx,80,"/control?cmd=event,Datum=%unixtime%" SendToHTTP 192.xxx,80,"/control?cmd=event,DatumUhrzeit=%sysyear_0%-%sysmonth_0%-%sysda...
- 18 Dec 2021, 17:42
- Forum: ESP Easy: Software
- Topic: External Time Source -DS3231 need help
- Replies: 67
- Views: 27090
Re: External Time Source -DS3231 need help
CODE: Select all SendToHTTP 192.168xxxx,80,"/control?cmd='event,DatumUhrzeit=%lcltime%,%systime%'" Wrapped the event command in different quotes (single quote) Unfortunately, wrapping doesn't work. ESP that sends SendToHTTP 192.xxx,80,"/control?cmd=event,Uhrzeit=%systime%" SendT...
- 18 Dec 2021, 12:51
- Forum: ESP Easy: Software
- Topic: External Time Source -DS3231 need help
- Replies: 67
- Views: 27090
Re: External Time Source -DS3231 need help
Hi Td-er, everything back it works, I idiot inserted the battery incorrectly; - ((sorry Now I wanted to update the time on other ESPs via the http command. Why does this command work, time and date are transferred. SendToHTTP 192.1xxx,80,"/control?cmd=event,UhrzeitDatum=%systime%,%lcltime%"...
- 18 Dec 2021, 12:08
- Forum: ESP Easy: Software
- Topic: External Time Source -DS3231 need help
- Replies: 67
- Views: 27090
Re: External Time Source -DS3231 need help
Hi Td-er, The command you gave was using a dot instead of a comma (and spaces) See: https://espeasy.readthedocs.io/en/lates ... l-commands that was a copy and past mistake. Datetime,2021-12-18,11:26:00 But it doesn't even work correctly spelled. After booting, 1970-01-01 is displayed again. With or ...
- 18 Dec 2021, 10:59
- Forum: ESP Easy: Software
- Topic: External Time Source -DS3231 need help
- Replies: 67
- Views: 27090
Re: External Time Source -DS3231 need help
by Ath » 18 Dec 2021, 09:47 That time source is available in the ESPEasy core, documentation is here: https://espeasy.readthedocs.io/en/lates ... l#advanced I saw the documentation too, but it didn't really help me. I had to change the battery in the DS3231 chip and the following time is displayed ...
- 18 Dec 2021, 08:42
- Forum: ESP Easy: Software
- Topic: External Time Source -DS3231 need help
- Replies: 67
- Views: 27090
External Time Source -DS3231 need help
Hi, due to construction work we no longer have internet. The idea is to make the time available with the IC2 DS3231. I just have no idea how to set the system time with the DS3231. ds3231.JPG ds3231IC2.JPG Of course, you can do this via command: datetime, 2021-12-17.21: 13: 00 Is there a plugin e.g....
- 21 Nov 2021, 18:18
- Forum: ESP Easy: Software
- Topic: Measure current ACS712 and ADS1115 are not working properly
- Replies: 10
- Views: 7865
Re: Measure current ACS712 and ADS1115 are not working properly
One example to perform filtering in rules: https://espeasy.readthedocs.io/en/lates ... ng-filters Hi TD-er, I tried to calculate the mean of [VAR # 3] over 10 values. But how, I tried it via an event, e.g. like this: on ADS1115A1#DiffA0A1ASC712 do TaskRun,1 let,1,[ADS1115A0#SpannungsteilerA0] let,2...
- 21 Nov 2021, 10:49
- Forum: ESP Easy: Software
- Topic: Measure current ACS712 and ADS1115 are not working properly
- Replies: 10
- Views: 7865
Re: Measure current ACS712 and ADS1115 are not working properly
Not sure how often voltage or current changes on your setup. If it doesn't, then you don't need to tweak it, but if it does, you may want to make sure both tasks are executed as fast as possible after each other. You could set a loop timer and call taskrun when handling the loop timer and then keep...
- 20 Nov 2021, 23:43
- Forum: ESP Easy: Software
- Topic: Measure current ACS712 and ADS1115 are not working properly
- Replies: 10
- Views: 7865
Re: Measure current ACS712 and ADS1115 are not working properly
Hi TD-er, I have rewritten the rules and worked, thanks for the feedback. Can you also help me how I calculate the current now? A voltage divider for half the reference voltage (2.5 V) was installed on the A1. What does the formula look like in the form field? on ADS1115A0#A0 do TaskValueSet,8,1,[AD...
- 20 Nov 2021, 21:22
- Forum: ESP Easy: Software
- Topic: Measure current ACS712 and ADS1115 are not working properly
- Replies: 10
- Views: 7865
Re: Measure current ACS712 and ADS1115 are not working properly
Hello Ath, thanks for the quick reply. The first part has already helped, thanks! Now looks like this: And do you have different I2C addresses set for each task? That's also kind of required for the ADS1115 to work correctly, as when the all try to address the same module at nearly the same time, it...
- 20 Nov 2021, 20:15
- Forum: ESP Easy: Software
- Topic: Measure current ACS712 and ADS1115 are not working properly
- Replies: 10
- Views: 7865
Measure current ACS712 and ADS1115 are not working properly
Hi there, I would like to use the ADS1115 to record the analog signal of the ACS712 current sensor a little more precisely. With the rules I cannot offset the A0 port with the A1 port. Only one value is ever assigned to a variable. The offsetting by the ADS115 A1-A0 works, but I cannot calculate an ...
- 02 Oct 2021, 14:23
- Forum: ESP Easy: Software
- Topic: Serial MCU controlled relay/switch
- Replies: 459
- Views: 1718256
Re: Serial MCU controlled relay/switch
Sorry had missed your post, or at least not placed it on my mental todo list. Here you are: Unfortunately I cannot switch the relay. I use the following relay https://cdn.shopify.com/s/files/1/1509/1638/files/ESP8266-01S_Mit_Relais_Datenblatt_AZ-Delivery_Vertriebs_GmbH_a59bc26c-41d5-4e0f-a849-c9043...
- 30 Sep 2021, 22:23
- Forum: ESP Easy: Software
- Topic: Serial MCU controlled relay/switch
- Replies: 459
- Views: 1718256
Re: Serial MCU controlled relay/switch
HiSorry had missed your post, or at least not placed it on my mental todo list.
Here you are:
thank you very much.
I flashed it right away and it works wonderfully.
I will test tomorrow.
Thank you Dondolo
- 30 Sep 2021, 20:45
- Forum: ESP Easy: Software
- Topic: Serial MCU controlled relay/switch
- Replies: 459
- Views: 1718256
Re: Serial MCU controlled relay/switch
Hi Td-ler,Currently there is no pre-build file for 1M using that plugin.
So we have to make a custom build for it.
What else do you need in that build?
do you find the time to create a customer version for the ESP01?
Greetings Dondolo
- 29 Sep 2021, 19:09
- Forum: ESP Easy: Software
- Topic: Plugin Start aus Rules
- Replies: 1
- Views: 4275
Plugin Start aus Rules
Hi,
is it possible the plugin
P042_Candle.ino
out of rules to start and end?
The candle plug-in should start at sunrise and go out at a certain time.
Greetings Dondolo
is it possible the plugin
P042_Candle.ino
out of rules to start and end?
The candle plug-in should start at sunrise and go out at a certain time.
Greetings Dondolo
- 28 Sep 2021, 17:02
- Forum: ESP Easy: Software
- Topic: Serial MCU controlled relay/switch
- Replies: 459
- Views: 1718256
Re: Serial MCU controlled relay/switch
The build you flashed is for 4M flash, so not really strange to see it won't boot. Currently there is no pre-build file for 1M using that plugin. So we have to make a custom build for it. What else do you need in that build? yes that's right, are just 1MB. It would be nice if the custom build the s...
- 28 Sep 2021, 09:17
- Forum: ESP Easy: Software
- Topic: Serial MCU controlled relay/switch
- Replies: 459
- Views: 1718256
Re: Serial MCU controlled relay/switch
The latest builds can be found here: https://github.com/letscontrolit/ESPEasy/releases But be aware that 1M builds may be hard to update via WiFi as it simply won't fit. So you might want to flash them using serial. Hi TD-er, is it even possible to install the Serial MCU on an ESP01 1M? Have tried ...
- 08 Aug 2021, 09:10
- Forum: ESP Easy: Software
- Topic: ESP32 can no longer be reached after saving the rules
- Replies: 5
- Views: 5723
- 07 Aug 2021, 20:35
- Forum: ESP Easy: Software
- Topic: Thinkspeak does not receive all of the data
- Replies: 8
- Views: 6264
Re: Thinkspeak does not receive all of the data
And an idea about the actual problem?
- 07 Aug 2021, 20:33
- Forum: ESP Easy: Software
- Topic: Thinkspeak does not receive all of the data
- Replies: 8
- Views: 6264
Re: Thinkspeak does not receive all of the data
a little smarter again, thank you.
- 07 Aug 2021, 20:14
- Forum: ESP Easy: Software
- Topic: Thinkspeak does not receive all of the data
- Replies: 8
- Views: 6264
Re: Thinkspeak does not receive all of the data
With, typed too fast. Yes, but how?You might want to take that key out of your post.
- 07 Aug 2021, 17:59
- Forum: ESP Easy: Software
- Topic: ESP32 can no longer be reached after saving the rules
- Replies: 5
- Views: 5723
Re: ESP32 can no longer be reached after saving the rules
yes, admin and passwordIs your ESP32 password protected?
- 07 Aug 2021, 17:57
- Forum: ESP Easy: Software
- Topic: Thinkspeak does not receive all of the data
- Replies: 8
- Views: 6264
Re: Thinkspeak does not receive all of the data
Code: Select all
What Controllers are configured at slots 1 and 2?
Is this command correctly written?
Code: Select all
SendToHTTP,api.thingspeak.com,80,/update?api_key=xxxxxxxxx&field3=[BH1750#Lux]
- 07 Aug 2021, 17:13
- Forum: ESP Easy: Software
- Topic: ESP32 can no longer be reached after saving the rules
- Replies: 5
- Views: 5723
ESP32 can no longer be reached after saving the rules
Hi,
I have problems with the ESP32 and rules.
When I make entries in the rules field and want to save them, the ESP32 hangs up and can no longer be reached.
Just updated to mega 20210802
ESP_Easy_mega_20210802_test_B_ESP32_4M316k.bin
Does anyone have a solution?
Greetings Dondolo
I have problems with the ESP32 and rules.
When I make entries in the rules field and want to save them, the ESP32 hangs up and can no longer be reached.
Just updated to mega 20210802
ESP_Easy_mega_20210802_test_B_ESP32_4M316k.bin
Does anyone have a solution?
Greetings Dondolo
- 07 Aug 2021, 17:07
- Forum: ESP Easy: Software
- Topic: Thinkspeak does not receive all of the data
- Replies: 8
- Views: 6264
Thinkspeak does not receive all of the data
Hi, I have problems with Thinkspeak, the data is only partially arriving Just updated to mega 20210802 ESP_Easy_mega_20210802_test_B_ESP32_4M316k.bin I configured the Thinkspeak Controller as follows: Task 1, 4, 60 controller no.3 should be transferred However, only data from controller no. 1 and 4 ...
- 10 May 2021, 18:49
- Forum: ESP Easy: Software
- Topic: Display commands TFT on the ESP8266
- Replies: 2
- Views: 4347
Re: Display commands TFT on the ESP8266
Hi ATH,
thank you that was exactly what I was missing.
Clearly an event is needed was only to test the commands.
Thank you Dondolo
thank you that was exactly what I was missing.
This somewhat useless example repeats the same action every minute, but maybe it gets you in the desired direction?
Clearly an event is needed was only to test the commands.
Thank you Dondolo
- 09 May 2021, 20:12
- Forum: ESP Easy: Software
- Topic: Display commands TFT on the ESP8266
- Replies: 2
- Views: 4347
Display commands TFT on the ESP8266
Hi, I have installed this version "ESP_Easy_mega_20210503_display_ESP8266_4M1M". I can control the TFT display via http with all commands from rules from another ESP. e.g. SendToHTTP 192.168.178.38,80,"/control?cmd=tftcmd,clear" SendToHTTP 192.168.178.38,80,"/control?cmd=tft...
- 02 Apr 2021, 20:50
- Forum: ESP Easy: Hardware
- Topic: Water alarm with ESP01, deep sleep and message via mqtt
- Replies: 2
- Views: 8748
Water alarm with ESP01, deep sleep and message via mqtt
Hi, I would like to build a water alarm sensor with the ESP01 (battery 3AAA). I modified the ESP01 so that it goes into deep sleep. When water should be detected the ESP01 wake up and report. The ESP01 should wake up at regular intervals and send its status including the battery voltage via mqtt. In...
- 28 Mar 2021, 16:20
- Forum: ESP Easy: Software
- Topic: Trigger Mointor GPIO event (was resolved quickly)
- Replies: 9
- Views: 7410
Re: Trigger Mointor GPIO event (was resolved quickly)
Are you interested in the state at boot, or when you publish it on MQTT#connected ? The background is, I use Iobroker with the Jarves View. There I switch a relay on the ESP (espeasy) with blockly script. When switching, the command goes e.g. http: //192.168.xxx.xx/control? cmd = gpio, 15.1 Out. -L...
- 28 Mar 2021, 14:46
- Forum: ESP Easy: Software
- Topic: Trigger Mointor GPIO event (was resolved quickly)
- Replies: 9
- Views: 7410
Re: Trigger Mointor GPIO event (was resolved quickly)
I'm sorry, have to ask again. What does the rule have to look like so that the GPIo status is published? This is not how it works: on System#Boot do Monitor,GPIO,14 timerSet,1,10 let,1,[Plugin#GPIO#Pinstate#14] endon on MQTT#Connected do Publish,Test/GPIO14,[var#1] TaskValueSet 12,1,[var#1] endon on...
- 28 Mar 2021, 13:19
- Forum: ESP Easy: Software
- Topic: Trigger Mointor GPIO event (was resolved quickly)
- Replies: 9
- Views: 7410
Re: Trigger Mointor GPIO event (was resolved quickly)
I still have a question when the ESP reboots, how can I query the GPIO status and send it to the broker with publish?Also using %eventvalue1% in your rules may make things a lot simpler:
- 28 Mar 2021, 13:07
- Forum: ESP Easy: Software
- Topic: ESP8266 NodMCU starts new ones if DS18b20 are connected
- Replies: 9
- Views: 6703
Re: ESP8266 NodMCU starts new ones if DS18b20 are connected
You're using a step-down converter with what looks like a LM2596 or something similar. Can you try the setup with only the Dallas units connected on a different power supply? For example start with powering it via USB or some lab power supply, or move the switching power supply away from the long w...
- 28 Mar 2021, 07:49
- Forum: ESP Easy: Software
- Topic: ESP8266 NodMCU starts new ones if DS18b20 are connected
- Replies: 9
- Views: 6703
Re: ESP8266 NodMCU starts new ones if DS18b20 are connected
Thanks TD-er, I was totally blind, have now uploaded the picture. You have to attach an image via the "attachments" tab below the reply text field of this forum. Your image was located on your C-drive, not hosted online. By attaching it to a forum post, you place it also on the server wher...
- 27 Mar 2021, 23:53
- Forum: ESP Easy: Software
- Topic: ESP8266 NodMCU starts new ones if DS18b20 are connected
- Replies: 9
- Views: 6703
Re: ESP8266 NodMCU starts new ones if DS18b20 are connected
Hello Td-er, I have three relays on GPIO 15,13,12 and 2 DS18b20 each with a 4.7kOhm resistor on GPIO 14 and 2 respectively. Unfortunately, I don't get the picture displayed, on which it was quite easy to see. What is wrong with the url (see above)? What do I have to do so that the picture is uploaded?
- 27 Mar 2021, 18:52
- Forum: ESP Easy: Software
- Topic: ESP8266 NodMCU starts new ones if DS18b20 are connected
- Replies: 9
- Views: 6703
Re: ESP8266 NodMCU starts new ones if DS18b20 are connected
Heck, I can't get the picture uploaded.
- 27 Mar 2021, 18:50
- Forum: ESP Easy: Software
- Topic: ESP8266 NodMCU starts new ones if DS18b20 are connected
- Replies: 9
- Views: 6703
ESP8266 NodMCU starts new ones if DS18b20 are connected
Hi, the ESP8266 NodMcu reboots after a minute when I connect the DS18B20 sensors. To clarify, I have shown the layout with FRITZING. At first I did without rules. Does anyone have any idea why the ESP keeps restarting? Firmware Build:⋄ 20112 - Mega System Libraries:⋄ ESP82xx Core 2843a5ac, NONOS SDK...
- 21 Mar 2021, 17:12
- Forum: ESP Easy: Software
- Topic: Trigger Mointor GPIO event (was resolved quickly)
- Replies: 9
- Views: 7410
Re: Trigger Mointor GPIO event (was resolved quickly)
Thank you for the quick solution!
- 21 Mar 2021, 14:18
- Forum: ESP Easy: Software
- Topic: Trigger Mointor GPIO event (was resolved quickly)
- Replies: 9
- Views: 7410
Trigger Mointor GPIO event (was resolved quickly)
Hi, I switch a GPIO with http: //192....=gpio,15,1. I want to monitor the GPIO using the Monitor, GPIO, 15 command. How can I trigger an event when the value changes? I tried the following rule: on System#Boot do Monitor,GPIO,15 endon on plugin#gpio#pinstate#15 do Publish,%sysname%/GPIO/Lüfter,[plug...
- 23 Jan 2021, 16:31
- Forum: ESP Easy: Hardware
- Topic: MLX90614 with ESp8266 and EspEasy 1037.55
- Replies: 11
- Views: 12128
Re: MLX90614 with ESp8266 and EspEasy 1037.55
Maybe also check with a build of roughly a year ago. A while ago (not sure about the timeline...) the code for I2C was changed in the esp8266/Arduino core. This lead to a number of sensors showing issues. Most of those issues were resolved by lowering the I2C clock for them, but that's something yo...
- 23 Jan 2021, 16:27
- Forum: ESP Easy: Hardware
- Topic: MLX90614 with ESp8266 and EspEasy 1037.55
- Replies: 11
- Views: 12128
Re: MLX90614 with ESp8266 and EspEasy 1037.55
Please check your wires, I've seen so many of those cheap breakout-board wires having no, or bad, connections inside, I test 'm all individually using a multimeter (and wiggling the wire a bit) before ever using them, to avoid any dissappointment. Hi Ath, checked all cables and used them without a ...
- 23 Jan 2021, 09:27
- Forum: ESP Easy: Hardware
- Topic: MLX90614 with ESp8266 and EspEasy 1037.55
- Replies: 11
- Views: 12128
Re: MLX90614 with ESp8266 and EspEasy 1037.55
Hi, yes i use standard pin D4 / D5 for IC2. The sensor is installed on a breakboard with 2 x10kOhm resistors, Actually, it doesn't need any additional resistance. The LCD works fine, the IC2 connection works. I assume that it is defective or processed improperly. Let's see if I can exchange the sens...
- 22 Jan 2021, 19:34
- Forum: ESP Easy: Hardware
- Topic: MLX90614 with ESp8266 and EspEasy 1037.55
- Replies: 11
- Views: 12128
Re: MLX90614 with ESp8266 and EspEasy 1037.55
Hi TD-er, Thanks for the feedback. Do you mean that the sensor is defective? First I tried the internal resistors, then with 10kOhm, 3.3kOhm and with 50kOhm everything was unsuccessful. With an LCD and an ADS115 on the IC2 bus, I occasionally get values. The cable is approx. 20 cm long. The address ...
- 21 Jan 2021, 19:23
- Forum: ESP Easy: Hardware
- Topic: MLX90614 with ESp8266 and EspEasy 1037.55
- Replies: 11
- Views: 12128
MLX90614 with ESp8266 and EspEasy 1037.55
MLX90614 with ESp8266 and EspEasy 1037.55 Hi there, the MLX90614 IC2 infrared sensor only shows 1037.55. unfortunately I only get the value 1037.55 regardless of whether the object or ambient temperature is displayed under ESP_Easy_mega_20201022_normal_ESP8266_4M1M. Initially, and only as a flash, a...
- 05 Jan 2021, 22:20
- Forum: ESP Easy: Software
- Topic: Servo control slow gradually
- Replies: 10
- Views: 9288
Re: Servo control slow gradually
You could create a loop in the rules and use a variable to keep track of the current state of the servo. on openevent do let,2,30 // var#1 = cur position, var#2 = target position let,3,([var#2]-[var#1])/10 // Step size loopTimerSet_ms,1,500,10 // 10 loop steps of 500 msec each endon on Rules#Timer=...
- 05 Jan 2021, 18:28
- Forum: ESP Easy: Software
- Topic: Servo control slow gradually
- Replies: 10
- Views: 9288
Re: Servo control slow gradually
Hi TD-er,
thank you, I have to understand that first and try it out. Then give feedback.
Thank you very much for now.
thank you, I have to understand that first and try it out. Then give feedback.
Thank you very much for now.
- 05 Jan 2021, 12:55
- Forum: ESP Easy: Software
- Topic: Servo control slow gradually
- Replies: 10
- Views: 9288
Re: Servo control slow gradually
Ok, the box lid opens and closes every 30 seconds, just too fast; - ((
Is there any other method?
Which syntax error?
Is there any other method?
Which syntax error?
- 05 Jan 2021, 12:37
- Forum: ESP Easy: Software
- Topic: Servo control slow gradually
- Replies: 10
- Views: 9288
Re: Servo control slow gradually
Thanks for the feedback!
The periods are arbitrary, I am currently testing the servo function.
Exactly a loop with small steps would be just the thing.
I don't know the speed function, the function could help.
The goal is really just to slowly open the lid and close it accordingly.
The periods are arbitrary, I am currently testing the servo function.
Exactly a loop with small steps would be just the thing.
I don't know the speed function, the function could help.
The goal is really just to slowly open the lid and close it accordingly.
- 05 Jan 2021, 11:46
- Forum: ESP Easy: Software
- Topic: Servo control slow gradually
- Replies: 10
- Views: 9288
Servo control slow gradually
Hi, I would like to open a box with a servo per rules. In the first step I was able to solve it like this: on Rules # Timer = 1 do Servo, 0,12,120 timerSet, 2.30 endon on Rules # Timer = 2 do Servo, 0.12.30 timerSet, 1.30 endon The problem is that the lid flies open and closes again after the time h...
- 26 Nov 2020, 08:36
- Forum: ESP Easy: Software
- Topic: Error message plugin 119 BME680 -SENSOR_TYPE_QUAD' was not declared in this scope
- Replies: 13
- Views: 10689
Re: Error message plugin 119 BME680 -SENSOR_TYPE_QUAD' was not declared in this scope
I made a complete test build for the PR: https://www.dropbox.com/s/ho9s2khkqnx21bz/ESPEasy_ESP32_mega-20201102-115-PR_3386.zip?dl=0 https://www.dropbox.com/s/5wounjmf8z58xkp/ESPEasy_ESP82xx_mega-20201102-115-PR_3386.zip?dl=0 ... Kannst Du vielleicht eine Datei (ESP_Easy_mega_20201124_normal_ESP8266...