Hi there,
I received my Muse Luxe the other day and tried to install the “Media Player” version onto the device.
For all the different ways I tried, I always had to set the device into bootlader mode by pushing that little “secret button” inside the AUX plug hole. After that the install went well until I came to the point trying to set up the wi-fi:
- the official way and supposedly easiest one via https://esphome.io/projects/index.html did not work - “cannot connect”
- so I skipped that final part and tried the captive portal via the AP - same result when trying to connect to my wi-fi
- Finally I set up an generic device using ESPHome in Home Assistant, copied the code from the GitHub repository, combined it with the code for the generic device including my wi-fi credentials and downloaded it locally. In the final step I did a OTA update uploading the *.bin. Still… no wi-fi connection as the log file states:
[I][wifi:304]: WiFi Connecting to 'Nirvana'...
[W][wifi_esp32:458]: Event: Disconnected ssid='Nirvana' bssid=48:5D:35:92:5F:5D[redacted] reason='Authentication Failed'
[W][wifi:648]: WiFi Unknown connection status 0
[I][wifi:304]: WiFi Connecting to 'Nirvana'...
[W][wifi_esp32:458]: Event: Disconnected ssid='Nirvana' bssid=48:5D:35:92:5F:5D[redacted] reason='Authentication Failed'
[W][wifi_esp32:458]: Event: Disconnected ssid='Nirvana' bssid=48:5D:35:92:5F:5D[redacted] reason='Authentication Failed'
Has somebody experienced the same and can help? The login credentials are 100% correct - I double checked more than once!
Cheers,
Zwo
P.S. I even tried by disabling the wi-fi encryption… Still no connection