Printing is free, we have stl print files available for hobbyists, or our users, for private use. But for the time being, the stl files will not be made public, this is because in terms of appearance, we have made very many attempts and efforts to debug the improvements. And yaml source code is always open for everyone to diy and check the software does not mean any malicious ingredients.
If you need a printout of our version, you can contact us separately and we can send you one.
Hello, I purchased this last June 15. Iâve been busy so today is my first time trying to add it to my Home Assistant.
I tried my laptop and phone to connect to the deviceâs hotspot, which it connects, but it wonât join my WIFI for some reason. It says just give it time to connect but after waiting for a while it just wonât get an IP.
I have a Ubiquiti UDM Pro and I checked all my devices and it is nowhere to be found.
So I tried connecting the device directly to my PC and went to https://web.esphome.io/ â When I try to connect to WIFI from there, It gives me an error
âAn error occurred. Improv Wi-Fi Serial not detectedâ
Any tips for me to atleast have it connected to my network? I canât even pass step 1.
There are some overly aggressive firmware settings in the earliest firmware that may cause some of the 1Uâs wifi parts to be abnormal. If you can figure out a way to get close to your computer, try going to the hotspot page for the ota update.
For hidden SSIDs, the only way it seems to work at the moment is to compile the source code yourself and fix the SSID and PW in there.
If we have time, we will try to do some optimization on this.
But for the time being, itâs not possible to make the connection without using the source code.
And you would be wrong. I only know of one or two users here who use a hidden LAN for IOT devices. It might make sense for cloud-based devices, but I wouldnât know since none of my almost 100 devices are cloud-based.
Iâm very sorry due to being very busy all the time at the moment, Iâm afraid itâs hard to find the time to make a custom guide because compiling the firmware, if you start from scratch, involves quite a lot of various scenarios.
Itâs kind of an esphome limitation for hiding the ssid, unfortunately.
The key attribute setting Ryan pointed out is very useful to specify a quick connect method when compiling the source code can be done:
fast_connect (Optional, boolean): If enabled, directly connects to WiFi network without doing a full scan first. This is required for hidden networks Defaults to off. The downside is that this option connects to the first network the ESP sees, even if that network is very far away and better ones are available. network is very far away and better ones are available.
Compile the firmware using the ESPhome add-on or python library. Instructions below for ESPhome:
2a. In the add-on, create a new device.
2b. Click âContinueâ in the pop-up.
2c. Give it a name and hit âNextâ
2d. Select any board from the menu.
2e. Hit âSkipâ in the next pop-up with the API key.
2f. Click âEditâ on the device you just created.
2g. Delete the contents and paste the YAML from step 1.
2h. Go to line 73, hit enter to create a new line, and add this in (be sure to replace the SSID and password information with the ones for your network):
fast_connect: true
ssid: # Your SSID
password: # Your password
And make sure the section looks like this:
2i. Click âInstallâ in the upper right hand corner.
2j. Select âManual Downloadâ
2k. Wait for it to compile.
2l. When the popup comes up, select âModern Formatâ
Pull the board out of the case. While holding the boot button, plug it into the USB port of a computer, count to two and let go of the button.
Click âConnectâ and select the port for the board.
5a. I canât recall what the port will look like exactly. If you get stuck here, post a picture of the options you get.
Click on âInstallâ and select the .bin file you generated in step 2.
When it finishes installing, restart the ESP board (use the button or just unplug and plug it back in).
only the PIR holder needs to be modified rest of the case remain such, I have already printed this case and tried using an LD2410C with it.
Only this lower part needs some modifications, either an overhead bridge kind of thing or a reduced size to fit LD2410C or copy over the top part and modify for LD2410C instead of using TSL2561(which will remain up there)