Search found 11 matches

by drako
19 May 2020, 13:07
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy P1 wifi gateway GPIO Idx
Replies: 38
Views: 50057

Re: ESPEasy P1 wifi gateway GPIO Idx

Hi Thomas,

Thank you for you support. The solution was to connect Pin 2 as described in discussion above. Now I can start soldering, building housing and add some dashboards.

-Drako
by drako
17 May 2020, 23:05
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy P1 wifi gateway GPIO Idx
Replies: 38
Views: 50057

Re: ESPEasy P1 wifi gateway GPIO Idx

Hi Thomas, Thank you for your feedback, it provides clear picture how should this be connected. The first source is https://infi.nl/nieuws/hobbyproject-slimme-meter-uitlezen-3-jaar-later/ it is in Dutch diagram from the source https://infi.nl/files/nieuws/_medium/WemosP1Sketch_bb.png The first sourc...
by drako
17 May 2020, 11:40
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy P1 wifi gateway GPIO Idx
Replies: 38
Views: 50057

Re: ESPEasy P1 wifi gateway GPIO Idx

Hi Thomas, thank you for your replay. No I didn't tried that yet. If I read it correctly, Pin 2 should be connected as following: Pin 2 ---- > 2K2 resistor --- > 5v on one end of resistor, other end should be connected to Pin 5 before 1K resistor. I will order 2K2 resistor and probably could test it...
by drako
16 May 2020, 13:01
Forum: ESP Easy: Projects / Applications
Topic: ESPEasy P1 wifi gateway GPIO Idx
Replies: 38
Views: 50057

Re: ESPEasy P1 wifi gateway GPIO Idx

Hi, I would like to troubleshoot my setup. It seems to work but no data is coming out. What I have: Iskra AM550-ED1.01 SRM5.0 (E0043) year 2017 RJ12 - 6 Pins Dupont-Jumper Adapter - P1 Kabel Compatible (colours doesn’t match with any of provided in examples so I used pin output descriptions) NodeMCU...
by drako
11 Jun 2019, 22:26
Forum: ESP Easy: Projects / Applications
Topic: Security system upgrade
Replies: 7
Views: 18802

Re: Security system upgrade

Here's a link to my PIR motion sensor project. It might give you some ideas for your application. I used a cut-down version with the students at my IoT Computer Club. I powered the PIR unit with 12v that I generated using a 'step-up' converter from the 5v input that feeds the Wemos D1 Mini. I must ...
by drako
05 Jun 2019, 22:22
Forum: ESP Easy: Projects / Applications
Topic: Security system upgrade
Replies: 7
Views: 18802

Re: Security system upgrade

Hi I am back. I think that I got it all accept PIR sensors. My PIR sensors have 4 wires +/-, alarm and tamper. So this is a new setup: Level shifter to power up NodeMCU and relay directly from the old system. Relay will be used to turning on/off buzzer, flashlight and powering door switches. Optocou...
by drako
27 May 2019, 22:21
Forum: ESP Easy: Projects / Applications
Topic: Security system upgrade
Replies: 7
Views: 18802

Re: Security system upgrade

Thank you Thomas, it is clear now. The main board has one on each zone connector. I am going to dive in en do some shopping to experiment with.
by drako
26 May 2019, 11:13
Forum: ESP Easy: Projects / Applications
Topic: Security system upgrade
Replies: 7
Views: 18802

Re: Security system upgrade

Don't connect the door/window sensors directly to the MCU's GPIO pins. The long wires (a.k.a. big antennas) can be affected by electrical noise and cause unexpected behavior. And during lightning storms the induced voltages will damage the input pins. Instead, use 10mA-20mA current loops on the sen...
by drako
24 May 2019, 22:57
Forum: ESP Easy: Projects / Applications
Topic: Security system upgrade
Replies: 7
Views: 18802

Security system upgrade

Hi all, I would like to upgrade my old 12v wired security system with ESPEasy - NodeMCU that will be controlled with Domoticz. This are my thoughts, any suggestions / advice are welcome. 1 ESPEasy - NodeMCU 2 I need a device to send (arm/disarm) and receive (sabotaged) status from 12v Motion sensors...
by drako
25 Apr 2019, 22:05
Forum: ESP Easy: Software
Topic: ESP Easy does not send data to Domoticz
Replies: 4
Views: 3516

Re: ESP Easy does not send data to Domoticz

Solution was very easy. HTTP was not enabled in my Domoticz setup, HTTPS only. For the newbies like me make sure that HTTP is enabled in /etc/init.d/domoticz.sh Check via json on virtual switch: http://<yourIP>:8080/json.htm?type=command&param=switchlight&idx=<yourIDX>&switchcmd=Off (On/...
by drako
24 Apr 2019, 22:46
Forum: ESP Easy: Software
Topic: ESP Easy does not send data to Domoticz
Replies: 4
Views: 3516

ESP Easy does not send data to Domoticz

Hello all, First of all thank you for this great piece of software. I am new to this, searched a lot on internet to figure it out but no results. I am trying to establish EPS Easy communication to Domoticz and I hope that it will be a simple one. My set up: Raspberry PI with Domoticz (virtual switch...