Search found 120 matches

by DeNB3rt
20 May 2017, 11:32
Forum: ESP Easy: Hardware
Topic: [Fixed!] Strange relay behaviour, not switching on/off on GPIO 0/1 command.
Replies: 17
Views: 28609

[Fixed!] Strange relay behaviour, not switching on/off on GPIO 0/1 command.

Hi all Perhaps a easy question, I have the most common relay board on the world here in a espeasy/domoticz setup. But maybe other's had the same instability. https://www.letscontrolit.com/wiki/images/8/83/Relaisbordje.jpg I thought everything was working fine, but sometimes the relay is not switchin...
by DeNB3rt
03 May 2017, 15:46
Forum: ESP Easy: General Discussion
Topic: ESPEasy v2.0 progress
Replies: 8
Views: 8869

Re: ESPEasy v2.0 progress

woohoow! keep up the good work :)
by DeNB3rt
25 Apr 2017, 13:43
Forum: ESP Easy: Projects / Applications
Topic: Turning relay ON from Domoticz
Replies: 5
Views: 8012

Re: Turning relay ON from Domoticz

I have a similar problem. I use ESP Easy for a relay. For example when the ESP node is dead and I send an On command using Domoticz Android App. It seems the command is sent OK but of course it's not. And when I check the log messages I found the following message: Error Opening url:http://192.168....
by DeNB3rt
21 Mar 2017, 08:56
Forum: ESP Easy: General Discussion
Topic: ESP EASY pros and cons
Replies: 2
Views: 2654

Re: ESP EASY pros and cons

yes, my own native shitty code that doesn't work :D
by DeNB3rt
06 Mar 2017, 15:47
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR - stop false positives?
Replies: 47
Views: 100577

Re: HC-SR501 PIR - stop false positives?

Although this is an old thread - i guess some people might still be interested how to definately solfe the RF-induced false triggering problem. You simple need to solder a 220nF ceramic capacitor across pin12 und pin13 of the chip (BISS0001) so that the high-frequency interference coming from the E...
by DeNB3rt
22 Feb 2017, 10:18
Forum: ESP Easy: General Discussion
Topic: Battery draine....
Replies: 23
Views: 20572

Re: Battery draine....

VasilijHCN wrote:My esp12 run 3 motnhs from single 700mah liion cell, 30min deepsleep mode, power led removed. Cell still has 3.7V - lot of energy remaining.
nice one :)
by DeNB3rt
22 Feb 2017, 10:13
Forum: ESP Easy: Projects / Applications
Topic: control bulb with push button
Replies: 11
Views: 10924

Re: control bulb with push button

The only problem that i have is when i push on the relay with the switch and i switch off the relay with the virtual switch (domoticz) i must switch 2 times on the physical switch Hello Delan009 (je bent van Veurne, das dichtbij :D ) I had the same 'issue' with the push button or switch button. I h...
by DeNB3rt
22 Feb 2017, 10:00
Forum: ESP Easy: General Discussion
Topic: Version 1.1.0-beta6 avaiable
Replies: 25
Views: 18473

Re: Version 1.1.0-beta6 avaiable

I don't use the 512 anymore ;)
by DeNB3rt
21 Feb 2017, 10:51
Forum: ESP Easy: General Discussion
Topic: Version 1.1.0-beta6 avaiable
Replies: 25
Views: 18473

Re: Version 1.1.0-beta6 avaiable

psy0rz wrote:I've justed released beta6 via the new build-environment

Edwin

Thanks psy0rz/Edwin for the continuation!
don't you have acces to the public github of espeasy?
by DeNB3rt
21 Feb 2017, 10:44
Forum: Introduce yourself
Topic: hello from spain
Replies: 5
Views: 8458

Re: hello from spain

Shardan wrote:Buenos Dias, José
Recuerdos
Shardan
(And that were nearly all spanish words i know :-) )

haha cool, welcome!
by DeNB3rt
21 Feb 2017, 10:43
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 243579

Re: ESP Easy development status

mrwee wrote:What about the forum? Would be nice if 'we' had multiple sub-groups e.g. per plugin, subjects like 'mqtt', 'openhab','"domoticz', etc.
Also, how to cope with change requests in a structured way?
agree :)
by DeNB3rt
13 Feb 2017, 13:03
Forum: ESP Easy: Software
Topic: ESP Easy Github pull requests
Replies: 13
Views: 22183

Re: ESP Easy Github pull requests

I don't use the 512K's anymore, so have a go ;)
by DeNB3rt
03 Feb 2017, 15:00
Forum: ESP Easy: Projects / Applications
Topic: Domestic wall Wall switches, what kind of input switches do you use? (niko, bticino,...) to control input on ESP ?
Replies: 10
Views: 12292

Re: Domestic wall Wall switches, what kind of input switches do you use? (niko, bticino,...) to control input on ESP ?

You have 2 way's of achieve this, like paperone is saying. 1) place a small AC/DC transformer in the wall switch to bring the it to e.g. 5VDC like a phone charger? Then you can go directly to the 5v pin on a Nodemcu (other boards are 3.3v! take care). 2) place a bigger transformer (e.g. pc transform...
by DeNB3rt
03 Feb 2017, 14:45
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 243579

Re: ESP Easy development status

maybe, it is already quite complete the latest build :)
by DeNB3rt
02 Feb 2017, 13:47
Forum: ESP Easy: Projects / Applications
Topic: Keypad support
Replies: 10
Views: 10909

Re: Keypad support

Does anyone has plans to create a keypad application? Something that supports a keypad like this one: http://www.dx.com/p/diy-3-x-4-12-key-numeric-keypad-black-150134 When entering a code of a certain length it should be send to the (domotics) server for further processing. Maybe i'll code this mys...
by DeNB3rt
02 Feb 2017, 13:35
Forum: ESP Easy: Projects / Applications
Topic: long push, short push detection with a button (connected on gpio)
Replies: 10
Views: 13409

Re: long push, short push detection with a button (connected on gpio)

ok, cool, so this is possible. thanks! Did not have a look yet to the 'rules'. I think I could add a 'turn off all lights' virtual button in domoticz, and add a SendToHTTP in the rules? right? e.g. SendToHTTP 192.168.0.243,8080,/json.htm?type=command&paramm=switchlight&idx=174&switchcmd=...
by DeNB3rt
01 Feb 2017, 15:49
Forum: ESP Easy: Projects / Applications
Topic: long push, short push detection with a button (connected on gpio)
Replies: 10
Views: 13409

long push, short push detection with a button (connected on gpio)

Hi ESPEasy guy's A question, did anybody try to distinguish the difference between a long and short push on a button, connected to a gpio on the ESP? This could be interesting to build one normal on/off switch at the entrance of your house. When short push on the button > normal on/off lighting in t...
by DeNB3rt
31 Jan 2017, 14:52
Forum: ESP Easy: General Discussion
Topic: upload espeasy with arduino, no AP
Replies: 10
Views: 8332

Re: upload espeasy with arduino, no AP

you better let the DHCP provide an ip to your ESP device, when connected to ur AP. After doing 'settings' in serial monitor, the ip will be shown :)
by DeNB3rt
31 Jan 2017, 12:13
Forum: Introduce yourself
Topic: Hello from Netherlands
Replies: 1
Views: 2679

Re: Hello from Netherlands

hoi, succes! ;-)
by DeNB3rt
30 Jan 2017, 12:36
Forum: Staff Announcements forum
Topic: The way forward
Replies: 38
Views: 51517

Re: The way forward

agree :)
by DeNB3rt
17 Jan 2017, 17:17
Forum: ESP Easy: Software
Topic: Slow execution of http commands in Domoticz towards ESPEasy
Replies: 0
Views: 2687

Slow execution of http commands in Domoticz towards ESPEasy

Hi all question, I know it's more an issue in Domoticz then in ESPEasy firmware. But maybe anybody here found a solution for this :) When I use http requests in the On/Off action, it takes aprox. 1sec when action is executed. e.g. http://<ESP IP address>/control?cmd=GPIO,<pin>,1 (example image, did ...
by DeNB3rt
17 Jan 2017, 14:04
Forum: ESP Easy: Projects / Applications
Topic: control bulb with push button
Replies: 11
Views: 10924

Re: control bulb with push button

Now I use gpio12 and i don't have this anymore. everything seems to work :? I'm using a similar setup, but using a pull up instead of pull down. I'm not using rules, I let domoticz decide. but maybe it's giving some false inputs. Did you try with a capacitor? https://hackadaycom.files.wordpress.com...
by DeNB3rt
17 Jan 2017, 12:01
Forum: ESP Easy: Projects / Applications
Topic: Domestic wall Wall switches, what kind of input switches do you use? (niko, bticino,...) to control input on ESP ?
Replies: 10
Views: 12292

Re: Domestic wall Wall switches, what kind of input switches do you use? (niko, bticino,...) to control input on ESP ?

[quote="papperone"]also BTicino is an italian brand.../quote] Hi Papperone! Yes, a month ago I was also looking to BTicino. I love the modularity of their switches. I prefer this one above the 'default Niko'. But I can't find the exact partno for the 'push' buttons. Here you have a push bu...
by DeNB3rt
16 Jan 2017, 14:58
Forum: ESP Easy: Projects / Applications
Topic: Domestic wall Wall switches, what kind of input switches do you use? (niko, bticino,...) to control input on ESP ?
Replies: 10
Views: 12292

Re: Domestic wall Wall switches, what kind of input switches do you use? (niko, bticino,...) to control input on ESP ?

I think it really depens on specific country standards. In Italy we usually have modular system like this: I replaced the "switch" modules with the "push button" modules as they looks exacty the same but better fitting to connect them to ESP8266 modules to act as "activator...
by DeNB3rt
13 Jan 2017, 15:27
Forum: ESP Easy: General Discussion
Topic: [Solved] Factory Reset without WiFi
Replies: 3
Views: 5672

Re: [Solved] Factory Reset without WiFi

Is that a command you ran in cmd (windows?) :)
by DeNB3rt
13 Jan 2017, 14:14
Forum: ESP Easy: Projects / Applications
Topic: Domestic wall Wall switches, what kind of input switches do you use? (niko, bticino,...) to control input on ESP ?
Replies: 10
Views: 12292

Domestic wall Wall switches, what kind of input switches do you use? (niko, bticino,...) to control input on ESP ?

Hi Guy's I'm currently testing with a relay board on an ESP module to control my household lighting. A second ESP is placed in the wall behind the existing wall switches. The wall switch is connected with a GPIO and a pull-up resistor. https://www.zelfbouw-domotica.be/224-thickbox_default/1-pole-swi...
by DeNB3rt
13 Jan 2017, 13:44
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

allright thanks!
Did you already buy the Ikea LED's? What's your experience with hem? :)
by DeNB3rt
12 Jan 2017, 16:02
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 243579

Re: ESP Easy development status

Dear all, Due to personal reasons, i have to stop active development on ESP Easy. So this would be a good moment to hand over the project maintenance to members of the community. If anyone wants to take over the project control on github, please contact me by PM, so i can add you as a team member o...
by DeNB3rt
11 Jan 2017, 16:38
Forum: ESP Easy: Hardware
Topic: HC-SR501 PIR issue's
Replies: 31
Views: 38066

Re: HC-SR501 PIR issue's

any updates? :)
by DeNB3rt
11 Jan 2017, 15:35
Forum: ESP Easy: Hardware
Topic: AC Dimmer for ESPeasy
Replies: 22
Views: 30008

Re: AC Dimmer for ESPeasy

davidlightsa wrote:
DeNB3rt wrote:okay thanks! my MPDMV4 arrived today :)
Did you have success with this board? I am keen to order a couple for my halogen downlighters.
yes, very happy with it.
Check the thread in projects.
by DeNB3rt
11 Jan 2017, 15:28
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

You have 5 LED lightbulbs in parallel? The LED Lightbulbs can be considered actually inductive loads, so, if it really is a audible sound, a proper EMI filter and/or adjusting the snubber cap value (migh try 100n) you can get rid of it. It's more a trial-and-error process than something that can be...
by DeNB3rt
16 Dec 2016, 01:24
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

Any chance to see some action? :) That lightbulb looks interesting and I think to pay a visit to IKEA next week :D Here it is sir, 5 Ikea ledare in action with the mpdmv4 board :-) https://www.youtube.com/embed/bNu2iHsQ6Xo The strange thing is, now I hear some little vibration when dimming (was not...
by DeNB3rt
15 Dec 2016, 10:37
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

Any chance to see some action? :) That lightbulb looks interesting and I think to pay a visit to IKEA next week :D :D yes yes, I know. OFF/ON is already fixed with relay. if(devicechanged[DomDevice]=='Off') then print ("OFF dimm stored value = "..uservariables['dimm']); CalcValue = 870; -...
by DeNB3rt
13 Dec 2016, 14:38
Forum: ESP Easy: General Discussion
Topic: Relais Problem
Replies: 11
Views: 11625

Re: Relais Problem

:-) I did buy a SSR relais on ebay only not @ home: http://www.ebay.com/itm/5v-1-Channel-SSR-G3MB-202P-Solid-State-Relay-Module-Board-For-Arduino-/302095631461?hash=item46564d8465:g:QwoAAOSw44BYIaIn Perhaps faster Hi Dylantje Did you receive ur SSD relay? I'm very interested in the experience with ...
by DeNB3rt
13 Dec 2016, 11:09
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

Indeed, I already thought about switching to Raspberry, but I'm a .NET developer :geek: . So my old homebrewn domotic system (NRF24-arduino-networkshield) was based on a .NET API before I am using Domoticz now. When my setup is finished, I could switch to RBP. The RBP would use less power, although ...
by DeNB3rt
12 Dec 2016, 19:01
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

Extracted CURL.exe and moved it in a directory already existing in PATH (aka Windows directory, shame on me :) ). haha awesome! You saved me from formatting my pc :D I was looking way to far, endless updates, extracting, installing etc... Just copy paste curl.exe in the c:\windows folder did the tr...
by DeNB3rt
12 Dec 2016, 17:04
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

Hi Trackerj! Thanks for the hint, indeed curl error 1.png Tried to install win32 version, and that is giving an c++ 2015 redistributable is needed. 2.png I aborted that install, and tried to install c++ 2015 redistributable x64, but it keeps at 100% forever :( 3.png I found around the net that I sho...
by DeNB3rt
11 Dec 2016, 19:41
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

late reply, someone with the same issue on windows? Curl installed, but still nothing is moving :shock: downloaded Curl from (64bit): http://www.confusedbycode.com/curl/#downloads domoticz log: 2016-12-11 19:38:09.103 User: domoticz initiated a switch command (12/MPDMv4_Dimmer/Set Level) 2016-12-11 ...
by DeNB3rt
08 Dec 2016, 17:14
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

trackerj wrote: Nice lightbulb at a very good price. Might be a good idea to make a visit to IKEA these days :)
If I get it to work, I'll make a video of the led bulb in action with the MPDMv4 :geek:
by DeNB3rt
08 Dec 2016, 17:12
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

I've give it a try under a Windows 7 Home Premium Amazing! I'll give it a try when I'm home. AV and ports were ok (sending commands to relay's without LUA was already working). But I don't have CURL indeed :-) I was already having a look for http = require "socket.http"; result, statuscod...
by DeNB3rt
08 Dec 2016, 12:50
Forum: ESP Easy: Projects / Applications
Topic: ESP PWM output possible to control a dimmer?
Replies: 6
Views: 12118

Re: ESP PWM output possible to control a dimmer?

confirmed :)
Only when cold boot, I see that my pwm is giving a sort of signal;
by DeNB3rt
08 Dec 2016, 12:48
Forum: ESP Easy: Hardware
Topic: esp8266 newbie problems
Replies: 5
Views: 4886

Re: esp8266 newbie problems

Figured that out. Now I cannot get domoticz to connect. The instructions I saw were to create a a dummy switch in domoticz, and use that ID in the espeasy setup page. I have done that, but domoticz still thinks I have a switch. Also tried as a temp/humid sensor, and it sticks at 32 degrees F. Dummy...
by DeNB3rt
08 Dec 2016, 11:45
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

Hi Trackerj thanks for the feedback. Still no working, but I tried something different. I went to Setup > More options > Events domoticzlua.png I created a the script there with LUA. Still not working, but I can see that the 'dimm' variable is changed in the 'User variables'. Also the log is telling...
by DeNB3rt
07 Dec 2016, 19:15
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

Haha indeed, fast shipping. Nice board Quality! Do work out of the box connected on my gpio on my nodemcu ( instead of resistor with led) Tested directly with An led bulb from Ikea 5w dimmable. Dimming level 870 maximum (above flickers). Did not get the domoticz lua working. Could it act different o...
by DeNB3rt
06 Dec 2016, 16:22
Forum: Experimental
Topic: Arduino Easy 2560
Replies: 130
Views: 186895

Re: Arduino Easy 2560

nice :twisted:
by DeNB3rt
06 Dec 2016, 11:25
Forum: ESP Easy: Projects / Applications
Topic: MPDMv4 - Universal AC MAINS Dimmer Board usage
Replies: 51
Views: 52523

Re: MPDMv4 - Universal AC MAINS Dimmer Board usage

thanks dude! :!:
I'll test it today.
My MPDMv4 arrived today by plane ;)
shipped 2/12/2016
by DeNB3rt
06 Dec 2016, 11:09
Forum: ESP Easy: Hardware
Topic: AC Dimmer for ESPeasy
Replies: 22
Views: 30008

Re: AC Dimmer for ESPeasy

okay thanks! my MPDMV4 arrived today :)
by DeNB3rt
30 Nov 2016, 22:23
Forum: ESP Easy: Projects / Applications
Topic: ESP PWM output possible to control a dimmer?
Replies: 6
Views: 12118

Re: ESP PWM output possible to control a dimmer?

Hello, surely the output can be used for that. I know there are some commercial devices using an ESP and some power FET's for that. But be aware that some other devices / tasks may interrupt the PWM for a short moment. I have this effect with using PWM for fan speed control and some rules aside. Th...