Search found 4 matches

by mrcage
09 Jun 2018, 20:48
Forum: ESP Easy: Projects / Applications
Topic: ESP EasyDoorbell
Replies: 2
Views: 4153

Re: ESP EasyDoorbell

120 reads and no replies :roll: Let me rephrase the question. I receive multiple events from the input (doorbell) Should I create a rule which writes the status to a variable? If The variable is set the other events will be skipped. If (input = HIGH){ #rule1 set variable to 1 sleep 5000 set variable...
by mrcage
01 Jun 2018, 20:43
Forum: ESP Easy: Projects / Applications
Topic: ESP EasyDoorbell
Replies: 2
Views: 4153

ESP EasyDoorbell

Hi Guys, I created a simple hack with a cheap doorbell from Grundig. See this demonstration video on youtube. https://www.youtube.com/watch?v=l9GmqCqmAQ0 I modified 1 receiver and catch the led (hi input) using a wemos esp. This works brilliant as I forward the status to Openhab which sents me a ima...
by mrcage
04 Nov 2017, 20:56
Forum: ESP Easy: Hardware
Topic: WS2812 single LED/Pixel Plugin
Replies: 31
Views: 38676

Re: WS2812 single LED/Pixel Plugin

It took me a while to control the ws2812b by ESP Easy but I managed to do it by this helpfull thread :D I want to use it in openhab, not sure how to control it: Color LedStrip_color "LedStrip Color [%s]" <slider> (tuin, LedStrip) {mqtt=">[broker:/IoTCage107/cmd/NeoPixelAll:command:*:d...
by mrcage
03 Nov 2017, 23:36
Forum: ESP Easy: Projects / Applications
Topic: espeasy mqtt neopixel openhab
Replies: 0
Views: 2267

espeasy mqtt neopixel openhab

Hi there, I'm pretty stuck controlling the neopixel on ESP easy by openhab. I configured a device: NeoPixel - Candle LedStrip - GPIO 5 - Color, Type, Brightness MQTT is configured well, I see each 60 seconds the values are updated in openhab. It seems however not possible to send date from either MQ...