Search found 6 matches

by mcdroemmel
20 Feb 2018, 22:55
Forum: ESP Easy: General Discussion
Topic: Deep sleep, manual and interval wakeup possible?
Replies: 9
Views: 8453

Deep sleep, manual and interval wakeup possible?

Hello together, i want to build a window alarm based on battery based Esp (d1 mini) with a magnetic switch connected to gpio. using espeasy i configured the d1 mini to wakeup when magnets switch is disconnected (window is opened) and send a mqtt message to openhab. This works fine so far. But this s...
by mcdroemmel
24 Mar 2017, 08:11
Forum: ESP Easy: General Discussion
Topic: OLED Framed, Setting Text by Command or MQTT
Replies: 7
Views: 16045

Re: OLED Framed, Setting Text by Command or MQTT

Hello toffel969, Thanks for that hint. That could work. But i didnt find the commands to set a value for a dummy device. do you have a hint for this? I made a little bit research and found out in coding, that the oled-framed plugin does not support commands for setting the text directly (in build 2....
by mcdroemmel
22 Mar 2017, 09:50
Forum: ESP Easy: General Discussion
Topic: OLED Framed, Setting Text by Command or MQTT
Replies: 7
Views: 16045

OLED Framed, Setting Text by Command or MQTT

Hello Folks, i yesterday put an nodemcu and attached a rfid-reader (pn532) and an oled display (oled ssd1306) by i2c and configured the two devices in espeasy. I used espeasy dev 2.0.0, dev7, test-plugins enabled. I can read rfid-tags, send the Tag-Ids with MQTT to openhab. this works. Openhab now v...
by mcdroemmel
14 Mar 2017, 20:52
Forum: ESP Easy: General Discussion
Topic: Sleep-Mode with Magnetic-Input-Switch and MQTT
Replies: 5
Views: 4788

Re: Sleep-Mode with Magnetic-Input-Switch and MQTT

Hello, i tried firmware 2.0.0-dev6 now. Now it works. Every time the esp wakes up it sends the correct state of the gpio pin. Fine. That solved the original problem. But what if i have a sleep-time for x-seconds (for example 60 Seconds). and when then an unauthorized person opens the window and clos...
by mcdroemmel
13 Mar 2017, 09:47
Forum: ESP Easy: General Discussion
Topic: Sleep-Mode with Magnetic-Input-Switch and MQTT
Replies: 5
Views: 4788

Re: Sleep-Mode with Magnetic-Input-Switch and MQTT

Hello toffel969, thanx for your answer. But the problem is not to get esp to sleep and awake it from sleeping. This also works. My esp goes to sleep and wakes up fine, using gpio16-pin connected to reset-pin and activating sleep-mode in ESPEASY. The problem is, that the data send is wrong and is not...
by mcdroemmel
11 Mar 2017, 10:54
Forum: ESP Easy: General Discussion
Topic: Sleep-Mode with Magnetic-Input-Switch and MQTT
Replies: 5
Views: 4788

Sleep-Mode with Magnetic-Input-Switch and MQTT

Hello, i want to extend my home control (openhab2) by securing my windows at home with a sensor. For this i want to use an EP8266 and a magnetic switch. The state of the switch is to be reported by MQTT to my openhab Controller. Everything works fine when i don't use sleep mode. If the magnetic swit...