IR remote to IR Sensor on ESP8266 to brighten/dim leds

Hey All,
I have an IR sensor hooked up to an esp8266 that sends message over mqtt to node red. I want to brighten and dim LEDs from the a remote control. For example I want to use the up button on the remote to brighten. The lights will work on a range of 0 - 250.

The remote sends the same signal over and over; up, up, up. How doI handle the data once it gets to node red?

Thanks
Rich

I figured out how to do this using the counter node

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.