JohNan / homeassistant-wellbeing

Get the status from your Electrolux devices connected to Wellbeing
MIT License
83 stars 23 forks source link

1.2.9 Report an Error #148

Open Marxxu3ru opened 3 weeks ago

Marxxu3ru commented 3 weeks ago

Hi Johan,

The same issue occurs when switching from fan speed mode to smart mode, causing an error to appear. I've attached the complete log file. I wonder if there's any way to resolve this. Thank home-assistant_2024-10-06T06-42-19.787Z.log

Crazyhead90 commented 2 weeks ago

Same, trying to use the "fan speed" switch from "active" to "off" results in the same error:

Actie fan/turn_off kon niet worden uitgevoerd. 500, message='Internal Server Error', url='https://api.developer.electrolux.one/api/v1/appliances/9500XXXXXXXXXXXXXXXXXXXXX/command'

Crazyhead90 commented 2 weeks ago

Seems to be a server error I think. Playing around with the: https://developer.electrolux.one/documentation/reference#getApplianceInfo

I can fetch all of the data normally, but when i try to execute the command:

{
  "Workmode": "PowerOff"
}

It gives a Error 500:

{
  "error": "INTERNAL_SERVER_ERROR",
  "message": "Unexpected server error",
  "detail": ""
}

The same goes for Workmode Manual. However, doing the same with Workmode Auto, it returns "Devices already in this state". I guess we have to wait for Electrolux to fix it themselves?

-- EDIT -- I've sent the Devs at Electrolux an email regarding this issues. I'll let you know when I hear something back

Crazyhead90 commented 2 weeks ago

Still no response on the email, but for me it suddenly seems to be fixed. I can control the purifier again from the official AEG app as well as the home assist plugin.