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
22.12k stars 4.79k forks source link

Wifi requires username and password #13369

Closed mlhyyl closed 3 years ago

mlhyyl commented 3 years ago

I'm trying to set up my Tasmota at my workplace. The problem is, after selecting the Wifi network, only one field for a password is provided. However, our enterprise network requires a username and password to be provided. I've tried to hardcode it with platform.io but couldn't find a field that would provide input for the username.

Is there an alternative way or is this a dead-end?

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

This issue has been automatically closed because the PROBLEM REPORT 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 PROBLEM REPORT 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. Docs for more information. Discussions for Questions, Feature Requests and Projects. Chat for more users experience.
Please check the Code of Conduct and the Contributing Guideline and Policy

barbudor commented 3 years ago

Enterprise authentication (EAP) are not supported by Tasmota. Not sure what level of support is provided in the Arduino Core.

Which exact EAP method does your network requires ?

mlhyyl commented 3 years ago

@barbudor I get the network listed as a WPA&WPA2 Enterprise with Tunneled TLS as authentication and MSCHAPv2 (no EAP) as inner authentication. Hope that's what you were asking for.

barbudor commented 3 years ago

Thanks. It seems that it is supported in the Espressif SDK since some time and Arduino Core also. I don't know what impact on code size it would have to support it. Probably not in mainstream builds

@Jason2866 Any opinion on that ? This thread seems interresting https://gist.github.com/Matheus-Garbelini/2cd780aed2eddbe17eb4adb5eca42bd6 But I have no access to such network to even test the base code

barbudor commented 3 years ago

@ascillato Could you please kindly move this to Discussion/Feature request ?

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

This issue has been automatically closed because the PROBLEM REPORT 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 PROBLEM REPORT 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. Docs for more information. Discussions for Questions, Feature Requests and Projects. Chat for more users experience.
Please check the Code of Conduct and the Contributing Guideline and Policy