Search found 244 matches

by Dick60
17 Feb 2023, 10:12
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

Not sure what the system should do in "manual mode".// In manual mode it must start GPIO 13 (power source) so the ligts turn on again depending on the LDR measurement. Turning off Manual mode will interupt the power source. Should it still allow to turn off the lights when in manual mode?/...
by Dick60
17 Feb 2023, 09:39
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

0 is a pir, if no movement, turn of the light. 2 Is manual mode. I am not at home but once in a while I want to start the illusion that someone is at home.
by Dick60
17 Feb 2023, 09:16
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

Thanks TD, I just saw your calculated solution. I am curious how it looks like this evening. I still struggle with I issue in this script. GPIO 13 is a power source. I turn it on and off in the script but if the check is done If [Plugin#GPIO#Pinstate#2]=1 or [Plugin#GPIO#Pinstate#0]=1 The measuremen...
by Dick60
13 Feb 2023, 18:27
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

ahh, I've got it, your solutution is a much better approch. Thanks for the support and activate the sript immediately.
by Dick60
13 Feb 2023, 18:11
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

this is the result, the flickering has stoped but the script stop setting the PWM on the 2end level (Elseif %eventvalue1%>70). The pwm level is set to 120 but al the other mesurements do not change the PWM level On serre_lichtmeting#Analog do If [Plugin#GPIO#Pinstate#2]=1 and [Plugin#GPIO#Pinstate#0...
by Dick60
13 Feb 2023, 13:54
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

I'll give it a try
by Dick60
13 Feb 2023, 13:21
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

OK but does not the number of ELSE (in my case 6)affect the limitations of ESPEASY?
by Dick60
13 Feb 2023, 11:28
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

OK that clear but I have more measurements moments, does that give no problems with the number of ELSE rows?
by Dick60
13 Feb 2023, 10:22
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Re: Rules again follow-up

I agree, that is the problem but how can I prevent that check if no changes were made?
by Dick60
13 Feb 2023, 10:07
Forum: ESP Easy: General Discussion
Topic: Rules again follow-up
Replies: 59
Views: 4929

Rules again follow-up

Latest firmware on a ESP8266 I wanted to PWM my ledstrip what works fine but on a regular base the leds are flickering. I found out that the reason of the flickering is the checks of all the rows in my script. Is the solution to splitup in individual events or is there another solution. On serre_lic...
by Dick60
10 Feb 2023, 14:24
Forum: ESP Easy: General Discussion
Topic: rules isue
Replies: 37
Views: 3714

Re: rules isue

Thanks ATH, that did the job. Now it works. :lol:
by Dick60
10 Feb 2023, 13:41
Forum: ESP Easy: General Discussion
Topic: rules isue
Replies: 37
Views: 3714

Re: rules isue

Sorry, my mistake I couldn't copy the script so I retyped it. The real situation is: On Kachelswitch#State do If [Thermokoppel#Temperature]<22 and [Plugin#GPIO#Pinstate#4]=1 GPIO,4,0 Endif Endon I expected Pin 4 change to 0 as soon as the temp is below 22. but that is not what happens. Also no react...
by Dick60
10 Feb 2023, 10:03
Forum: ESP Easy: General Discussion
Topic: rules isue
Replies: 37
Views: 3714

Re: rules isue

The first part of the script is working fine On Thermokoppel#Temperature do If %eventvalue1%>23 and [Plugin#GPIO#Pinstate#4]=0 GPIO,4,1 Endif Endon but the second script does nothing. I simplified the second one to reduce the error magin. On Kachelswitch#State do If [Thermokoppel#Temperature]<22 and...
by Dick60
09 Feb 2023, 17:06
Forum: ESP Easy: General Discussion
Topic: rules isue
Replies: 37
Views: 3714

Re: rules isue

thanks, I give it a try. Keep you posted.
by Dick60
09 Feb 2023, 16:39
Forum: ESP Easy: General Discussion
Topic: rules isue
Replies: 37
Views: 3714

rules isue

ESP8266 with the latest firmware. I am strugling with a rule. I have a Thermo Copler and it works fine. If a certain temp is in reach, I want to switch-on a switch. On Thermokoppel#Temperature do If [Thermokoppel#Temperature]>23 and [Kachelswitch#State]=0 GPIO,4,1 Endif Endon If this Kachelswitch (G...
by Dick60
01 Feb 2023, 17:43
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

Unfortunately no succes in my testing. Tested all 948x types available in the drop-down but no reaction on the screen. Will order a new 9341 because that is a tested one.
by Dick60
31 Jan 2023, 22:27
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

I found an overview and will test it tomorrow morning.
by Dick60
31 Jan 2023, 20:21
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

Haha, unieke. I am still searching and if any news, I share it 😬
by Dick60
31 Jan 2023, 19:13
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

Now I found another display, the 9481 but the connections are not the same as the ili 9341. Do you have any idea I must use for my testing the screen and the touch part?
by Dick60
31 Jan 2023, 17:37
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

I soldered them on a rack so the wired must be good for now. I order a new screen and hope to continue in a few weeks. Thanks for the support.
by Dick60
31 Jan 2023, 16:31
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

I reinstalled all the wires, activated the callibration screen (as discribed) and start testing. I Assumed and expected to see something in my logfile, am I right? If no logging is available for my touch activities,I can assume that the touch part of my ili screen is broken. Can you confirm this con...
by Dick60
30 Jan 2023, 21:47
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

I think,only to be be sure, I rewire the ESP and look what happens otherwise I order another so I can compare one with another. Will start with it tomorrow😀
by Dick60
30 Jan 2023, 21:29
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

No it is still a pain in the .... I bought this screen and the only thing left is perhaps a monday morning screen. Perhaps not working, red the documentation again I followed all the instructions.
by Dick60
30 Jan 2023, 20:18
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

I use the Hard Plastic pen for the touch but no result. Also no conflicts with other pins used in my project
by Dick60
30 Jan 2023, 19:50
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

I started the touchsreen part of my project. Documentation about XPT2046 is quit strait forward. Everything connected and try to Callibrate according the procedure discribed. I see nothingin my logging at the time I touch the screen. stese are the connections I made for this test . Do I mis something?
by Dick60
29 Jan 2023, 16:46
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

Took some time but the result is <My IP>/tft,txtfull,120,120,"Hello%20World". It looks great for now. I continue for the touch part of the display. Hope it will not be struggle :D
by Dick60
29 Jan 2023, 14:00
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

that works now for me, Good tip. But the second thing is that I try to send an HTTP message from Domoticz to my dislat. I tried <MY IP>/?cmd=tft,txtfull,0,0,"Hello World" also tried the ftfcmd option but that did not work as well. Nothing is seen on my 8266 receiving device log
by Dick60
29 Jan 2023, 11:21
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

Testing the TFT device and try to send a HTTP message from Domoticz to the device but tha is not working for me. The message is simple, if a switch is turned on send the message <myIP>/?cmd=tft,txtfull,100,40,HelloWWWWorld. Also I try to get a <space> between Hello and World. I tried the following c...
by Dick60
27 Jan 2023, 21:45
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

my mistake, that is the problem with a tunnel view. I'm gone experiment with this display. I see some characters :D
by Dick60
27 Jan 2023, 20:24
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

tested another type of screen from the dropdown in the plugin. No result.
by Dick60
27 Jan 2023, 20:20
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

the screenshot of my ESP8266 settings
by Dick60
27 Jan 2023, 20:10
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

Here the screesshot of the Ali display ILI9341.
by Dick60
27 Jan 2023, 19:19
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

it is pin GPIO 0 (D3)
by Dick60
27 Jan 2023, 18:14
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

The result of PWM the backlight: dimming is working perfect but no charcters on the screen. After sending the TXT, you see a kind of flikkering on the screen but no text
by Dick60
27 Jan 2023, 17:19
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

Re: TFT ili9341 again

I had to mention that, I have a backlight and a good view on my screen but probably it is better to make connect it as you mentioned so I can PWM dim the backlight.
by Dick60
27 Jan 2023, 15:45
Forum: ESP Easy: General Discussion
Topic: TFT ili9341 again
Replies: 35
Views: 4587

TFT ili9341 again

I've loaded from the latest release (24 dec 2022) on my ESP8266. I made a custom version because I wanted a combi of NEOPIXEL(Basic) and the TFT display. Connected the ili 9341 according the the plugin095 (SPI active CLK=GPIO-14 (D5), MISO=GPIO-12 (D6), MOSI=GPIO-13 (D7)) . After trying to get some ...
by Dick60
11 Jan 2023, 15:13
Forum: ESP Easy: General Discussion
Topic: Analog value available on another device
Replies: 7
Views: 1264

Re: Analog value available on another device

and I am working on that. :idea:
by Dick60
11 Jan 2023, 08:18
Forum: ESP Easy: General Discussion
Topic: Analog value available on another device
Replies: 7
Views: 1264

Re: Analog value available on another device

It works great! That it was that easy I did not expect. Good documented!
Thanks for the support.
by Dick60
10 Jan 2023, 22:23
Forum: ESP Easy: General Discussion
Topic: Analog value available on another device
Replies: 7
Views: 1264

Re: Analog value available on another device

Not exactly because I do not use the p2p solution. I use a Domoticz controler but in this particular project I want to insert the value of my analog LDR vaue on an other device. In some situations I do not want to depand on my Domoticz. If Domoticz is down al stops and I want to be prepared for this...
by Dick60
10 Jan 2023, 22:12
Forum: ESP Easy: General Discussion
Topic: Analog value available on another device
Replies: 7
Views: 1264

Analog value available on another device

I use the latest build on my ESP8266. I want to use an volue from another device. I have an LDR on DEVICE 1 (Analog ADC (TOUT)) and I want the analog value available on another device without using Domoticz. What did I do already: Created an dummy device on DEVICE 2 and read the documentation for th...
by Dick60
25 Dec 2022, 17:50
Forum: ESP Easy: Software
Topic: Add 095 plugin to neopixel build for esp8266 or esp32
Replies: 2
Views: 985

Re: Add 095 plugin to neopixel build for esp8266 or esp32

Wauw, this is fun. You saved my day. I can continue and I will put more effort in the tools installed so I can make more custom build.
Again, Thanks en alvast een heel gelukkig en gezond 2023 :)
by Dick60
25 Dec 2022, 15:25
Forum: ESP Easy: Software
Topic: Add 095 plugin to neopixel build for esp8266 or esp32
Replies: 2
Views: 985

Add 095 plugin to neopixel build for esp8266 or esp32

I want to make my own build, a combination of the Neopixel (Basic) build of 24122022 and plugin 095 for a ILI 934x display. I followd the YT (https://www.youtube.com/watch?v=ArqwMcYSMsU) and all explained on there works fine. But I don't know how to add plugin 095 (https://github.com/letscontrolit/E...
by Dick60
15 Aug 2022, 08:48
Forum: Staff Announcements forum
Topic: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]
Replies: 105
Views: 1753531

Re: BIG announcement, the future of ESP Easy. [READ THIS IF YOU LOVE OUR FW]

What is the procedure of making a donation. I am a fan of your platform and what to support it.BR
by Dick60
08 Jul 2022, 06:22
Forum: ESP Easy: General Discussion
Topic: fan control 3 wire
Replies: 8
Views: 3701

Re: fan control 3 wire

It is clear for me, I use the PWM solution, tested it and works fine for me.
Thanks for the support
by Dick60
07 Jul 2022, 19:02
Forum: ESP Easy: General Discussion
Topic: fan control 3 wire
Replies: 8
Views: 3701

Re: fan control 3 wire

here is a link to the specs of the fan https://icecat.biz/p/tacens/3auraii12/h ... 50773.html
Hope you can do something with it otherwise I use the voltage control using the Mosfet
by Dick60
07 Jul 2022, 15:14
Forum: ESP Easy: General Discussion
Topic: fan control 3 wire
Replies: 8
Views: 3701

Re: fan control 3 wire

So what I read in the 2 answers is, TD mentioned that the 3rd wire (yellow) is only a speed counter line. In that case I can only read the RPM. In the Jgrad post I read that there is a possibility to PWM the yellow wire or is that a wrong interpretation of the post?
by Dick60
07 Jul 2022, 14:30
Forum: ESP Easy: General Discussion
Topic: fan control 3 wire
Replies: 8
Views: 3701

fan control 3 wire

Can anybody help me how to control a 3 wire 12v fan connected to an esp8266. I prefer to use the IRF520 Mosfet.
by Dick60
30 Apr 2022, 22:01
Forum: ESP Easy: General Discussion
Topic: capacitive soil moisture sensor v1.2 again
Replies: 24
Views: 13389

Re: capacitive soil moisture sensor v1.2 again

unfortunately no better news, also with a small resister, no change between the two messurments. I will try an external power source instead of the 5v of my ESP8266.
by Dick60
30 Apr 2022, 21:26
Forum: ESP Easy: General Discussion
Topic: capacitive soil moisture sensor v1.2 again
Replies: 24
Views: 13389

Re: capacitive soil moisture sensor v1.2 again

I did some mesurements on the sensor and the spare sensor. I used my multimeter and connected the senser to 5v and mut my multimeter on the data line of the sensor and the plus (later the gnd) but there is no difference between wet soil and dry soil. No voltage change discovered during these mesurem...
by Dick60
30 Apr 2022, 18:39
Forum: ESP Easy: General Discussion
Topic: capacitive soil moisture sensor v1.2 again
Replies: 24
Views: 13389

Re: capacitive soil moisture sensor v1.2 again

I tested like my last picture, with ONLY the Sensor. In that case I see no difference between the messurements in the wet soil and the dry soil. It is a nem sensor and tested also a second sensor withthe sam result. I think it isnt working with the ESPeasy firmware.