Search found 2 matches

by coalado
12 Feb 2020, 17:58
Forum: ESP Easy: Software
Topic: Send Pulse Counter Value immediately to MQTT
Replies: 4
Views: 6541

Re: Send Pulse Counter Value immediately to MQTT

My findings so far: @GravityRZ The Count Event comes before the time event. If you listen to the Count event, the time value is outdated. It might be better to listen on the Time Event. Unfortunately, I only get an event if the interval condition of the device triggers. If I set Data Aquisition Inte...
by coalado
11 Feb 2020, 21:06
Forum: ESP Easy: Software
Topic: Send Pulse Counter Value immediately to MQTT
Replies: 4
Views: 6541

Send Pulse Counter Value immediately to MQTT

I'm running a TCRT5000 sensor as Generic Pulse Counter Device. I known problem with this sensor is, that it bounces on every edge and thus the falling/raising edge option does not work. I would like to solve this issue in software. To do this, I need to send every pulse and it's time to a mqtt broke...