Search found 8778 matches

by TD-er
03 Dec 2017, 10:15
Forum: ESP Easy: General Discussion
Topic: overcoming sonoff missing countdown feature
Replies: 6
Views: 5143

Re: overcoming sonoff missing countdown feature

[...] Does esp easy works with android app which can show status or send commands? ESPeasy isn't designed for that. It has very limited resources, which makes also implementing security a bit of a hassle. And also it is harder to update all appliances with new firmware to update for security. These...
by TD-er
03 Dec 2017, 10:06
Forum: ESP Easy: General Discussion
Topic: Feature request. Actually a UI web page request
Replies: 9
Views: 6964

Re: Feature request. Actually a UI web page request

I think the entire web-interface would benefit from a good redesign. Would it be good enough if you had a single link to open that command page? Not to clutter the top bar too much, but just to allow quick access to certain sub pages. I always like the "basic"/"advanced" approach...
by TD-er
02 Dec 2017, 21:18
Forum: ESP Easy: General Discussion
Topic: Not saving configs
Replies: 1
Views: 2121

Re: Not saving configs

What version binary did you use? Or did you compile it yourself?
If I remember correctly, these Sonoff's have 1 MB flash.
Not being able to save the settings, may be the result of incorrect settings of flash size.
by TD-er
29 Nov 2017, 16:24
Forum: ESP Easy: General Discussion
Topic: MQTT Import and EasyFormula
Replies: 7
Views: 5627

Re: MQTT Import and EasyFormula

Don't worry, with that speed at the moment all bugs will be fixed until 2050.... or not.... :lol: Well bugs are fixed quite fast at the moment, only problem is "you" -users who find bugs- outnumber the bugfixers ;) And Christmas holidays are coming, which hopefully gives a bit more spare ...
by TD-er
29 Nov 2017, 08:50
Forum: ESP Easy: General Discussion
Topic: MQTT Import and EasyFormula
Replies: 7
Views: 5627

Re: MQTT Import and EasyFormula

Where should %value% come from? What is its input? Normally, you should include the devicename and parameter name, but what should you expect? I guess it should be something like the temperature reported via the MQTT sender, but where do you define what value to use? I would expect something like &q...
by TD-er
27 Nov 2017, 08:50
Forum: ESP Easy: Hardware
Topic: Sonoff - flash with ESPEasy - working with usb, but not mains
Replies: 6
Views: 8806

Re: Sonoff - flash with ESPEasy - working with usb, but not mains

vader wrote: 27 Nov 2017, 00:18 @TD-er: Your link ends in a 404 error!
Fixed the link.
by TD-er
26 Nov 2017, 23:46
Forum: ESP Easy: Software
Topic: git folder name (src) <-> local (ESPEasy)
Replies: 1
Views: 2230

Re: git folder name (src) <-> local (ESPEasy)

Get the source from Git via your favorite Git tool (I like Git Kraken myself) Create another directory with the correct directory tree and then create a symbolic link to the source directory. In Unix based OS'es creating a symbolic link is very easy. In Windows there are several options. Like this o...
by TD-er
26 Nov 2017, 23:42
Forum: ESP Easy: Hardware
Topic: Sonoff - flash with ESPEasy - working with usb, but not mains
Replies: 6
Views: 8806

Re: Sonoff - flash with ESPEasy - working with usb, but not mains

Like I posted also elsewhere here on this forum today:

In the Tasmota issues some reported something similar: https://github.com/arendst/Sonoff-Tasmo ... -342000029
There was suggested to add an extra 400V 1nF capacitor.

Does that photo match your Sonoff's?
by TD-er
26 Nov 2017, 16:42
Forum: ESP Easy: Hardware
Topic: Sonoff keeps connecting/disconnecting
Replies: 2
Views: 3523

Re: Sonoff keeps connecting/disconnecting

Try to power the Sonoff only by using the programmer. Just to see whether the power supply of the Sonoff might be causing an issue. In the Tasmota issues some reported something similar: https://github.com/arendst/Sonoff-Tasmota/issues/391#issuecomment-342000029 There was suggested to add an extra 4...
by TD-er
26 Nov 2017, 15:11
Forum: ESP Easy: Software
Topic: Sonoff S20 v.1.3 2017.03.11 EU
Replies: 5
Views: 4337

Re: Sonoff S20 v.1.3 2017.03.11 EU

And what voltage does the programmer give on the V+ pin?
If that's > 3.3V, then you may kill the ESP device.
by TD-er
25 Nov 2017, 23:55
Forum: ESP Easy: General Discussion
Topic: Increase number of devices
Replies: 18
Views: 17862

Re: Increase number of devices

How are you going to connect the 5 relais?
Finding 5 free GPIO's is already hard and then you also need one for the 1-wire.
by TD-er
24 Nov 2017, 22:15
Forum: ESP Easy: Hardware
Topic: OLED-with-SSD1306, larger than 1"?
Replies: 10
Views: 11104

Re: OLED-with-SSD1306, larger than 1"?

I never tried to write things from external source to the display. Please note that the OLED and OLED framed plugins are very different in how they work. Just looked at the sourcecode of both. The Framed plugin only seems to accept the "OLEDFRAMEDCMD,On" or "OLEDFRAMEDCMD,Off" Th...
by TD-er
23 Nov 2017, 22:37
Forum: ESP Easy: Software
Topic: DNS hostname
Replies: 8
Views: 13422

Re: DNS hostname

Or an option to select the format of the hostname ;)
by TD-er
23 Nov 2017, 22:35
Forum: ESP Easy: Software
Topic: Crash after 49 days
Replies: 1
Views: 2903

Re: Crash after 49 days

There is already an issue about this:
https://github.com/letscontrolit/ESPEasy/issues/594
And it was also mentioned in this topic, earlier today: viewtopic.php?f=4&t=3803&p=21008#p21008
by TD-er
23 Nov 2017, 21:50
Forum: Introduce yourself
Topic: Hi
Replies: 1
Views: 2825

Re: Hi

Welkom dan maar he ;)

Which software companies? Or if you don't want to share the names, what kind of business?
by TD-er
23 Nov 2017, 21:44
Forum: RFlink: General Discussions
Topic: Controlling RFLink (Somfy, 433Mhz) with IP control
Replies: 2
Views: 4265

Re: Controlling RFLink (Somfy, 433Mhz) with IP control

Not everyone is F5'ing this forum all day, only some ;)
by TD-er
23 Nov 2017, 21:42
Forum: ESP Easy: Hardware
Topic: OLED-with-SSD1306, larger than 1"?
Replies: 10
Views: 11104

Re: OLED-with-SSD1306, larger than 1"?

The 1.3" OLED probably has a SH1106 chip and not the SSD1306. I've built in support for that chip, but that is only merged into the "mega" branch: https://github.com/letscontrolit/ESPEasy/pull/509 So it will not be in the 2.0 release, but you can use it if you build the Mega branch. I...
by TD-er
23 Nov 2017, 21:38
Forum: ESP Easy: Software
Topic: DNS hostname
Replies: 8
Views: 13422

Re: DNS hostname

But still it makes more sense to have "Bedroom_light" and "Bedroom_CO2" etc. instead of "Bedroom_4" and "Bedroom_3", since #2 was already used in the hall. and #1 in the livingroom. As I understood, the unit number must be unique. And I wonder what the maximum...
by TD-er
23 Nov 2017, 20:31
Forum: ESP Easy: Software
Topic: DNS hostname
Replies: 8
Views: 13422

Re: DNS hostname

Are you sure you cannot change the unit name (and thus the hostname) to something you choose? I have several devices running here at the latest version of the code (somewhat) At least newer than the dev-12 build, and they do not have the numeric padded after the unitname. Edit: After posting, I thou...
by TD-er
23 Nov 2017, 19:29
Forum: ESP Easy: General Discussion
Topic: Found a bug
Replies: 2
Views: 2852

Re: Found a bug

I've noticed the same.
Do you have similar issues as I described here: https://github.com/letscontrolit/ESPEasy/issues/594 ?
by TD-er
23 Nov 2017, 09:37
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 840563

Re: New ESP gadget

LisaM wrote: 23 Nov 2017, 01:16 [...]
Zwave is using 868MHz, Wifi 2.4GHz. So in theorie wifi should operate better in a wall then zwave due to the shorter wavelength. Zwave is working just fine at my home, so wifi should do better.
Shorter wavelength depends more on a "line of sight".
by TD-er
22 Nov 2017, 21:47
Forum: RFLink: Nederlands support forum
Topic: Somfy motoren aansturen via IP Control
Replies: 5
Views: 14924

Re: Somfy motoren aansturen via IP Control

Ik heb zelf geen ervaring met de Somfy motoren.
Maar wellicht zijn er inderdaad meer Engelstalige lezers dan Nederlandstaligen hier :)
by TD-er
22 Nov 2017, 09:17
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 840563

Re: New ESP gadget

As an idea, if you need to have the relay on a different purpose than switching mains, one can cut the traces to mains. On a Sonoff you can't, since the power supply for the ESP part is drawn from mains. On the little device in this topic: you don't need to, since the relay will only be used for sw...
by TD-er
20 Nov 2017, 19:32
Forum: ESP Easy: Software
Topic: %sysday% not working?
Replies: 17
Views: 14326

Re: %sysday% not working?

In my experience it is best to disable the virusscanner during install of PlatformIO
by TD-er
20 Nov 2017, 19:30
Forum: ESP Easy: Software
Topic: text to lcd2004 (espeasy)
Replies: 9
Views: 8299

Re: text to lcd2004 (espeasy)

Remove "control" between / and ?
Like this http://192.168.0.144/?cmd=lcd,3,1,test
by TD-er
19 Nov 2017, 22:34
Forum: ESP Easy: Software
Topic: Don't use GPIO 9 or 10
Replies: 38
Views: 83433

Re: Don't use GPIO 9 or 10

[...] But if you want to integrate more parts on a 50x70 PCB you will have to get used to soldering SMD parts anyways. Don't worry, it needs no witchcraft. For another project, which is going to be based on the ESP8266 and has to be low power and portable, there certainly will be some need for SMD ...
by TD-er
19 Nov 2017, 11:14
Forum: ESP Easy: General Discussion
Topic: how remove esp from old modem and add to new modem? please help
Replies: 2
Views: 3345

Re: how remove esp from old modem and add to new modem? please help

When the old modem (WiFi access point) cannot be found, it will switch into 'access point mode' which will be called "ESP_easy_0" or something like that. Then you connect to it via your phone with default password: configesp Then you should be able to connect the module to another access p...
by TD-er
19 Nov 2017, 10:23
Forum: ESP Easy: Software
Topic: Don't use GPIO 9 or 10
Replies: 38
Views: 83433

Re: Don't use GPIO 9 or 10

Hm..... I'd suggest some changes if i understand the schematics right :) - Two SSD1306 Displays - as far as i know it does not work as the display plugins for LCD and OLED can't handle two displays even with different addresses. I don't think there's a fix for that, it will need a massive rework of...
by TD-er
18 Nov 2017, 22:15
Forum: ESP Easy: Software
Topic: Don't use GPIO 9 or 10
Replies: 38
Views: 83433

Re: Don't use GPIO 9 or 10

The Fritzing file is also included in the link I gave, however, I used Fritzing only to generate the PCB. It generates a schematic rev 2 rev 3 , but it isn't nice. I was planning to use these capacitive touch switches . They are bases on the TTP223 and you can select toggle/switch mode and invert by...
by TD-er
18 Nov 2017, 17:51
Forum: ESP Easy: Software
Topic: Don't use GPIO 9 or 10
Replies: 38
Views: 83433

Re: Don't use GPIO 9 or 10

The design of the board is here: https://github.com/TD-er/NodeMCU_PCB (see rev 2 directory, rev3 is not usable) About the "why" using a NodeMCU. Well, I wanted to have some simple test-board for testing sensors which fit inside the cheapest available plastic case with air vents and somethi...
by TD-er
18 Nov 2017, 15:33
Forum: ESP Easy: Software
Topic: Don't use GPIO 9 or 10
Replies: 38
Views: 83433

Re: Don't use GPIO 9 or 10

[...] Anyways, using these GPIO's is possible. The only thing you definitely have to avoid: Do not connect sensors that might pull up or down the signal from your USB-TTL converter. I suggest to use jumpers, a quick drawn schematic: . Using_GPIO1_GPIO3.jpg . This way you can switch GPIO's 0,1 and 3...
by TD-er
17 Nov 2017, 15:11
Forum: ESP Easy: Hardware
Topic: Support for PZEM 004T Energy monitor
Replies: 309
Views: 14330187

Re: Support for PZEM 004T Energy monitor

Germil wrote: 15 Nov 2017, 21:38 Hello, im New in forum and If that can help, Ill be glad.
https://github.com/apreb/eNode
Hmm, that looks like a nice project to read about :)
by TD-er
15 Nov 2017, 14:12
Forum: ESP Easy: Software
Topic: Generic HTTP Advanced controller cause reboots
Replies: 7
Views: 5858

Re: Generic HTTP Advanced controller cause reboots

In the last few days I have seen another report about this. However, I don't know whether that was on the GitHub-issues or here, but maybe someone else knows and both threads can point to each-other, and/or knowledge can be shared?
by TD-er
13 Nov 2017, 16:59
Forum: ESP Easy: Hardware
Topic: Current Sensor SCT013 overload
Replies: 26
Views: 20463

Re: Current Sensor SCT013 overload

Domosapiens wrote: 12 Nov 2017, 16:26 @TD-er
[....]
Btw:
Seen your nick-name: are you (former) RNLN?
Nope, had nothing to do with RNLN.
I'm active with the same nick on Tweakers.net
by TD-er
12 Nov 2017, 15:34
Forum: ESP Easy: Hardware
Topic: Using a relay (the neverending story)
Replies: 28
Views: 21617

Re: Using a relay (the neverending story)

I assume you are using some transistor to operate the relais? The output of the ESP is not powerful enough to directly operate the relais. And do you have a diode over the relais? (to protect the rest of the electronics when working with coils) Can you measure the Voltage on the relais coil, with a ...
by TD-er
12 Nov 2017, 00:45
Forum: ESP Easy: Hardware
Topic: Current Sensor SCT013 overload
Replies: 26
Views: 20463

Re: Current Sensor SCT013 overload

@Domosapiens. Just make sure you don't "reken jezelf rijk" ;) (Dutch for over-estimating things) The power consumption of a pump is quite hard to measure, since its cos-phi is almost never equal to 1. In other words, when measuring with a clamp, you have to take the Voltage into account or...
by TD-er
10 Nov 2017, 10:56
Forum: ESP Easy: Software
Topic: MH-Z19 offset and scale differences!?
Replies: 39
Views: 50289

Re: MH-Z19 offset and scale differences!?

chunter1 wrote: 10 Nov 2017, 08:30 [...]
3.3V would not be possible anyway since the MH-Z19 needs at least 3.6V and the MH-Z19B 4.5V.
They do work at 3.3V, but as I said, no idea about the impact on accuracy.
by TD-er
09 Nov 2017, 20:30
Forum: ESP Easy: Hardware
Topic: Current Sensor SCT013 overload
Replies: 26
Views: 20463

Re: Current Sensor SCT013 overload

These sensors give AC voltage so direct connection to the ESP is not a good idea. Worse, it is ac voltage - so direct rectifying with a diode won't work properly. Even schottky diodes have a voltage loss. You can make it work with a rectifying amplifier (Operational amplifier with diodes) See wikip...
by TD-er
09 Nov 2017, 16:19
Forum: ESP Easy: Hardware
Topic: Current Sensor SCT013 overload
Replies: 26
Views: 20463

Re: Current Sensor SCT013 overload

Do these sensors output a DC voltage? Or is it AC? (looks AC to me) If AC, then it will be quite hard to measure directly from a ESP chip. I guess you would need some external circuit to sample the AC voltage, determine Vrms and let the ESP then read that value from there. Also a 0..1V signal in AC ...
by TD-er
09 Nov 2017, 14:01
Forum: Experimental
Topic: How can I set a delay of 0 in OLED framed (P36)?
Replies: 5
Views: 15204

Re: How can I set a delay of 0 in OLED framed (P36)?

Well it is probably a bit too time consuming (for the CPU) to run a continuous scroll of values. In the OLED1306-library the image has to be rendered before being pushed to the display. So I think (not tried it) there will always be a delay noticeable between updates. Also the rest of the system wil...
by TD-er
09 Nov 2017, 13:53
Forum: ESP Easy: Hardware
Topic: Current Sensor SCT013 overload
Replies: 26
Views: 20463

Re: Current Sensor SCT013 overload

This SCT013 sensor looks like a clamp sensor. So there will be no big currents through the sensor itself. It is working on induction. According to this link , the current through the sensor itself is 0.05A when the current through the measured line = 100A. However, it looks like a AC sensor, so make...
by TD-er
09 Nov 2017, 13:46
Forum: ESP Easy: Software
Topic: MH-Z19 offset and scale differences!?
Replies: 39
Views: 50289

Re: MH-Z19 offset and scale differences!?

What voltage are you using for the sensors? 3.3V or 5V?
I know the MH-Z19 takes more time to performs the measurement when using a lower voltage.
Perhaps this voltage-/timedifference also affects the accuracy?
by TD-er
06 Nov 2017, 13:50
Forum: ESP Easy: Software
Topic: KRACK vulnerability
Replies: 16
Views: 12507

Re: KRACK vulnerability

If communication is tunneled (e.g. via VPN), it may well be the MTU of 1500 is somewhere exceeded.
So lowering it to 1400-something may fix it, but it is an indication of the source of the problems.
by TD-er
05 Nov 2017, 20:27
Forum: ESP Easy: Software
Topic: MH-Z19 offset and scale differences!?
Replies: 39
Views: 50289

Re: MH-Z19 offset and scale differences!?

It is remarkably cheap to create some specified CO2 conditions using chemicals. (given you do it for batches of sensors at once) But the problem being faced here is that the MH-Z19 sensor's baseline calibration will be affected by several parameters like temperature and humidity. Also the automatic ...
by TD-er
05 Nov 2017, 15:36
Forum: ESP Easy: Software
Topic: MH-Z19 offset and scale differences!?
Replies: 39
Views: 50289

Re: MH-Z19 offset and scale differences!?

You should set the 400 base calibration in the same environment, as you normally use. Currently outside is humidity and temperature different from inside use. This will have impact on both sensors and both differently. You can let both sensors perform an automatic base calibration, but then please u...
by TD-er
05 Nov 2017, 11:40
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 268587

Re: ESP Easy development status

I do not understand all that doing. Before fixing all the known issues, the devs start working on implementing new CPUs like ESP32 and whatever we normal user don't need (yet)! We want a firmware that works without all that bugs! That doing remembers me at Micro$oft, that makes all of us to beta te...
by TD-er
04 Nov 2017, 19:53
Forum: ESP Easy: Software
Topic: MH-Z19 offset and scale differences!?
Replies: 39
Views: 50289

Re: MH-Z19 offset and scale differences!?

If the new sensor has not been running for 24h yet, I would suggest to disable ABC. Then you are using the factory calibration. And running outside is not the best way to reset the baseline. Internally the sensor stores its calibration value along with the temperature. Perhaps to compensate for some...
by TD-er
04 Nov 2017, 11:14
Forum: ESP Easy: Hardware
Topic: Sonoff GPIO 14 keeps on switching, longer cable in wall to switch
Replies: 3
Views: 3700

Re: Sonoff GPIO 14 keeps on switching, longer cable in wall to switch

First try the suggestions already mentioned by Shardan.
And then try to twist the wires to the sensor.
Just like the cables in an UTP network cable.
The twists prevent the cable from acting like an antenna and picking up all kinds of interference.
by TD-er
04 Nov 2017, 11:12
Forum: ESP Easy: Hardware
Topic: In the past ~5 months I have changed the AM2302 twice
Replies: 6
Views: 5679

Re: In the past ~5 months I have changed the AM2302 twice

Did you also try to disconnect the sensor for a while and then try again? (and/or reboot the ESPeasy)
by TD-er
04 Nov 2017, 11:10
Forum: ESP Easy: Software
Topic: ESP Easy 2.0.0 dev12 often stuck (no web)
Replies: 3
Views: 3209

Re: ESP Easy 2.0.0 dev12 often stuck (no web)

You can also try to log the system value rssi and see if it shows some fluctuation in reception. What Grovkillen is suggesting is also very good for diagnostics. If the module is not reacting to ping, it is an indication the connection is lost. But also it may be the sensor has crashed. Does the sen...