Skip to content

Siemens hood venting level change ignored #223

Description

@takerukoushirou

I have a Siemens kitchen hood LC91KLT60 in my Home Connect setup, remote control activated, remote start allowed, and generally properties are also properly reported. I can also power on/off the hood, light and update the configuration.

Except for the venting level. Whenever the venting level (or interval stage for the Interval program) is changed, the value immediately reverts back to the previous value.

The command is successfully received by hcpy, but as can be seen in the log, with the next properties update the value is immediately reverted:

2025-12-16 15:37:26.914219 homeconnect/hood/set received mqtt message [{"uid":55308,"value":"FanStage05"}]
2025-12-16 15:37:26.914639 hood Processing feature Cooking.Common.Option.Hood.VentingLevel with uid 55308
2025-12-16 15:37:27.095678 hood updating {
    "BSH.Common.Setting.RemoteControlLevel": "PermanentRemoteStart",
    "BSH.Common.Status.Favorite.Handling": "AsButtons",
    "resource": "/ro/activeProgram",
    "eNumber": "LC91KLT60/05",
    "brand": "SIEMENS",
    "vib": "LC91KLT60",
    "haVersion": "4.1",
    "swVersion": "5.16.1.5",
    "hwVersion": "1.0.0.1",
    "deviceType": "Hood",
    "BSH.Common.Status.RemoteControlStartAllowed": true,
    "BSH.Common.Status.RemoteControlActive": true,
    "BSH.Common.Setting.PowerState": "On",
    [...redacted...]
    "Cooking.Common.Option.Hood.VentingLevel": "FanStage01"
}

If I change the setting inside the Home Connect app, the venting level can be freely adjusted. hcpy reports in that case program and venting level changes (and no other property changes).

Is this a known limitation or is there possibly another issue causing this behaviour? Anything else I could test to help investigate?

Running the hcpy 0.4.6 add-on under Home Assistant.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions