JohNan/homeassistant-wellbeing

AEG also supported?

Closed this issue · 5 comments

My AEG AX7 is showing up in the Electrolux app but I keep getting errors configuring the integration.

My AEG AX7 is showing up in the Electrolux app but I keep getting errors configuring the integration.

Add following line in /config/custom_components/wellbeing/api.py
if self.model == "AX7":
return 1, 5

then restart HA, and open a new integration, enter mail and password, done

Code-Line: 241 - 250

    @property
    def speed_range(self) -> tuple:
        if self.model == "WELLA7":
            return 1, 5
        if self.model == "AX7":
            return 1, 5
        if self.model == "PUREA9":
            return 1, 9
        if self.model == "WELLA5":
            return 1, 5

I hoped it was fixed. I keep getting the message: No devices or entities. Setup failed. Username and password are correct.

@JohNan @MickLesk do you have any idea why I can't get this working? I have one AX51-304WT and one AX71-304DG. Both are online in the AEG app on my phone. I did multiple reinstalls of the integration but they just won't show up. The integration reports: No devices or entities found. Setup failed, will try again later.

I dont know. My AX7 & AX5 works without any fault.
Which App do you use?

Can you Login to Electrolux?