Electrolux / AEG connected appliances integration anyone?

I managed to remove the obsoleted integration and install the forked one. More details: here
Still… it seems I still miss one sensor…

I got my AEG BBP6252B to work with the forked integration. I am so glad it works! :smiley:

Recently we installed an AEG combohob CCE84779 and this has a lot of information displayed in [DEBUG].
But for the moment, only 8 (general) entities are shown in HA with the albaintor fork.

Is there someone or other information to help me implement this device?

DEBUG  Electrolux updated reported data {
	'applianceId': 'hidden#Product-ID#', 
	'applianceData': {
		'applianceName': '(h)Eat it', 
		'created': '2024-08-xx hidden', 
		'modelName': 'HB'
		}, 
	'properties': {
		'desired': {}, 
		'reported': {
			'hobZone8': {
				'hobMaxPowerLevel': 253, 
				'heatingQualitativeLevel': 0, 
				'hobCoil': {}, 
				'hobPotDetected': 'NO_POT_IDLE', 
				'runningTime': -1
				}, 
			'applianceInfo': {
				'applianceType': 'HB'
				},
			'hobZone7': {
				'hobMaxPowerLevel': 253, 
				'heatingQualitativeLevel': 0, 
				'hobCoil': {}, 
				'hobPotDetected': 'NO_POT_IDLE', 
				'runningTime': -1}, 
			'uiLockMode': False, 
			'remoteControl': 'NOT_SAFETY_RELEVANT_ENABLED', 
			'applianceState': 'RUNNING', 
			'applianceMode': 'NORMAL', 
			'hobHood': {
				'hobToHoodFanSpeed': 'STEP_2'
				}, 
			'alerts': [], 
			'networkInterface': {
				'otaState': 'IDLE'
				}, 
			'childLock': False, 
			'keySoundTone': 'CLICK', 
			'hobZone2': {
				'hobMaxPowerLevel': 253, 
				'heatingQualitativeLevel': 0, 
				'reminderTime': -1, 
				'hobCoil': {}, 
				'hobPotDetected': 'NO_POT_IDLE', 
				'residualHeatState': 'NO', 
				'targetDuration': 0, 
				'runningTime': -1
				}, 
			'hobZone1': {
				'hobPotDetected': 'POT_IDLE'
				}, 
			'hobZone4': {
				'runningTime': 540
				}, 
			'hobModule2': {
				'procookLevelRear': 3, 
				'bridgeMode': 'MODE_2_2', 
				'heatingModuleType': 0, 
				'procookLevelFront': 9, 
				'hobRearZone': 'HZ4', 
				'hobMiddleZone': '000', 
				'hobFrontZone': 'HZ3'
				}, 
			'hobZone3': {
				'runningTime': 900
				}, 
			'hobModule1': {
				'procookLevelRear': 3, 
				'bridgeMode': 'MODE_2_2', 
				'heatingModuleType': 0, 
				'procookLevelFront': 9, 
				'hobRearZone': 'HZ2', 
				'hobMiddleZone': '000', 
				'hobFrontZone': 'HZ1'
				}, 
			'connectivityState': 'connected'
			}, 
		'metadata': {}
		}, 
	'status': 'enabled', 
	'connectionState': 'connected'
}

Hi Mauro,

is your Repo still active? Currently I receive a 404 at Github :frowning:

@MarcAroni Its moved on now. Look here:

https://github.com/albaintor/homeassistant_electrolux_status

Does anyone have an information which entities will be available for a AEG dryer from 9000 series (https://www.aeg.de/laundry/laundry/dryers/heat-pump-dryer/?FacetCentral_TD_Ruby_Series_AEG=9000er%2520Serie%2520-%2520AbsoluteCare%25C2%25AEPlus%2520Individueller%2520Faserschutz), e. g. AEG TR9DW80690?

Will there be only status values (sensor), or will it also be possible to control the device (on/off, start, stop, etc.)? (As the integration is only called electrolux_STATUS.)

Actually you can do everything with the dryer and more (e.g. select program, start the machine remotely), plus you can monitor a lot of sensors like door status, remaining time etc)


1 Like

Hi everyone!
The integration stopped working for me two days ago — has anyone else experienced this?

Even though I try to enter my credentials, it doesn’t accept them — it throws an “invalid authentication” error.

Napló: custom_components.electrolux_status.config_flow
Forrás: custom_components/electrolux_status/config_flow.py:144
integráció: Electrolux Status (dokumentáció, problémák)
Először fordult elő: 13:16:22 (4 Események)
Utoljára naplózva: 13:25:51

Authentication to electrolux failed: 400, message='Bad Request', url='https://api.ocp.electrolux.one/one-account-user/api/v1/identity-providers?brand=electrolux&[email protected]
2 Likes

Same here for me. They introduced a country code for the netherlands, i could fill in nl and it works since today.

1 Like

Thank you! I updated it and it works! Thanks everyone!

what account credentials do i fill in when setting this up? i used my google account in the AEG app for the setup

You shouldn’t use your gmail account, this works using OAUTH. The site this integration uses to validate the accounts is TOKEN based. https://accounts.eu1.gigya.com/accounts.login There is a security/login method mismatch. Set up a “local” account at AEG, do not uses the apple or gmail procedure, select email. That should work fine.

Only to find out that I cannot control my dishwasher remotely, when it is “off”. Useless. If I turn on the dishwasher, not select any program, close the door, it starts immediately, what use do REMOTE options have, when you can’t control it remotely? Aha, just found this out, there is a button delayed start on the washer. When I press it, it says app on the display.

Yep, that is the way to use it

Hi there, i dont know if this is still relevant, but i made an integration (HACS) for my WP71-265WT which should be identical. Maybe you might want to try it and tell me if it works for you?