Search found 13 matches

by Adrian08642
04 Oct 2021, 16:35
Forum: ESP Easy: General Discussion
Topic: Connect Input with output
Replies: 2
Views: 3903

Re: Connect Input with output

Thank you very much you helped me a lot.
by Adrian08642
04 Oct 2021, 00:15
Forum: ESP Easy: General Discussion
Topic: Connect Input with output
Replies: 2
Views: 3903

Connect Input with output

Hello, I have no idea about ESPEasy and I think I have a very simple problem. I have set up my WEMOS and only want to connect a GPIO input to a GPIO output. So if pin 13 (D7 / input) is switched, pin 14 (D5 / output) should also be switched. I flashed everything and with the command "http://192...
by Adrian08642
09 Oct 2020, 12:41
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

First of all thanks for all your help and time :) To be concrete with my problem: I'm sending with an Arduino a number (803) to the ESPeasy. In the end, I need the number on my FHEM Server. At the moment I don't know where I receive the message on the ESPeasy. How can I send on the number to the FHE...
by Adrian08642
08 Oct 2020, 11:59
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

Ok I don't know what I did differently this time, but now the command is working.

How I can receive data?
by Adrian08642
06 Oct 2020, 08:10
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

If I type in the command it says:

Unknown or restricted command!

sending the character "5<CR><LF>" would be fine for the first step.
by Adrian08642
04 Oct 2020, 14:34
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

ok I think that is the answer for the question "How I build my own BIN file". Thanks for that.

But I can't get the plugin to run. The Command "http://<espeasyip>/control?cmd=serialproxy_write,5" is doing nothing.
Can you help me with that problem?
by Adrian08642
03 Oct 2020, 16:53
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

How I define a new set of plugins. How I get the BIN file by my self?

Your BIN file is working fine, but how do I get the plugin to work? Is there any documentation here?

Thanks for all your help
by Adrian08642
28 Sep 2020, 15:26
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

How do I see in the BIN file whether the plugin is included (where is the plugin list)?
I have ESP_Easy_mega_20200812_normal_ESP8266_4M1M flashed this version.
by Adrian08642
28 Sep 2020, 15:06
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

Ok there is the _P087_SerialProxy.ino how can I load it?
by Adrian08642
28 Sep 2020, 15:01
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

Where can I find the nightly builds? Or if I have the .ino how can I install / load it?
by Adrian08642
28 Sep 2020, 14:38
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

Ok, the plugin P087 sounds promising. How do I install this on my Wemos D1. Neither ser2net nor P087 is listed under Task Settings -> Device. Overall, there are very few plugins.

Thanks for your help :)
by Adrian08642
28 Sep 2020, 14:11
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Re: Wemos D1 I2C Befehl senden

I found that https://github.com/letscontrolit/ESPEasy/issues/2344, is it possible to finish the request?

Alternative: How can use the UART, I didn't found that plugin (Ser2Net)?
by Adrian08642
15 Sep 2020, 18:18
Forum: ESP Easy: Software
Topic: Wemos D1 I2C Befehl senden
Replies: 38
Views: 28832

Wemos D1 I2C Befehl senden

Hallo, Ich bin noch neu hier, bitte seid gnädig :) Also die Idee ist über FHEM einen Wemos D1 (auf dem ESPEasy läuft) anzusteuern und dieser sendet über I2C zu einem Arduino Nano z.B. eine Integer Zahl. Am besten wäre es wenn der Wemos auch intervallweise eine Statusabfrage startet. Hat da jemand vo...