Search found 26 matches

by dlefol
15 Feb 2017, 13:40
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655788

Re: New ESP gadget

Same problem here. I have 4 Sonoff with esp easy running on them. They tend to be quite unreliable. webinterface not loading or really slow to load, plug not responding to http command sent from domoticz, ... I tried different versions of esp easy, but I think it s hardware related and not software ...
by dlefol
08 Feb 2017, 14:30
Forum: ESP Easy: Software
Topic: Unreliable config page and SendTo connectivity
Replies: 21
Views: 18934

Re: Unreliable config page and SendTo connectivity

I have 4 sonoff and I find them very unreliable. I tested various version of ESP Easy on them, but the Sonoff are always slow and seem to drop out of the network regularly despite being in a place with excellent wifi coverage. I reached a point where I consider them less reliable than the standard K...
by dlefol
07 Nov 2016, 14:49
Forum: ESP Easy: Hardware
Topic: Interest for esp8266 sensor hardware?
Replies: 33
Views: 25373

Re: Interest for esp8266 sensor hardware?

In terms of casing, I found that the idea used here :
http://www.nodeusb.com/

is quite nice as you can just add sensors via a simple connection and it s easy to plug in a charger to have power. The casing is not the prettiest but that can be improved on i guess
by dlefol
01 Nov 2016, 21:52
Forum: ESP Easy: Software
Topic: Rules, syntax in if ...
Replies: 3
Views: 8040

Re: Rules, syntax in if ...

Yes actually the rules I posted before is not good as sometimes the lights start flashing due to a timing conflict in the two rules and the command sent from my central controller. I now use the solution posted there : http://www.letscontrolit.com/forum/viewtopic.php?f=2&t=1867&p=8627&hi...
by dlefol
01 Nov 2016, 21:07
Forum: ESP Easy: General Discussion
Topic: Control of the relay when clicking the button (without network)
Replies: 11
Views: 12209

Re: Control of the relay when clicking the button (without network)

If I understand well what you're trying to do, you need to set up a rule as detailed in this post:
viewtopic.php?f=2&t=1867&p=8627&hilit=s ... ules#p8627
by dlefol
01 Nov 2016, 21:04
Forum: ESP Easy: Hardware
Topic: Interest for esp8266 sensor hardware?
Replies: 33
Views: 25373

Re: Interest for esp8266 sensor hardware?

Hello, I think it can be a good idea as, for me, the main drawbacks of homemade system based on ESP are the lack of casing and the necessity to have a power supply. The main issue will be pricing I think. Most of the people on this kind of forum are happy to DIY their own sensors or to buy cheap ITE...
by dlefol
25 Oct 2016, 22:12
Forum: ESP Easy: Software
Topic: Toggle Relay with Rules?
Replies: 16
Views: 35141

Re: Toggle Relay with Rules?

I've got the same problem and would also be interested to reduce this lag as it means that people tend to push the button several times in a row thinking the first time didn' t work and then lights starts flashing ... not ideal.
by dlefol
28 Sep 2016, 22:29
Forum: ESP Easy: Software
Topic: Rules, syntax in if ...
Replies: 3
Views: 8040

Re: Rules, syntax in if ...

Hi This is discussed in a couple of places in the forum with different solution proposed. In my case I use the following rule: on MainSwitch#Switch do if [MainSwitch#Switch]=0 gpio,12,0 else gpio,12,1 endif endon on Relay#Relay do if [Relay#Relay]=0 gpio,13,1 else gpio,13,0 endif endon With the foll...
by dlefol
21 Sep 2016, 23:12
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655788

Re: New ESP gadget

Ok, I've tested some more tonight and on a second Sonoff with R108 and R120 I have no problem. Seems stable (been reloading the log files page in loop for the last 15 minutes). I have also tried R108 on my first Sonoff but it is still not stable. It seems that the problem comes from my Sonoff device...
by dlefol
21 Sep 2016, 14:45
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655788

Re: New ESP gadget

Good to know that it's more stable with R109. Might try that one too.

thanks
by dlefol
21 Sep 2016, 07:38
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655788

Re: New ESP gadget

I have a 5 pins version with R120 from the website. Not using UDP or anything special. I've tried disabling the logs but doesn't seem to help much. I've tested some more and I am loosing commands too so it seems to be the sonoff loosing wifi connection, but I am in a spot where wifi coverage is very...
by dlefol
20 Sep 2016, 22:00
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 655788

Re: New ESP gadget

I'm having the same issue here. The sonoff does not display the webpage 9 times out of 10 (tried chrome and IE and both have the problem). It does not seem to be a network problem since when I press the physical button on the Sonoff, Domoticz is updated in real time with the on/off status change des...
by dlefol
05 Feb 2016, 11:00
Forum: ESP Easy: Hardware
Topic: pulse counter with CNY70
Replies: 25
Views: 32964

Re: pulse counter with CNY70

Hello, I would be interested to know what kind of accuracy you get with this setup. I have a pulse counter based on TCRT5000 a bit like detailed here (but using ESPEasy): https://www.mysensors.org/build/pulse_water . I am really struggling for the last month or so to get something accurate out of th...
by dlefol
27 Jan 2016, 20:39
Forum: ESP Easy: Projects / Applications
Topic: Gas and water meter pulse counter
Replies: 8
Views: 11686

Re: Gas and water meter pulse counter

I m not using a reed sensor at the moment I am using an infrared proximity sensor which I am planning to change for a reed sensor hoping to have a better accuracy. I haven't had the time to look at this for the moment but thanks for the info concerning your sensor.
by dlefol
22 Jan 2016, 15:04
Forum: ESP Easy: Projects / Applications
Topic: Gas and water meter pulse counter
Replies: 8
Views: 11686

Re: Gas and water meter pulse counter

Thanks for your replies. On my gas meter I change the debounce to 2000 and now I get around 3% error rate (not great but acceptable compared to the 30% error I had at 1000). On my water meter I have completely useless readings still unfortunatelly despite trying different debounce value. I am thinki...
by dlefol
04 Jan 2016, 21:51
Forum: ESP Easy: Projects / Applications
Topic: Gas and water meter pulse counter
Replies: 8
Views: 11686

Gas and water meter pulse counter

Hello, I have recently connected an ESP running ESPEasy to a couple of TCR5000 pulse counter. The problem I have is that the counting is not very reliable. Sometimes I get 2 pulses per turn sometimes 1 pulse only. I have several questions : 1. What is the expected behaviour ? 1 pulse at start of det...
by dlefol
25 Nov 2015, 09:58
Forum: ESP Easy: Projects / Applications
Topic: Water heating panel /Ds18b20 Temp
Replies: 12
Views: 13396

Re: Water heating panel /Ds18b20 Temp

Thanks to both of you for the links.
by dlefol
24 Nov 2015, 22:38
Forum: ESP Easy: Projects / Applications
Topic: Water heating panel /Ds18b20 Temp
Replies: 12
Views: 13396

Re: Water heating panel /Ds18b20 Temp

Really nice :) I'm working on something similar for my underfloor heating (and am planning to use the output of the sensors to start/stop my circulation pumps). I am planning to use a node MCU dev kit to avoid having to do my own PCB. Where did you find the plastic casing ? It looks good and I canno...
by dlefol
14 Nov 2015, 21:39
Forum: ESP Easy: Hardware
Topic: NAN when reading DS18b20
Replies: 13
Views: 16720

Re: NAN when reading DS18b20

... not the wires then. I don't know if you screen capture is old or not but if you took it tonight I am astonished that the date for last seen is at 3 pm this afternoon. If the screen capture was done tonight it should say it s seen more recently than that. Maybe check the adress and port you've pu...
by dlefol
14 Nov 2015, 21:33
Forum: ESP Easy: Software
Topic: Problem with Arduino IDE 1.6.6 ?
Replies: 12
Views: 10597

Re: Problem with Arduino IDE 1.6.6 ?

Hello, Actually I used the .zip file available on sourceforge not the one from github as I couldn' t find the libraries in the github repo either (I guess they are separate project with their own repo). The sourceforge link is given in the wiki page: http://www.esp8266.nu/index.php/Tutorial_Arduino_...
by dlefol
14 Nov 2015, 21:00
Forum: ESP Easy: Hardware
Topic: NAN when reading DS18b20
Replies: 13
Views: 16720

Re: NAN when reading DS18b20

I confirm what I was saying in my previous post. I had a bad connection on my breadboard. After re-wiring everything cleanly I have normal reading nows and the curve which was a flat 0 in domoticz is now at the expected temperature value :) Thanks again to all for your help. davidoliveirapt, I would...
by dlefol
14 Nov 2015, 20:40
Forum: ESP Easy: Hardware
Topic: NAN when reading DS18b20
Replies: 13
Views: 16720

Re: NAN when reading DS18b20

Thanks a lot for the detailed answer Paco, it helped me solve my NaN problem. Concerning the 0 degree in domoticz, do you have none zero reading in the device inteface when you connect to your ESP via ESPeasy interface ? Or is it also at 0 there. If yes then it s normal domoticz diplsays 0 I think. ...
by dlefol
13 Nov 2015, 23:15
Forum: ESP Easy: Hardware
Topic: NAN when reading DS18b20
Replies: 13
Views: 16720

Re: NAN when reading DS18b20

Hello,

I have the same problem, but I have only 1 ESP board for the moment so cannot try changing the board to see if it solves it like you did.
Have you found a way to read the value on the first board without having NaN ?

I have a 10k pull up resistor linked to 5V input and to GPIO 2
by dlefol
12 Nov 2015, 21:03
Forum: ESP Easy: Software
Topic: Problem with Arduino IDE 1.6.6 ?
Replies: 12
Views: 10597

Re: Problem with Arduino IDE 1.6.6 ?

ok I found the problem thanks to your indication. I didn' t realise that I had a copy of the arduino library in mydocuments on top of the one in my program file folder (I m under windows). I had the libraries in both places but one of them must have been not up to date or not copied properly as when...
by dlefol
12 Nov 2015, 15:26
Forum: ESP Easy: Software
Topic: Problem with Arduino IDE 1.6.6 ?
Replies: 12
Views: 10597

Re: Problem with Arduino IDE 1.6.6 ?

Hello, Thanks for the reply. I've installed version 1.6.5 to check if it helps. I have less errors now, but I still have the one concerning the PubSubClient MQTTclient("") call. I have copied the libraries as detailed in the wiki page and it seems that they are detected ok because the erro...
by dlefol
11 Nov 2015, 23:35
Forum: ESP Easy: Software
Topic: Problem with Arduino IDE 1.6.6 ?
Replies: 12
Views: 10597

Problem with Arduino IDE 1.6.6 ?

Hello all, I've just discovered this project and it sounds great. Thanks a lot to the developpers :) I wanted to give it a try tonight but have been unable to compile the code (tried R20 and R39). I have the Arduino IDE 1.6.6 instead of the advised 1.6.5. Could it come from there ? I get several err...