-
-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configure the SSID #65
Comments
You can send a custom command using |
I second this. I would like to be able to provision plugs automatically for a large scale project. After connecting to the local plug wifi, send new wifi config and go from there. |
Wifi configuration only seems to be possible when the device is in setup mode. |
@dustingraves Actually, I am sending this code manually for configuration: |
I was really hoping to have this work as I was needing to migrate from one network SSID to another and I didn't want to have to reset the devices and set up my schedules from scratch. Unfortunately the command seems to work on my HS110 but not the HS105, HS300, or LB110 devices...
The first device I was trying happened to work and the device reconnected to my new SSID, and the response included the MAC ID. All the other devices responded without the MAC ID and remained on the old SSID. If you have any other suggestions for me to investigate, I'd love feedback. |
This would be helpful. For some reason the Kasa app does not register the HS220 I have correctly. It would be nice to be able to just send the network info from my laptop while connected to the switch's setup WiFi and not have to deal with the app on my phone. |
Hi,
I wasn't able to find it in the documentation, but is it possible to send SSID & Password to plug somehow? So far I wasn't able to configure it in that way.
Post update:
Possible.
{"netif":{"set_stainfo":{"ssid":"WiFi","password":"secret","key_type":3}}}
The text was updated successfully, but these errors were encountered: