Search found 22 matches

by mr-varga
10 Jun 2018, 01:07
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

Ok thanks I understand now, so I have to regulate the step down near to 3.3V to optimize the consumption and heat.

The reed switch is connect like the picture in the first post, but I don't know why he always count... It seems to be a interference...
by mr-varga
09 Jun 2018, 12:29
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

The board is a ESP8266 NODEMCU. This one: https://cdn.instructables.com/FGR/3LN7/ISCC05TC/FGR3LN7ISCC05TC.LARGE.jpg?auto=webp&width=600 And I have 12V power supply in place so for power the board I use a step down dc dc: https://i.ebayimg.com/images/g/EdIAAOSwvg9XXP24/s-l300.jpg (in this the out...
by mr-varga
06 Jun 2018, 21:28
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

Could be a problem of the 3.3V supply? I have many devices connected to the internal regulator. SHT10 sensor, bmp180 sensor, ldr for light measurement.
This is all. You suggest to use external 3.3V power supply?
by mr-varga
28 May 2018, 16:24
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

Yes this output is also a power supply for LDR and his output go in analog input in ESP.
All the 3.3V and Groung in my board is used.
by mr-varga
27 May 2018, 11:08
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

I feed the unit with 8,5V in Vin input. And at the end of the reed I have 3.22V.
by mr-varga
06 May 2018, 13:08
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

If I'm not mistaken, your input from switch goes to GPIO2, not GPIO15 as declared on pulse device. Change to GPIO2 and check results. Don't forget to turn off Serial as GPIO2 is a TX pin! Best regards Robert The pitture is just an exemple, in real i use a GPIO15. :) Please disconnect rain gauge (re...
by mr-varga
04 May 2018, 11:27
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

Well.... At the risk of sounding like a smart-ass it's doing what its intended to do. It will keep counting up until hell freezes over. You need a formula to process the count. You need to figure out how much rain is in a bucket tip and process it with a time frame reference. Perhaps a study of the...
by mr-varga
04 May 2018, 11:26
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

kluszczyn wrote: 04 May 2018, 08:27 If I'm not mistaken, your input from switch goes to GPIO2, not GPIO15 as declared on pulse device. Change to GPIO2 and check results.
Don't forget to turn off Serial as GPIO2 is a TX pin!

Best regards
Robert
The pitture is just an exemple, in real i use a GPIO15. :)
by mr-varga
03 May 2018, 15:45
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Re: Generic - Pulse counter Issue

No one happed this issue? :shock:
by mr-varga
01 May 2018, 16:47
Forum: ESP Easy: Software
Topic: Generic - Pulse counter Issue
Replies: 17
Views: 17634

Generic - Pulse counter Issue

Dear All, I have a ESP8266 with espeasy, and I heve connected to this a simple Rain Gauge counter. This is made by a simple reed switch. See here the connection exemple of the connection: https://i2.wp.com/randomnerdtutorials.com/wp-content/uploads/2016/02/magnetic-contact-switch_bb-2.png I have set...
by mr-varga
19 Apr 2018, 16:11
Forum: ESP Easy: Projects / Applications
Topic: Rain gauge for WU
Replies: 4
Views: 4568

Re: Rain gauge for WU

Dear Drum, Thank you for your answer. I think i have find the solution for the 60min rainfall, but tonight i have to make some test if it's possible to do this. I try to create 3 dummy device each with 4 variables. Than i make role who switch the variabes (the value of the 12 in 11, the 11 in 10, 10...
by mr-varga
18 Apr 2018, 20:17
Forum: ESP Easy: Projects / Applications
Topic: Rain gauge for WU
Replies: 4
Views: 4568

Re: Rain gauge for WU

I do not know if this is possible in the rules, but I was able to do this in node red fairly easily. I was not trying to upload to WU, just to a local sqlite database. Dear Drum, unfortunately i don't use node red (i think i have to learn more about it), to client side I have the raspberry with mos...
by mr-varga
18 Apr 2018, 19:35
Forum: ESP Easy: Projects / Applications
Topic: Rain gauge for WU
Replies: 4
Views: 4568

Rain gauge for WU

Dear all, I'am back here with another challenge to win, obviously with your help. I have 3d printed a simple rain gauge, who is connected to one ESP8266 with ESP Easy Mega. This simply cont every time the rain gauge shift the position. (for now i simply count the shift at the end i transform this in...
by mr-varga
18 Apr 2018, 19:18
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

Dear all, sorry for the delay but I not have received the notification for the new post.... By the way, now all working correctly and this is my complete situation: meteo.PNG And this is the two rules I use to converting the value and send all to wu: Rule 1 on T6H#Temperature do TaskValueSet 4,1,[T6...
by mr-varga
31 Jan 2018, 19:21
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

I have solve the issue with the firmware update. ;)
by mr-varga
30 Jan 2018, 18:02
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

I have partialy solved, but I still have one problem, on the dummy device I'am not able to assign name to the 3 an 4 value. Why?? There are different types of dummy device. You must chose something with quadruple value. I have tried also with quad or triple bus the last two is no way to name it... ...
by mr-varga
30 Jan 2018, 15:26
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

I have partialy solved, but I still have one problem, on the dummy device I'am not able to assign name to the 3 an 4 value. Why??
by mr-varga
29 Jan 2018, 21:09
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

I try tom re read all the guide and try to understand...
by mr-varga
29 Jan 2018, 20:53
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

Is the one I have write before.
by mr-varga
29 Jan 2018, 20:42
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

Now Yes....
by mr-varga
29 Jan 2018, 19:53
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

I have studied this guide but unfortunately I don't understand so much. The firs think I have to do, is to create a Dummy Device who convert a °C in Fahrenheit, because the wu strung need Fahrenheit. I create a Single DummyDevice with value called TemperatureF. In the rules I wrote this: TaskValueSe...
by mr-varga
29 Jan 2018, 18:50
Forum: ESP Easy: Projects / Applications
Topic: Http get request
Replies: 21
Views: 22515

Re: Http get request

Dear All, i have this problem: I have instal the EspEasy on a ESP8266. This board is a weather station with connected DHT22 Temperature and Humidity sensor and BMP180 for a Pressure. I'am trying for a long time to pubblist this three vale to weather underground site, but without success. Can someone...