I know that it might sound like blasphemia in those IoT days, but has anybody tried to use Tasmota over the wire?
WLAN is great, but may not always be the best solution.
If it comes to reliability and rough environents, wired connections may somtimes have advantages.
For many of my planned widgets, I'd prefer to place them at the end of an ethernet cable with some poor-man-PoE quirks instead of installing an AC plug and a transformator plug everywhere.
But nontheless I'd like the functionality of TASMOTA (MQTT, Sensor libs, logging, web, rules, timers...) and smooth integration in the system.
At best, the HA should not care if the widgets were wired or aired.
I searched this list for some commonly konwn culprits aka Ethernet controllers (ENC28j60 , W5100, KSZ8851SBL) known in the arduino ecosystem, but got no match.
I'll keep this in mind when I try my fist steps on PlatformIO now.
From earlier work with the ESP series, I think, for a wired solution, this wold not be the best choice.
The wireless stuff both in the ESP core and in the hardware may place significant obstacles on Ethernet implementation.
But PlatformIO promises easy integration, so why not try to build TASMOTA for STM32 or sth like that?
Did anybody try this yet, and maybe could even report some success?