Search found 11 matches

by Masterg4941
16 Nov 2019, 00:00
Forum: ESP Easy: Projects / Applications
Topic: Nextion - Value from a P2P Unit
Replies: 11
Views: 15657

Re: Nextion - Value from a P2P Unit

It would be great if you clicked its [Edit] button and grabbed a screenshot of the plugin's settings. Seems to me there should be a checkbox to Enable it and the snapshot will finally convince me that I'm wrong. Oh lord. Shame on me. The received task wasn´t enabled in the options *facepalm* After ...
by Masterg4941
15 Nov 2019, 22:59
Forum: ESP Easy: Projects / Applications
Topic: Nextion - Value from a P2P Unit
Replies: 11
Views: 15657

Re: Nextion - Value from a P2P Unit

I suppose it could be related to the Nextion plugin. To check for that, create a dummy variable using the dummy plugin. Then use a rule to copy the P2P received temperature data to the dummy variable. Does the copied value appear in the dummy value? Ok I´ve tried it but I don´t really know if this ...
by Masterg4941
15 Nov 2019, 22:24
Forum: ESP Easy: Projects / Applications
Topic: Nextion - Value from a P2P Unit
Replies: 11
Views: 15657

Re: Nextion - Value from a P2P Unit

The task is disabled because this information is coming from the Unit1 via P2P. This doesn't sound correct to me. It's been awhile since I've used P2P, but unless the feature has changed the task should be enabled. Furthermore, the receiving unit's task is not configured by the user. Instead, the t...
by Masterg4941
15 Nov 2019, 17:51
Forum: ESP Easy: Projects / Applications
Topic: Nextion - Value from a P2P Unit
Replies: 11
Views: 15657

Re: Nextion - Value from a P2P Unit

TD-er wrote: 15 Nov 2019, 15:54 Also updated the name in the places where you refer to it?
Yes I did. Maybe it is needed to send it like this:
Page0.t0.txt = "%Unit1%[Wetter_outdoor#Temperature]"

But is doesn't work. I think I just need the right syntax
by Masterg4941
15 Nov 2019, 15:31
Forum: ESP Easy: Projects / Applications
Topic: Nextion - Value from a P2P Unit
Replies: 11
Views: 15657

Re: Nextion - Value from a P2P Unit

TD-er wrote: 15 Nov 2019, 15:22 The plugin looks to be disabled.
Also please test with renaming the task to use only standard ASCII characters (no ß )
The task is disabled because this information is coming from the Unit1 via P2P.
I´ve changed the taskname but no improvement :cry:
by Masterg4941
15 Nov 2019, 15:10
Forum: ESP Easy: Projects / Applications
Topic: Nextion - Value from a P2P Unit
Replies: 11
Views: 15657

Nextion - Value from a P2P Unit

Hello guys, I have 2 x ESP8266 NodemMCU for testing. The first one is running outside (Unit1 - BM280) and the second one (Unit 2) is getting the Informations va P2P Network and should display this informations on a Nextion display. The communication between the 2 NodeMCUs is working right now. I am ...
by Masterg4941
15 Nov 2019, 09:39
Forum: ESP Easy: Software
Topic: Nextion Display gone??
Replies: 18
Views: 18601

Re: Nextion Display gone??

grovkillen wrote: 15 Nov 2019, 09:20 You should try "test" instead of "normal".
Oh thank you!
Now I get the "Display - Nextion"
The testing can go on.
by Masterg4941
15 Nov 2019, 09:04
Forum: ESP Easy: Software
Topic: Nextion Display gone??
Replies: 18
Views: 18601

Re: Nextion Display gone??

Hi guys, i am new with the topic of Nextion displays and also not a codegod :lol: but I hope you are tolerant to my unknowingness. I´ve bought a 2,4" Nextion Display and wanted to try it (ESP_Easy_mega-20191108_normal_ESP8266_4M1M.bin) but there is no "Display - Nextion" option in the...
by Masterg4941
11 Mar 2019, 20:47
Forum: ESP Easy: Software
Topic: Problem to publish with mqtt
Replies: 6
Views: 4198

Re: Problem to publish with mqtt

OK there were some troubles with the mqtt servers.
I had the Sonoff mqtt server and the MQTT Server installed... both on the same port.
Now the MQTT is running on port 1886 and everthing is allright. The published elements are visible now :)
Thanks for the help!
by Masterg4941
10 Mar 2019, 20:53
Forum: ESP Easy: Software
Topic: Problem to publish with mqtt
Replies: 6
Views: 4198

Re: Problem to publish with mqtt

Hi, ok I reworked the rule to: on PIR#State do if [PIR#State]=1 Publish Bewegungsmelder_Flur/PIR/GPIO 12,1 event, Bewegung_on else Publish Bewegungsmelder_Flur/PIR/GPIO 12,0 event, Bewegung_off endif endon On Bewegung_on do GPIO 12,1 endon On Bewegung_off do GPIO 12,0 endon And I can see the ACT int...
by Masterg4941
10 Mar 2019, 16:28
Forum: ESP Easy: Software
Topic: Problem to publish with mqtt
Replies: 6
Views: 4198

Problem to publish with mqtt

Hello everybody, I have a 8266 mini with EASY ESP (mega-20190305) in use. I also have a Raspberry Pi with IoBroker and mqtt/Sonoff adapters. Now I want to integrate a PIR into the 8266 mini and recive the states on my IoBroker. And here is my problem. I just can´t recive the GPIO state on the IoBoke...