Page 1 of 1

How to send sensor data from one to another esp?

Posted: 21 Nov 2018, 20:46
by martiniman
Hi.
Is it possible to send sensor data from one to another esp without server?
Thanx.

Re: How to send sensor data from one to another esp?

Posted: 21 Nov 2018, 21:09
by grovkillen
Yes, use the inter connect P2P controller and make sure they all use the same UDP port (set in the advanced settings page).

Re: How to send sensor data from one to another esp?

Posted: 21 Nov 2018, 22:28
by martiniman
I found that i need to add dummy device, and now i see variables from another node.
But there is no info on this page about P2P nodes https://www.letscontrolit.com/wiki/inde ... yProtocols

Re: How to send sensor data from one to another esp?

Posted: 22 Nov 2018, 20:29
by FanOfHue
Hello,

I'm working on a Message Bus idea that can do just that. I think it offers more freedom than the build-in P2P controller. You can catch and combine values into a task of choice. I have it working, but the plugin is draft status and not official.