Search found 19 matches

by EddyG
10 Mar 2019, 10:39
Forum: ESP Easy: General Discussion
Topic: GPIO-2 (D4) and GPIO-5 (D1)
Replies: 1
Views: 1844

GPIO-2 (D4) and GPIO-5 (D1)

I only have plugin P016_IR, P035_IRTX and P126_Ping available. After compile GPIO-2 and GPIO-5 are grayed-out and not available for selection. How/where can I change that? According to https://www.letscontrolit.com/wiki/index.php?title=Configuration and https://www.letscontrolit.com/wiki/index.php?t...
by EddyG
10 Mar 2019, 10:27
Forum: ESP Easy: General Discussion
Topic: MQTT error
Replies: 3
Views: 2507

Re: MQTT error

Tnx Thomas for the info,
I have no idea which device sends more then 380 bytes, but will investigate.
Do you know where to change the buffer to a bigger size?

B.t.w. I removed the MQTT Controller and switch to http in a rule. No reboots so far. :D
by EddyG
09 Mar 2019, 14:29
Forum: ESP Easy: General Discussion
Topic: MQTT error
Replies: 3
Views: 2507

MQTT error

I compiled with only P026, P049 and P126. Via rules I publish CO2 value and Systemload to Domoticz. I have 2 problems. The ESP8266 (Wemos) reboots several times per day without any reason. I decoupled Vcc on several places met capacitors. My syslog server logs error logs with the content: "EspE...
by EddyG
09 Jan 2019, 14:22
Forum: ESP Easy: General Discussion
Topic: Compiler error with latest release.
Replies: 9
Views: 7240

Re: Compiler error with latest release.

Found it!
I include the ESPeasySerial.h at the end of my Custom.h
That did the trick.
by EddyG
09 Jan 2019, 14:06
Forum: ESP Easy: General Discussion
Topic: Compiler error with latest release.
Replies: 9
Views: 7240

Re: Compiler error with latest release.

Could you tell where you included the ESPeasySerial.h
Because I included it but got other errors instead.
by EddyG
08 Jan 2019, 21:17
Forum: ESP Easy: General Discussion
Topic: Compiler error with latest release.
Replies: 9
Views: 7240

Re: Compiler error with latest release.

Pitty, but I still hope that TD-er can solve this error too.
by EddyG
08 Jan 2019, 19:36
Forum: ESP Easy: General Discussion
Topic: Compiler error with latest release.
Replies: 9
Views: 7240

Re: Compiler error with latest release.

I saw on GitHub what the little change in "ESPEasy-Globals.h"was (static) and I applied that manually.
So the first error is gone, but I got other errors back. See above.
by EddyG
08 Jan 2019, 17:49
Forum: ESP Easy: General Discussion
Topic: Compiler error with latest release.
Replies: 9
Views: 7240

Re: Compiler error with latest release.

The "static" in ESPEasy-Globals.h solved the error, but now I get other errors in the Arduino IDE. _Plugin_Helper_serial:3:47: error: 'ESPeasySerialType' has not been declared static String serialHelper_getSerialTypeLabel(ESPeasySerialType::serialtype serType) { ^ _Plugin_Helper_serial:30:...
by EddyG
08 Jan 2019, 13:08
Forum: ESP Easy: General Discussion
Topic: Compiler error with latest release.
Replies: 9
Views: 7240

Compiler error with latest release.

I am using Arduine IDE 1.8.8 The clean install of version "ESPEasy_mega-20181220" compiles fine. (And all previous versions did) The clean install of version "ESPEasy_mega-20190108" gives errors. The offending code is in ESPEasy-Globals.h String getUnknownString(); and in "M...
by EddyG
24 Dec 2018, 20:28
Forum: RFlink: General Discussions
Topic: How to change direction of Somfy roller shutters
Replies: 3
Views: 9284

How to change direction of Somfy roller shutters

I have 6 Somfy roller shutters.
1 of them has the wrong direction.
I am using Domoticz.
How can I change the direction of that Somfy motor?
by EddyG
25 Oct 2018, 09:05
Forum: ESP Easy: General Discussion
Topic: Load of the ESP8266
Replies: 6
Views: 4788

Re: Load of the ESP8266

I just did everything from scratch. Deleted everything (libs) and unstalled Arduino IDE. Reinstalled the Arduino IDE and nothing else but for the ESP_EASY libs and source. I complied again and voila a load of 25%. B.t.w. the default "ESP_Easy_mega-20181023_normal_ESP8266_4096.bin" gave a l...
by EddyG
24 Oct 2018, 20:48
Forum: ESP Easy: General Discussion
Topic: Load of the ESP8266
Replies: 6
Views: 4788

Re: Load of the ESP8266

I just tried the "ESP_Easy_mega-20181023_normal_ESP8266_4096.bin" from the zip file. (Is OTA complied in that bin file???) I now have a load of 18,5 %, so it seems that my Arduino setup is the problem. Altough it was a fresh install of the Arduino with the included libraries. Have to inves...
by EddyG
24 Oct 2018, 20:23
Forum: ESP Easy: General Discussion
Topic: Load of the ESP8266
Replies: 6
Views: 4788

Re: Load of the ESP8266

Both esp8266 use: Libraries:⋄ ESP82xx Core 2_4_2, NONOS SDK 2.2.1(cfd48f3), LWIP: 2.0.3 I tried on the ESP with 100% also 2.4.1 and all other possiblities of the LwIP None of the combination works with less then 100% load. Devices Uptime, FreeRAM, Vcc, and WifiRSSI use interval of 300 sec. and Load ...
by EddyG
23 Oct 2018, 13:54
Forum: ESP Easy: General Discussion
Topic: Load of the ESP8266
Replies: 6
Views: 4788

Load of the ESP8266

I compile with Arduino IDE 1.8.7 After upgrading from 2018.09.30 to the latest 2018.10.23 I noticed than a normal LOAD of ca. 3-5% increased to 35-100% I have 1 Controler (Domoticz MQTT) and 5 system values and a BH1750 If I disable all of them the load is 35% and if I enable all of them the load is...
by EddyG
12 Oct 2018, 09:16
Forum: ESP Easy: Projects / Applications
Topic: Support for MAX4466
Replies: 6
Views: 7089

Re: Support for MAX4466

Tnx. This might also be a good start: https://blog.yavilevich.com/2016/08/arduino-sound-level-meter-and-spectrum-analyzer/ And I found this one: https://circuitdigest.com/microcontroller-projects/arduino-sound-level-measurement B.t.w. does not have a AC voltage have an amplitude and if you rectify t...
by EddyG
10 Oct 2018, 15:34
Forum: ESP Easy: Projects / Applications
Topic: Support for MAX4466
Replies: 6
Views: 7089

Re: Support for MAX4466

I thought that the ESP8266 has analog input.
by EddyG
10 Oct 2018, 09:43
Forum: ESP Easy: Projects / Applications
Topic: Support for MAX4466
Replies: 6
Views: 7089

Support for MAX4466

Is anyone already busy with support for the MAX4466, or is anyone willing to implement the code for it? I would like to have some sort of measument for environmental noise/sound. The MAX4466 is cheap and proberbly easy to implement. https://www.aliexpress.com/item/GY-MAX4466-electret-microphone-ampl...
by EddyG
05 Sep 2018, 16:11
Forum: ESP Easy: Hardware
Topic: ESP-14 with temperature, pressure, humidity and light sensor
Replies: 7
Views: 8905

Re: ESP-14 with temperature, pressure, humidity and light sensor

Hello, I have an ESP-14 with a temperature, pressure, humidity and light sensor on one PCB. http://www.ebay.de/itm/BMP280-Pressure-HDC1080-Temperature-And-Humidity-Sensor-ESP8266-WIFI-Module-/131952174057 I successfully flashed it and can activate/deactivate LEDs, but how can I configure the I2C to...