DerPicknicker

Results 45 comments of DerPicknicker

@CarlosDerSeher .. Great to hear. I guess [here](https://web.esphome.io) if you connect you should be able to provision the device.

You can use putty to connect to the port and send them manually or you could check the browser developer settings if there is some output what is going on....

See this [taken from here (282)](https://esphome.io/api/improv__serial__component_8cpp_source): ``` void ImprovSerialComponent::send_response_(std::vector &response) { std::vector data = {'I', 'M', 'P', 'R', 'O', 'V'}; data.resize(9); data[6] = IMPROV_SERIAL_VERSION; data[7] = TYPE_RPC_RESPONSE; data[8] = response.size();...

Really Cool! This would be great after that I will do my best to create an GitHub action to build automatically binary's for the web-installer

Hey, that sounds great. I checked your main.c file .. From my perspective we should think about a different approach. Some time ago I used the FreeRtos really heavily. I...

Okay let's try to rephrase it : I meant that I would regularly check for provisioning data because I changed my WiFi now, I can just plug the esp32 into...

No, that won't work either. I can't log in. I initially limited the permissions to the Smarthome. Then I gave him the permissions for the Fritzbox settings. Does not work...

> > No, that won't work either. I can't log in. > > Did it ever work before? What has changed since? Do you have special characters in username or...

I can now connect to the FritzBox but I get new errors... ..... [5/4/2020, 09:47:30] [My FRITZ!Box] Updating guest WLAN [5/4/2020, 09:47:30] [My FRITZ!Box] 401: Unauthorized [5/4/2020, 09:47:33] [My FRITZ!Box]...

An additional information : I don’t need an username for login (Homenetwork) I need only usernames for the User Login (SmartHome, NAS..) Other Smarthomeskills for Alexa work with these structure..