Search found 13 matches

by wernieman
30 Oct 2018, 11:37
Forum: ESP Easy: Software
Topic: Reboot inside rules?
Replies: 74
Views: 51173

Re: Reboot inside rules?

Is there a doku for the feature cron?

Sorry but I don't found it ...
by wernieman
25 Oct 2018, 09:23
Forum: ESP Easy: Software
Topic: (solved) Store Variable for Hardware
Replies: 4
Views: 3077

Re: (solved) Store Variable for Hardware

I make a patch from my last Version and put it to github ....
by wernieman
24 Oct 2018, 18:07
Forum: ESP Easy: Software
Topic: (solved) Store Variable for Hardware
Replies: 4
Views: 3077

Re: Store Variable for Hardware

Yes ...I try it, because: - I want to solve it (for me) - and I want to learn, how espeasy work (intent). Today I solve my Problem .... I have: - 2 Check box on the WebBox - Save it in a Variable for the Init-Routine At the Moment I have the Problems: - how to rerun the INIT-Routine, when you change...
by wernieman
23 Oct 2018, 18:13
Forum: ESP Easy: Software
Topic: (solved) Store Variable for Hardware
Replies: 4
Views: 3077

Re: Store Variable for Hardware

Hey,

I think about my question and it would better to ask:

How is the best way in ESPEasy, to safe a Variable for a Device...

Greeting,
Werner
by wernieman
23 Oct 2018, 13:49
Forum: ESP Easy: Software
Topic: (solved) Store Variable for Hardware
Replies: 4
Views: 3077

(solved) Store Variable for Hardware

Hey, Sorry this is my first work on the Code and I have a "little" Question I work for the "Init" Problem for the PCA9685 https://github.com/letscontrolit/ESPEasy/issues/651 https://www.letscontrolit.com/forum/viewtopic.php?f=5&t=851&p=4466&hilit=PCA9685#p4454 1) I mu...
by wernieman
10 Oct 2018, 10:24
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15393

Re: (solve) Problem with Compiling in Arduino

Mercy .. with google I found it (and I forget it to post it here)

thanks for your work
by wernieman
08 Oct 2018, 21:11
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15393

Re: (solve) Problem with Compiling in Arduino

sorry but I need a little bit more help .. did somebody know, where I find after compiling the Version, for use to OTA?
by wernieman
08 Oct 2018, 09:24
Forum: ESP Easy: Projects / Applications
Topic: espeasy to active pump when open tap
Replies: 14
Views: 9439

Re: espeasy to active pump when open tap

Or you can use a switch on den door to the bathroom. Normaly, when somebody go in the bathroom, he/she would use Water.

I don't know your tap, but you could use a switch to. When you "turn on" the hot water ....

Only a little "brainstorming"
by wernieman
08 Oct 2018, 08:49
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15393

Re: Problem with Compiling in Arduino

I use a "non-chance-version". only in ESPEasy-Globals.h I unmark the "//#define PLUGIN_BUILD_TESTING" At the Moment I have no own Code in the Source. The ESPEasy-Globals.h must be included in the Standard? Or are some steps in the instruction missing? I try with a new version ......
by wernieman
07 Oct 2018, 18:23
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15393

Re: Problem with Compiling in Arduino

I try it with atom/platformio .... and get the same problem .. Compiling .pioenvs/normal_ESP8266_4096/FrameworkArduino/Esp.cpp.o Compiling .pioenvs/normal_ESP8266_4096/FrameworkArduino/FS.cpp.o Compiling .pioenvs/normal_ESP8266_4096/FrameworkArduino/FunctionalInterrupt.cpp.o /home/werner/esp/Firmwar...
by wernieman
07 Oct 2018, 17:38
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15393

Re: Problem with Compiling in Arduino

I rename the Original ardoino-libary-Folder and copy the espeasy-libare-Folder to the place. I get the same Error: WARNING: Category 'LED' in library CHT16K33 LED Matrix Library is not valid. Setting to 'Uncategorized' WARNING: Category 'Input' in library MechInputs is not valid. Setting to 'Uncateg...
by wernieman
07 Oct 2018, 17:19
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15393

Re: Problem with Compiling in Arduino

I copy the libarys from Source to arduino ... it is explain in the instruction.

and I use a clean Version on a clan Computer
by wernieman
07 Oct 2018, 16:55
Forum: ESP Easy: Software
Topic: (solve) Problem with Compiling in Arduino
Replies: 13
Views: 15393

(solve) Problem with Compiling in Arduino

Hello, since 3 days I try to compile espeasy in the Version 20181006 with arduino. I use this instruction: https://www.letscontrolit.com/wiki/index.php/Tutorial_Arduino_Firmware_Upload but I work on a Unix (Ubuntu 18.04) Mashine. I try with a new (clean) arduino. But i get this output, when I try to...