yaourdt / tasmota-to-mgos

A minimal firmware for OTA (over the air) flashing Mongoose OS from Tasmota, Tuya stock, or compatible firmware types.
GNU General Public License v3.0
63 stars 15 forks source link

no network access with macOS? #21

Open wzbfyb opened 8 months ago

wzbfyb commented 8 months ago

Hi,

managed to OTA mgos512k-0x1000.bin onto a Shelly 1, but when I connect my Mac Mini via WLAN to the newly created mgos AP, curl times out. Maybe it is an issue with my network settings? What WIFI settings should I configure? I tried it with a manual IP (10.42.42.51 and subnet of 255.255.255.0), but I still could not reach 10.42.42.44

curl: (7) Failed to connect to 10.42.42.44 port 80 after 1 ms: Couldn't connect to server Mac-mini:Downloads Berny$ curl -i -F filedata=@./SHSW-1.zip http://10.42.42.44/update

wzbfyb commented 8 months ago

I wanted to add: from my linux box it works like a charm.