South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Remember when you pre flash to put a default ssid and password in, and pass those on to the user![]()
The ssid that the Sonoff connects to?
Correct, since the custom firmware doesn't have the ewelink pairing logic.
Yeah, I'm not 100% sure how to go about this bit - you can change the SSID after the fact, but first you need the device to connect to a network.
Perhaps a default SSID and password - you could setup a hotspot on the phone and then change the details that way?
Open to suggestions.
Yes I think that's the way.
Alternatively, flash on order, and the person placing the order must provide SSID details. Which is a bit less than secure and a bit more PT for you.
Hotspot on phone is probably best.
I would definitely suggest the default SSID and password option instead....
Its the easiest from a repeatability point of view for the guys in my opinion. A little bit extra PT for us buying them, but PT that we would have to go through in the first place really.
Nah, flashing yourself you can put your own ssid and password into the image in the first place.
Just to confirm what you guys are saying so I understand.
Smartkit guys flash the sonoff and add default username/password of smartkit/smartkit.
I get the sonoffo and create a hotspot on my phone called smartkit with password smartkit
How do I then change the sonoff's wifi settings to connect to my home access point?
The commands are here: https://github.com/arendst/Sonoff-Tasmota/wiki/Commands
You would issue a web command: http: //ip-of-sonoff-device/cm?cmnd=Backlog%20SSId%20my-ap;Password%20my-password
You can also browse to the sonoff's ip and enter config into a form...
Cool, makes sense - and then the only other parts to it is a hass.io server and homeassist application?
If I wanted to use home assist to manage my house devices while off my network over the internet then I'd use dynamic dns and port forwarding?
Just checking what I all need to go read up on.
Cool, makes sense - and then the only other parts to it is a hass.io server and homeassist application?
If I wanted to use home assist to manage my house devices while off my network over the internet then I'd use dynamic dns and port forwarding?
Just checking what I all need to go read up on.
Personally I would not use port forwarding. I use a VPN into my home network. I don't want to expose stuff like my alarm system to the intarwebz.
You options are based on your level of paranoia![]()
You options are based on your level of paranoia![]()
I have an nginx proxy with https in front of Openhab with auth also enforced on it as extra layer. You must use specific cname on it to go to Openhab.
But vpn isn't a bad idea at all.