JohNan / homeassistant-wellbeing

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

Release v1.0.13 breaks CO2 sensor for *my* Pure A9 #76

Closed jesperll closed 5 months ago

jesperll commented 5 months ago

Latest release v1.0.13 broke CO2 sensor for my Pure A9 I see a fix (#72) was merged for specifically that model but it looks like our models return different data. Might be firmware version specific.

Here's how my json looks like from the debug log:

{
    "applianceData": {
        "applianceName": "Luftrenser",
        "created": "2024-02-03T16: 11: 15.5034292Z",
        "modelName": "PUREA9"
    },
    "properties": {
        "reported": {
            "FrmVer_NIU": "2.21",
            "Workmode": "Auto",
            "Fanspeed": 2,
            "UILight": true,
            "SafetyLock": false,
            "Ionizer": true,
            "FilterType": 99,
            "DspIcoTVOC": true,
            "ErrPM2_5": false,
            "ErrTVOC": false,
            "ErrTempHumidity": false,
            "ErrFanMtr": false,
            "ErrCommSensorDisplayBrd": false,
            "DoorOpen": false,
            "ErrRFID": false,
            "SignalStrength": "FAIR",
            "$version": 6,
            "PM1": 0,
            "PM2_5": 0,
            "PM10": 0,
            "Temp": 21,
            "Humidity": 54,
            "RSSI": -64,
            "CO2": 1018,
            "TVOC": 111
        }
    }
}
WouterNordsiek commented 5 months ago

Same here also A9

PsychoV3 commented 5 months ago

CO2 sensor appears now to be eCO2....

JohNan commented 5 months ago

I see, it looks like like we probably need both then. If the attribute doesn't exist it shouldn't be visible anyhow. I'll add it back as soon as I can.

JohNan commented 5 months ago

I just pushed a new version. Let me know if it works now.

hermanops commented 5 months ago

Still works for me.

debug log shows no CO2 for 'FrmVer_NIU': '3.0.1'. Looks like we only have ECO2.

WouterNordsiek commented 5 months ago
Scherm­afbeelding 2024-02-04 om 11 49 19 Scherm­afbeelding 2024-02-04 om 11 49 29

Unfortunately still not working for me. Ill try to check my logs .

I completely removed the config and started again.