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!
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
@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.)