Search found 8 matches

by Konfusius
17 Jan 2021, 18:30
Forum: ESP Easy: General Discussion
Topic: Add Lights Plugin in EspEasy Compiling Help needed
Replies: 19
Views: 8979

Re: Add Lights Plugin in EspEasy Compiling Help needed

So far the device has been working properly. I have now connected a BME-280 sensor. That works well too.
Maybe the Lights plug-in can still be adapted for the newer version of ESPEasy?

Thank You for helping here!
by Konfusius
15 Jan 2021, 14:24
Forum: ESP Easy: General Discussion
Topic: Add Lights Plugin in EspEasy Compiling Help needed
Replies: 19
Views: 8979

Re: Add Lights Plugin in EspEasy Compiling Help needed

Iv loaded the ESPEasy Version "Stable 2.0" from 2018. (https://github.com/letscontrolit/ESPEasy/tree/v2.0) This should be can compiled with the Arduino IDE. Installed Arduino 6.1.12 and ESP8266 Board Version 2.3.0. All runs fine while compiling. Only one line makes a Problem and i dont und...
by Konfusius
10 Jan 2021, 16:27
Forum: ESP Easy: General Discussion
Topic: Add Lights Plugin in EspEasy Compiling Help needed
Replies: 19
Views: 8979

Re: Add Lights Plugin in EspEasy Compiling Help needed

Ok no hurry here. i have time. Its only for learning.

If i comment out these Lines, the Compiling is successfull...

Yes the Plugin is old. I wondering, that there is no other Solution for NodeMCU to control an RGBW Stripe, except Neopixels with FHEM.
May be I not knowing this...

Thank You!
by Konfusius
10 Jan 2021, 15:22
Forum: ESP Easy: General Discussion
Topic: Add Lights Plugin in EspEasy Compiling Help needed
Replies: 19
Views: 8979

Re: Add Lights Plugin in EspEasy Compiling Help needed

Ok i set the lines as comment. Now its hanging here: Line 455 Plugin_123_SendStatus(event->Source); if (Plugin_123_debug) Plugin_123_dumpValues();< Error: ....../ESPEasy-mega-20201227/src/_P123_LIGHTS.ino:455:44: error: cannot convert 'EventValueSource::Enum' to 'byte {aka unsigned char}' for argume...
by Konfusius
10 Jan 2021, 14:40
Forum: ESP Easy: General Discussion
Topic: Add Lights Plugin in EspEasy Compiling Help needed
Replies: 19
Views: 8979

Re: Add Lights Plugin in EspEasy Compiling Help needed

Thanks for helping! I figured out, that i need to set "#include_Plugin_Helper.h" in beginnig of the Lights.ino sketch. All other Plugins have it so. Now i changed the Syntax Differences as you advised me. After that, i need to have the "Ticker" Library, because there is a line &q...
by Konfusius
09 Jan 2021, 19:50
Forum: ESP Easy: General Discussion
Topic: Add Lights Plugin in EspEasy Compiling Help needed
Replies: 19
Views: 8979

Re: Add Lights Plugin in EspEasy Compiling Help needed

ok, then the Plugin ist incompatible. iv got 104 Errors: examples : identifier "Settings" is undefined pointer to incomplete class type is not allowed identifier "WebServer" is undefined identifier "PLUGIN_TEN_PER_SECOND" is undefined I cant copy all Errors out of the E...
by Konfusius
09 Jan 2021, 17:23
Forum: ESP Easy: General Discussion
Topic: Add Lights Plugin in EspEasy Compiling Help needed
Replies: 19
Views: 8979

Re: Add Lights Plugin in EspEasy Compiling Help needed

Many Thanks! Compiling works fine now with Visual Studio Code. Now i find out how to put in the Lights Plugin. EDIT: This works not how i thought. VSC tolds me to convert the .ino File manually to cpp. Thats to much for my skills... I will control a normal rgb Stripe. Neopixels are Stripes with inte...
by Konfusius
09 Jan 2021, 14:19
Forum: ESP Easy: General Discussion
Topic: Add Lights Plugin in EspEasy Compiling Help needed
Replies: 19
Views: 8979

Add Lights Plugin in EspEasy Compiling Help needed

Hallo Professionals, i want to control a rgb stripe with ESPEasy , Thats why i want to add the "Lights" Plugin in my Firmware. https://github.com/ddtlabs/ESPEasy-Plugin-Lights I read the Instructions here: https://www.letscontrolit.com/wiki/index.php/Tutorial_Arduino_Firmware_Upload but wh...