Right now there is no ready made build including all those plugins.
You can just send data from an Arduino to the ESP via serial, like any command that's present in ESPEasy. See:
https://espeasy.readthedocs.io/en/lates ... mmand.html
As long as the "Enable Serial port" (Tools => Advanced) is enabled.
Right now we don't have a command to fetch, but I guess you may try to send a command like this:
This will show something like this:
N.B. "temp2" is a Dallas sensor task at my node and "T1" is the first temperature variable name.
I added some marker "Bla" so you could try to filter out the values.
This is all part of any build, so you don't need to make your own to get this.
Just make sure you're logging with loglevel "info" to the serial port.