michaelusner / esp32-pentair-controller

Control your Pentair pool equipment via RS485->ESP32->MQTT->Home Assistant
26 stars 7 forks source link

ESP 32 Board with Ethernet Possible? #6

Open FlaMike opened 2 years ago

FlaMike commented 2 years ago

Michael,

I am very interested in this project. My Pentair EasyTouch controller has Ethernet available which I would like to take advantage of, if possible. Can you let me know if your project either currently can support Ethernet instead of WiFi using a board like the one linked below or could be modified to do so? I would be happy to assist and test an Ethernet option.

https://www.amazon.com/DWEII-WT32-ETH01-Bluetooth-Development-Converter/dp/B09V2VMMMX/ref=sr_1_4?crid=2FJ3N5ENXXDR9&keywords=esp32+development+board+ethernet&qid=1659561792&sprefix=esp32+development+board+ethernet%2Caps%2C91&sr=8-4

Thank you!

michaelusner commented 1 year ago

This project uses the wifi-manager for networking so if another project exists that could be integrated, I think it would be pretty simple. Unfortunately, I'm not aware of such a project so would have to investigate.