arendst / Tasmota

Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at
https://tasmota.github.io/docs
GNU General Public License v3.0
21.98k stars 4.77k forks source link

Ethernet interface on Lilygo ttgo t-internet-poe with LAN8720A fails to activate #9360

Closed xaaron closed 4 years ago

xaaron commented 4 years ago

I've built tasmota32.bin with the following as required for this board.

define USE_ETHERNET // Add support for ethernet (Currently fixed for Olimex ESP32-PoE)

define ETH_TYPE 0 // [EthType] 0 = ETH_PHY_LAN8720

define ETH_ADDR 1 // [EthAddress] 0 = PHY0 .. 31 = PHY31, tried both 0 and 1 here since valid for lan8720

define ETH_CLKMODE 1 // 1 = ETH_CLOCK_GPIO0_OUT

However after flashing the device, I still am not able to bring up the ethernet interface. I do get the web interface and a wifi ap to which I can connect and administer the device. I can run the TASMOTA commands such as: EthType0, EthClockMode 1, EthAddress 1, Ethernet 1 in that order. However, interface still doesn't become active. I am unable to get the mac address which makes me suspect the ETH_CLKMODE value may be where I need to focus my efforts to determine what is happening here. Any help or guidance would be appreciated.

close-issue-app[bot] commented 4 years ago

This issue has been automatically closed because the issue template is missing or incomplete. Filling the template is required so standard questions don't need to be asked again each time. Our ability to provide assistance is greatly hampered if few minutes are not taken to complete the issue template with the requested information. The details requested potentially affect which options to pursue. The small amount of time you will spend completing the template will also help the volunteers, providing assistance to you, to reduce the time required to help you. Please, could you be so kind on completing the issue template in order to have more information so as to properly help you? Thank you for taking the time to report, hopefully it can be resolved soon. Support Information Wiki for more information. Chat for more user experience. Community for forum. Code of Conduct Contributing Guideline and Policy

ascillato commented 4 years ago

For that device, you need to set the correct gpio. There isn't any template yet, so you need to find the correct gpios and where are they connected to.

ascillato commented 4 years ago

I think it is better to continue in your previous thread (#9345) so anyone searching for this device will find everything in the same issue.

As you have closed your previous issue, you can reopen if you think it is necessary.

xaaron commented 4 years ago

Yes, I can re-open the other thread. Is there documentation on setting the gpio's that you can point me to?

On Tue, Sep 22, 2020 at 10:44 AM Adrian Scillato notifications@github.com wrote:

I think it is better to continue in your previous thread (#9345 https://github.com/arendst/Tasmota/issues/9345) so anyone searching for this device will find everything in the same issue.

As you have closed your previous issue, you can reopen if you think it is necessary.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/arendst/Tasmota/issues/9360#issuecomment-696805834, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAD3EF62DBQ3PDK6AM7SF53SHDA65ANCNFSM4RV4THLQ .

ascillato commented 4 years ago

Yes, please, search for templates on Tasmota.com