Posts: 4
Threads: 1
Joined: Apr 2020
Reputation:
0
I couldn't find this topic, sorry it already present in the forum
Is it possible to provide Moode for the input of multiple credentials for different wifi access points?
bye
Posts: 13,391
Threads: 304
Joined: Mar 2018
Reputation:
542
This particular feature has been requested before and has been on the TODO list for a long time. It just keeps getting bumped down in priority because the usage scenario "moving moOde to different WiFi networks and having it automatically connect" is not a common usage scenario.
The most common usage scenario is a single residential WiFi network that moOde lives on which is why the limitation of a single SSID has been sufficient.
The code would allow for multiple SSID's and auto-connect but it's not a trivial amount of work to implement because there are many moving parts that would have to be modified. Given that features compete with one another for dev time and compete with dev time for bug fixes and troubleshooting we lean heavily toward working on things that are either trivial to implement, generally applicable or involve fixing bugs.
For sure another dev could volunteer their time to work on and implement this. I'd be happy to help out :-)
Posts: 17
Threads: 1
Joined: Jun 2020
Reputation:
0
I also vote for this. Albeit not a common scenario, I've been in this situation multiple times and the only way I know to update WiFi settings is by reflashing moOde, wiping all the settings and the music on the card. Appreciate this is complicated to implement, can we maybe look at an alternative - ability to enter the credentials in a text file on the card?
Posts: 17
Threads: 1
Joined: Jun 2020
Reputation:
0
> If moOde is configured to associate with an AP and it can't find the AP as it boots up then it reverts to AP mode.
I have heard about that, but it never worked for me. If I, say, move the pi from work to home, the AP never appears. Or is this something that was implemented recently?
Posts: 6,009
Threads: 176
Joined: Apr 2018
Reputation:
234
An additional piece of information.
A week ago we suffered a power outage during the night. When the power came back on, the four moOde players I had left running (two for listening; two for testing) booted up faster than my ISP's modem/router/AP did.
As a result, when I came down to breakfast I found all four players running in AP mode (and my laptop associated with one of them!). Once I caught on and power-cycled the RPis, all was well.
This again shows moOde will revert to AP mode if it can't associate with the AP it is configured for.
You could try this yourself without fiddling with moOde configuration. Just turn off your router/AP and then power-cycle your moOde player. It should finally appear in AP mode. Then turn your router/AP on and again power-cycle your moOde player. It should re-associate with your router/AP.
In order to upgrade to moOde 6.5.2 you'll have to flash a fresh image to the uSD card. There's no 6.4.x to 6.5.2 upgrade process available from within the player.
Regards.
Kent
Posts: 4
Threads: 0
Joined: Jul 2020
Reputation:
0
Hi, I just joined the forum to say I also second this request. My girlfriend and I have no permanent internet connection, so we use either my or her phone hotspot for internet. I've been trying for a while to come up with a simple solution where the raspberry pi can just be switched on and start listening to music as quickly as possible, regardless of whether it connects to my hotspot, hers, or falls back onto its own access point.
Is there a dirty workaround for this, for instance by manually modifying the wpa_supplicant.conf? For instance could I take the wpa_supplicant.conf from another one of my Pi images, like librelec, that has already been configured with multiple SSIDs, and copy and paste the relevant parts?