Search found 8768 matches

by TD-er
25 Nov 2017, 23:55
Forum: ESP Easy: General Discussion
Topic: Increase number of devices
Replies: 18
Views: 16846

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: 10995

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: 11794

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: 2889

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: 2807

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: 4254

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: 10995

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: 11794

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: 11794

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: 2836

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: 761703

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: 14799

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: 761703

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: 14172

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: 8257

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: 82426

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: 3310

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: 82426

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: 82426

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: 82426

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: 82426

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: 10682168

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: 5848

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: 20268

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: 21452

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: 20268

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: 50009

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: 20268

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: 20268

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: 15061

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: 20268

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: 50009

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: 12477

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: 50009

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: 50009

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: 252766

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: 50009

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: 3684

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: 5625

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: 3188

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...
by TD-er
04 Nov 2017, 11:04
Forum: ESP Easy: Software
Topic: MH-Z19 offset and scale differences!?
Replies: 39
Views: 50009

Re: MH-Z19 offset and scale differences!?

Most likely, the sensor with the lowest value has had Auto Baseline Calibration (ABC) enabled, which is the default. If you're running dev-12, I would suggest to disable ABC as soon as possible (within 24h of operation after first usage) Then you keep the factory calibration active. In short, ABC do...
by TD-er
03 Nov 2017, 15:02
Forum: ESP Easy: Software
Topic: Display - OLED SSD1306
Replies: 12
Views: 9530

Re: Display - OLED SSD1306

In your screenshot, you have the framed version named "BME280" so when you try to address that, it might be [bme280#bla] refers to a non existing variable of the oled framed plugin and not the BME-sensor itself.
by TD-er
02 Nov 2017, 22:12
Forum: ESP Easy: Software
Topic: Display - OLED SSD1306
Replies: 12
Views: 9530

Re: Display - OLED SSD1306

Judging from the photo, that's not with my changes in the 'framed' plugin. One of the things I changed is the WiFi reception-strength bars. And also there should be a selector for the display type selection (SSD1306/SH1106). This is the 'old' code for the 'framed' plugin :) I thought is was merged, ...
by TD-er
01 Nov 2017, 00:05
Forum: ESP Easy: Software
Topic: Display - OLED SSD1306
Replies: 12
Views: 9530

Re: Display - OLED SSD1306

Did you also have the BME280 plugin active, but not the chip connected? If so, try to reproduce. The BME280 is also updated by me, so perhaps I made it too aggressively try to find the device without proper timeout. And then the webserver task is no longer responsive. As you can see, the BME280 does...
by TD-er
31 Oct 2017, 23:53
Forum: ESP Easy: Hardware
Topic: 0.96 oled SPI configuration
Replies: 11
Views: 13022

Re: 0.96 oled SPI configuration

Are you really sure you have the SPI version?
You describe pins for I2C (SDA/SCL)

SPI is using a clk, MISO & MOSI pins and a chip-select line.
I thought the SPI versions had 7 pins: https://www.banggood.com/7Pin-0_96-Inch ... ?rmmds=buy
by TD-er
30 Oct 2017, 16:41
Forum: ESP Easy: Software
Topic: Display - OLED SSD1306
Replies: 12
Views: 9530

Re: Display - OLED SSD1306

Does this also happen with the Framed version of the plugin? That one is recently updated.
N.B. The Framed version has 12 lines.
by TD-er
30 Oct 2017, 16:38
Forum: ESP Easy: Software
Topic: 2.4.0rc2 OLED_SSD1306 compile error
Replies: 4
Views: 5882

Re: 2.4.0rc2 OLED_SSD1306 compile error

Does this also happen when you do a clean build?

N.B. I recently (few weeks ago) upgraded the oled library, which has been merged into the mega branch.
Make sure you only have the files present which are in the Github branch and no more. Some files have been renamed between versions of this library.
by TD-er
12 Oct 2017, 16:58
Forum: ESP Easy: Hardware
Topic: ESP8266 with DHT22: sometimes no values received
Replies: 16
Views: 19290

Re: ESP8266 with DHT22: sometimes no values received

You could also try to twist the cable.
Just like the cabling in CAT5 ethernet cables.
by TD-er
09 Oct 2017, 11:54
Forum: ESP Easy: Software
Topic: add new SSD1306 OLED Display Size
Replies: 28
Views: 26192

Re: add new SSD1306 OLED Display Size

The "problem" with these small displays is they are using only every other line. For example only the odd or even line numbers (did not check yet which are being used) So it may help if you change the used font. I was already looking into that myself, so likely they will be added for 2.1, ...
by TD-er
06 Oct 2017, 13:42
Forum: ESP Easy: Hardware
Topic: Htu21d your experience with accuracy
Replies: 3
Views: 4512

Re: Htu21d your experience with accuracy

Also, how often do you sample the device?
I noticed other sensors like the Bosch BME280 and BMP280 will heat up up-to 2 degrees by only sampling continuously.
I created a pull request to combine these two, but also put them to sleep for almost a minute, which helps a lot in measurement offset.