Add missing events to Home Connect (#38176)

* Add missing events to Home Connect

* Fixes
This commit is contained in:
J. Diego Rodríguez Royo 2025-03-25 10:18:20 +01:00 committed by GitHub
parent 570be7991e
commit 293d261151
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -842,30 +842,120 @@ All the event sensors will have the following possible values:
{% enddetails %}
- **Freezer door alarm**:
- **Description**: Represents the alarm state of the freezer door.
- **Availability**: Freezer, Fridge freezer
- **Refrigerator door alarm**:
- **Description**: Represents the alarm state of the refrigerator door.
- **Availability**: Fridge freezer, Refrigerator
- **Freezer temperature alarm**:
- **Description**: Represents the alarm state of the freezer temperature.
- **Availability**: Freezer, Fridge freezer
- **Bean container empty**:
- **Description**: Indicates whether the bean container is empty.
- **Availability**: Coffee maker
- **Water tank empty**:
- **Description**: Indicates whether the water tank is empty.
- **Availability**: Coffee maker
- **Drip tray full**:
- **Description**: Indicates whether the drip tray is full.
- **Availability**: Coffee maker
- **Program aborted**:
- **Description**: Event triggered each time a program is successfully canceled.
- **Availability**: Cook processor, Cleaning robot, Dishwasher
- **Program finished**:
- **Description**: Event triggered each time a program run is successfully finished.
- **Availability**: Cook processor, Cooktop, Hood, Oven, Cleaning robot, Dishwasher, Washer, Washer dryer
- **Alarm clock elapsed**:
- **Description**: Event triggered when the alarm clock has elapsed.
- **Availability**: Cooktop, Oven
- **Pre-heat finished**:
- **Description**: Event triggered when **Fast pre-heat** program option is active and the preheating phase is finished.
- **Availability**: Cooktop, Oven
- **Regular pre-heat finished**:
- **Description**: Event triggered when the preheating phase is finished (and the **Fast pre-heat** option is not active nor supported).
- **Availability**: Oven
- **Drying process finished**:
- **Description**: Event triggered when the drying process is finished.
- **Availability**: Dryer
- **Salt nearly empty**:
- **Description**: Indicates whether the salt is nearly empty.
- **Description**: Event triggered when the salt supply is running low.
- **Availability**: Dishwasher
- **Rinse aid nearly empty**:
- **Description**: Indicates whether the rinse aid is nearly empty.
- **Description**: Event triggered when the rinse aid supply is running low.
- **Availability**: Dishwasher
- **Bean container empty**:
- **Description**: Event triggered when the bean container is empty.
- **Availability**: Coffee maker
- **Water tank empty**:
- **Description**: Event triggered when the water tank is empty.
- **Availability**: Coffee maker
- **Drip tray full**:
- **Description**: Event triggered when the drip tray is full.
- **Availability**: Coffee maker
- **Keep milk tank cool**:
- **Description**: Event triggered when the user should remove the milk container and put it in a cool place so that the milk stays fresh.
- **Availability**: Coffee maker
- **Descaling in 20 cups**:
- **Description**: Event triggered when there are 20 cups left before the descaling process is required.
- **Availability**: Coffee maker
- **Descaling in 15 cups**:
- **Description**: Event triggered when there are 15 cups left before the descaling process is required.
- **Availability**: Coffee maker
- **Descaling in 10 cups**:
- **Description**: Event triggered when there are 10 cups left before the descaling process is required.
- **Availability**: Coffee maker
- **Descaling in 5 cups**:
- **Description**: Event triggered when there are 5 cups left before the descaling process is required.
- **Availability**: Coffee maker
- **Device should be descaled**:
- **Description**: Event triggered when the device should be descaled.
- **Availability**: Coffee maker
- **Device descaling overdue**:
- **Description**: Event triggered when the device descaling is overdue.
- **Availability**: Coffee maker
- **Device descaling blockage**:
- **Description**: Event triggered when the device descaling is blocked.
- **Availability**: Coffee maker
- **Device should be cleaned**:
- **Description**: Event triggered when the device should be cleaned.
- **Availability**: Coffee maker
- **Device cleaning overdue**:
- **Description**: Event triggered when the device cleaning is overdue.
- **Availability**: Coffee maker
- **Calc'N'Clean in 20 cups**:
- **Description**: Event triggered when there are 20 cups left before the Calc'N'Clean process is required.
- **Availability**: Coffee maker
- **Calc'N'Clean in 15 cups**:
- **Description**: Event triggered when there are 15 cups left before the Calc'N'Clean process is required.
- **Availability**: Coffee maker
- **Calc'N'Clean in 10 cups**:
- **Description**: Event triggered when there are 10 cups left before the Calc'N'Clean process is required.
- **Availability**: Coffee maker
- **Calc'N'Clean in 5 cups**:
- **Description**: Event triggered when there are 5 cups left before the Calc'N'Clean process is required.
- **Availability**: Coffee maker
- **Device should be Calc'N'Cleaned**:
- **Description**: Event triggered when the device should be Calc'N'Cleaned.
- **Availability**: Coffee maker
- **Device Calc'N'Clean overdue**:
- **Description**: Event triggered when the device Calc'N'Clean is overdue.
- **Availability**: Coffee maker
- **Device Calc'N'Clean blockage**:
- **Description**: Event triggered when the device Calc'N'Clean is blocked.
- **Availability**: Coffee maker
- **Freezer door alarm**:
- **Description**: Event triggered when the freezer door was left open too long.
- **Availability**: Freezer, Fridge freezer
- **Refrigerator door alarm**:
- **Description**: Event triggered when the refrigerator door was left open too long.
- **Availability**: Fridge freezer, Refrigerator
- **Freezer temperature alarm**:
- **Description**: Event triggered when the freezer temperature is too high.
- **Availability**: Freezer, Fridge freezer
- **Empty dust box and clean filter**:
- **Description**: Event triggered when the user has to empty the dust box and clean the filter.
- **Availability**: Cleaning robot
- **Cleaning robot is stuck**:
- **Description**: Event triggered when the cleaning robot is stuck and isn't able to continue its run.
- **Availability**: Cleaning robot
- **Docking station not found**:
- **Description**: Event triggered when the cleaning robot wasn't able to find the charging station.
- **Availability**: Cleaning robot
- **Poor i-Dos 1 fill level**:
- **Description**: Event triggered when i-Dos content 1 is poor.
- **Availability**: Washer
- **Poor i-Dos 2 fill level**:
- **Description**: Event triggered when i-Dos content 2 is poor.
- **Availability**: Washer
- **Grease filter max saturation nearly reached**:
- **Description**: Event triggered when the grease filters need to be cleaned soon
- **Availability**: Hood
- **Grease filter max saturation reached**:
- **Description**: Event triggered when the grease filters are saturated
- **Availability**: Hood
{% enddetails %}