13.05.2019, 09:16
You just need to know what protocol is used for data communication. If you have a custom device based on ESP8266 you can either send HTTP requests from it to LM (you can use built-in remote services on LM) or send data using UDP (you will need a resident script to handle incoming data).