i switched from homematicip ap to homematicip hcu since july 2025, i set up new telegrambot for message from manuell in yaml to ui.
I experienced that after midnigt no new message for alexa and telegram incoming, after i reload the homematicip integration (or boot system), so i build a automatic rule on 3 am, what this is not working (no new messages from kids and wife) until i start the rule manually on about 9am - every day - and all actions are working normal, this is actually every day so. Meanwhile it worked for two days, what then not
its working until 0:00 oclock, no message from 0 - 3 pm, then one or two old mesassage at 3 oclock und then nothing until i start automation manuell.
im not sure which logs are neccessary, so i look, wich i should upload.
Relaod of integration or reboot worked too, workaround do boot complete system i didnt try whats thats looks somehow strange, not sure if some updates made some bugs for the combi with hcu
Post the YAML code of the automation (three dots, Edit in YAML from the automation’s screen), properly formatted for the forum either using the </> button or putting the code between three backtick characters:
```
CODE GOES HERE
```
The format should look like this — don’t submit the post until it does:
alias: Hot water - heating on
description: >-
Turns the hot water tank heating on when either boosted or when the estimated
tank charge value is below the current target for 40s.
triggers:
- trigger: state
entity_id: input_boolean.hw_boost
to: "on"