HarrysLapTimer / ChickenDoor

This is a chicken door automation designed for our two Eglu Cube and one Eglu Go chicken houses
0 stars 0 forks source link

giving up on WiFi connect, no network connection established #2

Open foux44 opened 2 years ago

foux44 commented 2 years ago

HI,

Everythings is mount, and the device properly open / close the door thanks to the push button. But it seems I got trouble with the wifi / server of the ESP8266 (My SSID and Password were triple checked and are ok), here the arduino log:

In the Chickendoor.ino I tried :

#define USEOPENHAB 0 // to 0 and 1 but it do not change anithing

If someone get a trick...

Thanks

foux44 commented 2 years ago

After some testing, It seems only to work with the shareWifi from my Android phone, even with USB wifi dongle from a windows 10 sessions is not working ? Maybe a problem of wifi password protocol (WPA2 / WPA ...) ?

HarrysLapTimer commented 2 years ago

I assume you have customized the Bolbro.addWiFi() calls to add your own network and add its credentials? Otherwise, the sketch simply scans networks, selects the best and connects using WiFi.begin(). This call fails for some reason. I’d suggest to flash a basic WiFi sketch to your board that does a hard coded WiFi.begin() and debug from here.