ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
494 stars 53 forks source link

Alarmclock #299

Closed BrukerJan closed 7 months ago

BrukerJan commented 7 months ago

Describe the bug

Alarm clock does not count down correctly

When setting the alarm clock on a 'Bosch oven' the number.bosch_oven and the sensor.bosch_oven shows the correct number of seconds. However, the sensor does not count down according to the oven alarm clock which I suppose it should do. Additionally, when the oven alarm clock has counted down, it takes about 2 minutes before the number.bosch_oven and sensor.bosch_oven are set to 0 socnds.

Version of the custom_component

1.0.0

Configuration

None

Debug log

Attached

Paste the exception info here or attach the full log file

home-assistant_home_connect_alt_2023-12-06T16-22-09.171Z.log

ekutner commented 7 months ago

The integration is updated based on events received from the Home Connect API, the frequency and timeliness of these updates are controlled by the API.

duplicate of #239