gysmo38 / mitsubishi2MQTT

Mitsubishi to MQTT with ESP8266 module
GNU Lesser General Public License v2.1
375 stars 134 forks source link

Ethernet connection instead WiFi #153

Closed gfreccia closed 1 year ago

gfreccia commented 2 years ago

Hi All,

I want to use Ethernet connection instead WiFi (I've Arduino Mega 2560 + W5100 Ethernet Shield). Do you have any suggestion about how to modify the code?

Thank you!

lesleypersyn commented 2 years ago

ESP8266/ESP32 with wired network (shield)? I don't think it's possible for Arduino due coding, memory, ...

gfreccia commented 2 years ago

Why not? I mean to run the same code inside Arduino Mega 2560 + W5100 Ethernet Shield and use wired network. I've MQTT code to manage DHT22 sensors running on it, so I think it can run also the pump code.

gysmo38 commented 1 year ago

Sorry I user ESP8266 with WIFI.