Integartion Muse de Luxe in Home assistant : Muse de Luxe enter in a "sleep mode" 3/3

Good evening,

I have installed ESP Muse de Luxe and integrated it with Home Assistant last version.
I can read local MP3 or Web Radio on my Muse de luxe from HomeAssistant scripts.

I have 3 issues with that integration ; I will describe my 3 issues in separate issues.

  • I am using duckdns for HASS internet access (=> https url for my HAss) + double authentification. ; I am not able to set a local adress to HA => Muse de luxe call the internet adress (duck dns) to read local mp3
  • n the log console I see that the connection to my WIFI does not success the first time but after 2 or 3 attempts
  • If I activate regularely the Muse de Luxe, I have no blocking of Muse de Luxe. But after a nigth the muse de luxe is not awakable even if I switch it off and on. I need to connect using https://raspiaudio.github.io/ to reset it.

Third issue description :

If I activate regularely the Muse de Luxe, I have no blocking of Muse de Luxe. But after a nigth the muse de luxe is not awakable even if I switch it off and on. I need to connect using https://raspiaudio.github.io/ to reset it.

I have also tried to activate and desactivate the muse de Luxe using an HAss integration every half hour.

Thanks

Regards

In fact I do not know if it is a sleep mode or a lost of wifi after a given time.
To avoid Muse enter in a sleep mode, I have created an automation that launch the read of an MP3 every hour.
This had no impact. I had to relaunch the Muse de Luxe connecting to the Muse usb port https://raspiaudio.github.io/.

Hoaw can I solve it ?

Hi,

We have launched a test to try to replicate your issue. We will let it run for 24 hours and update you with the results.

We are using the binary loaded from apps.raspiaudio.com for Luxe-Home Assistant. Please confirm that you are using the same one.

If you still experience the same issue with this binary, use this YAML. Edit the YAML to disable Wi-Fi power-saving mode by modifying the Wi-Fi section as follows:

wifi:
  ap:
    password: "${wifi_ap_password}"
  power_save_mode: none

To compile the YAML, you can follow this tutorial: YouTube Link.

Good morning,

My binary was extracted from he link : https://raspiaudio.github.io/

Regards