Search found 28 matches

by ciscomike
06 Mar 2023, 19:26
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

Both counters seem to work perfect, except that is not keeping the added hours after the power cycle anymore.
Although I have 720 minutes Auto-save interval.
by ciscomike
06 Mar 2023, 18:58
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

I apologize for that :? What if I put the second rule on a Rule set 2? On PengineSW#ponoff Do // change when using different GPIO pin If %eventvalue1%=1 Let,1,%uptime% // Start of counting, minutes Else Let,2,%uptime% // End of counting, minutes Let,3,([int#2]-[int#1])/60 // Runtime in hours TaskVal...
by ciscomike
06 Mar 2023, 17:30
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

Strangling with the second rule regarding the second engine, I do something wrong.
by ciscomike
05 Mar 2023, 22:55
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

Would it be too much to double the process for the second engine, you think?
by ciscomike
05 Mar 2023, 22:46
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

That is not a problem for me, but for someone, it would be great to have a real time status on the display.
by ciscomike
05 Mar 2023, 22:19
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

I've set the switch to 1 state before the screenshot.
Although the problem seems to be fixed after changing back, the Output value.
by ciscomike
05 Mar 2023, 21:56
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

OMG I totally lost it now again...
I think I've done exactly what you wrote, with no luck...
Also it wont let me change the Set level value, returns to 1 everytime
by ciscomike
05 Mar 2023, 15:37
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

That worked absolutely perfect!!! :D Thank you so much!!! It was something I was trying to do for a year or so.

Now I need to add the already working hours in the rule I guess.
by ciscomike
05 Mar 2023, 13:50
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

Yes, it is the new version, I just didn't include it in the screenshot.
by ciscomike
05 Mar 2023, 10:15
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

Unfortunately no luck.
When I trigger the GPIO 12 to High (1) and then after some time to Low (0) nothing changes on the Runtime output.
I attach the configuration in case I do something wrong
by ciscomike
04 Mar 2023, 16:06
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

Still stuck in this project.
I am trying to find a rule when I supply 5v to one pin to start counting hours, also to add the already run hours of the system.
Any advice would be really appreciated.
by ciscomike
08 Jun 2022, 22:38
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

I made a progress,

In Hardware tab, I switched the default I2C Interface pins to:
GPIO ⇄ SDA: D1
GPIO → SCL: D2

Then I scan again for I2C, and it found it.
I created a Device - Display - OLED SSD1306/SH1106 Framed
And it worked!!

I will get back with news.
Thank you everyone for your help.
by ciscomike
08 Jun 2022, 20:38
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

So I tried the above settings with no luck, I'm not sure that I am doing the right thing, thought.
Scanning I2C nothing comes up.

Image
by ciscomike
07 Jun 2022, 15:12
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

I haven’t had the chance to test some things,
I’ll get back with news.

Thank you everyone for your replies
by ciscomike
29 May 2022, 19:30
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

Thanks again for your help, I haven't made any progress due to I couldn't figure out how to make the nodemcu 0.96 OLED built-in display to work. Do you have any suggestion about the device I have to choose? I tried different FW and various devices but couldn't make it work. Thank you in advance, Mike
by ciscomike
21 May 2022, 11:09
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Re: Engine Hours counting when 12v on a particular pin

I’m really thankful for your kind response. I’m going to measure the engine working hours daily and I have to have a total no. Like 6500h, I’ll have to figure out the rule to add the extra hours every day to the total working hours when the switch turns on and as I can imagine the esp has to always ...
by ciscomike
20 May 2022, 17:51
Forum: ESP Easy: Projects / Applications
Topic: Engine Hours counting when 12v on a particular pin
Replies: 37
Views: 9184

Engine Hours counting when 12v on a particular pin

Hello everyone, I would like to build an engine hour meter using an esp8266 with an oled display built in. It has to be always on and when it gets +12v on a particular pin to start counting the working hours of an engine. It will always display the hours and then it will report the no. To mqtt (I kn...
by ciscomike
30 Apr 2021, 10:37
Forum: ESP Easy: Projects / Applications
Topic: ESP32 and multiple Capacitive Soil Moisture Sensors
Replies: 5
Views: 13673

Re: ESP32 and multiple Capacitive Soil Moisture Sensors

Thank you for your reply,
Even using the ch1 pins doesn't give me any measurements, only if I use ch1 pin 36.
I know that using ch2 pins might be unstable due to wifi bus.
Any ideas why rest of ch1 analog pins wont work with any analog input?
by ciscomike
29 Apr 2021, 21:38
Forum: ESP Easy: Projects / Applications
Topic: ESP32 and multiple Capacitive Soil Moisture Sensors
Replies: 5
Views: 13673

ESP32 and multiple Capacitive Soil Moisture Sensors

Hi everyone,

I am using an ESP Wroom 32 dev board, flashed with the latest ESPEasy release.
I am trying to add 5-6 Capacitive Soil Moisture Sensors on different analog pins of this board but I'm getting results from only one pin (36).
What I am doing wrong?

Thank you in advance,

Mike
by ciscomike
17 Mar 2021, 01:31
Forum: ESP Easy: Software
Topic: Notify on temperature lower than 3°C
Replies: 4
Views: 5448

Re: Notify on temperature lower than 3°C

That was really helpful, thanks a lot.
by ciscomike
10 Feb 2021, 19:01
Forum: ESP Easy: Projects / Applications
Topic: Simple time rule to reset a value every 1h
Replies: 2
Views: 8618

Re: Simple time rule to reset a value every 1h

That worked GREAT for me!
Thank you @TD-er
by ciscomike
10 Feb 2021, 18:27
Forum: ESP Easy: Projects / Applications
Topic: Simple time rule to reset a value every 1h
Replies: 2
Views: 8618

Simple time rule to reset a value every 1h

Hi everyone, I'm looking for a simple rule to reset a total counter of a pulse sensor to zero every one hour. I've tried different way to write the rule using for example TaskValueSet etc, also tried to find a solution through the wiki but I couldn't. The Task No. is 4 and the Value 2 OR Wind_Speed ...
by ciscomike
06 Feb 2021, 19:15
Forum: ESP Easy: Projects / Applications
Topic: Not able to make two Hall Sensor work as Generic Pulse Sensors
Replies: 4
Views: 9286

Re: Not able to make two Hall Sensor work as Generic Pulse Sensors

That was it! You were right!!
I changed the order of the sensors and both Pulse sensors worked fine.
Thank you for the time spending @Ath
by ciscomike
06 Feb 2021, 12:01
Forum: ESP Easy: Projects / Applications
Topic: Not able to make two Hall Sensor work as Generic Pulse Sensors
Replies: 4
Views: 9286

Re: Not able to make two Hall Sensor work as Generic Pulse Sensors

Thank you for your reply!!

I’ll test it out, I will try to move down the other sensors and give priority to pulse sensor first.
I’ll get back with tests results.

Thanks again @Ath
by ciscomike
06 Feb 2021, 10:39
Forum: ESP Easy: Projects / Applications
Topic: Not able to make two Hall Sensor work as Generic Pulse Sensors
Replies: 4
Views: 9286

Not able to make two Hall Sensor work as Generic Pulse Sensors

Hi everyone and thanks for the great work, I made a weather station including: 1X DHT 22 sensor 1X BMP180 1X BH150 2X Hall Effect Sensor TLE4906L All binding together to a NodeMCU ESP8266 with the latest easpeasy.bin firmware. Everything works fine except when I am going to add the last Hall Sensor....