@tomeko12 - works like a charm with my Electrolux Fridge. Thanks a lot!
For reference, I’m pasting the transcript of the session:
>>> import pyelectroluxconnect
>>> ses = pyelectroluxconnect.Session("myemailaddress", "mypassword", tokenFileName = ".electrolux-token", country = "AU", language = None, deviceId = "CustomeDeviceId", raw = False, verifySsl = True, region="apac")
>>> ses.login()
>>> appllist = ses.getAppliances()
>>> print(appllist)
{'04XXXX66-443EXXXXXX13': {'alias': 'My Fridge', 'pnc': '92XXXXXX4', 'elc': '05', 'sn': '048XXXX6', 'mac': '443EXXXXXX13', 'cpv': '00', 'brand': 'Electrolux', 'group': 'Refrigeration', 'model': 'EHE6799SA'}}
Once again thanks a lot. Hoping @MauroM can add this to his Home Assistant Integration