Page 1 of 1

Only devices no data transfer with P2P Networking

Posted: 04 Nov 2019, 17:14
by monimi
Hello,
I use 2 Nodemcu device-0 and device-1. Both have the same firmware mega-20191103.
I have connected at device-0 two sensors:
BMP280 Temp/Humidity/Pressure.
DHT22 Temp/Humidity.
I want, that unit-0 read the data and send to unit-1 via p2p.
Unit-0 reads the data correctly, but no data arrives unit-1. Only the devices in the columns were registered when I activated p2p.
To view, here a screenshot. There are the devices as not enabled to see. But even if I turn it on, nothing changes.
I also made a test with an older version mega-20190508. This works fine.
Does anyone have a suggestion to fix the problem?

https://www.bilder-upload.eu/bild-2aade ... 8.png.html
Image

Re: Only devices no data transfer with P2P Networking

Posted: 04 Nov 2019, 19:15
by TD-er
You must have a unit number set (so not 0 and not 255)
On the 'receiving' plugin, what unit ID is shown there?

See also this for some guidelines and common issues: https://espeasy.readthedocs.io/en/lates ... mong-nodes

Re: Only devices no data transfer with P2P Networking

Posted: 04 Nov 2019, 20:23
by monimi
Thanks for your help.
I did not know that unit number 0 should not be used.
I have now changed to unit 1 and unit 2 and it works fine.
Now you can see in the column (port) Unit 1 - ESP_Easy and the right values.
Thank you again.

Image[https://www.bilder-upload.eu/bild-91d74 ... 9.png.html]