Simpel backup automation not triggering (NEW install)

Hi,Processing: home-assistant_2023-03-31T15-43-17.828Z.log…

I just installed new fresh latest HASSIO verion on raspberry 4.
image

Now trying to do just a simpel automation test for full backup. No external yet.
Using UI for the configuration.
Result in .yaml:
image

When triggering manualy it makes a backup but it doesn’t trigger auto with time_pattern option.

Can anyone help me understand why the automation doesn’t create automatictly a backup?

I do get Errors in the log:

tnx

Hi,

First step for you to get helpful reactions is to not use screengrabs from your code, but to enter it as text in you post and correctly format the code.
See: How to help us help you - or How to ask a good question and specifically Format it properly

Just to be sure: your current automation trigger is set-up such that it will only trigger at 00:03:00 so at 3 minutes past midnight.
Is that what you anticipated?

Hi,

Sry i will do that next post. Tnx.

No, that was not i was anticepated but now i know how it works. And it did the automation as you said at 00:03:00 last night.

Now the next hurdle is the log. Now i have 178.125 occurrences for a handling request.
Is this something fixible? Or better to do a clean install again?

Logger: aiohttp.server
Source: /usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py:403
First occurred: April 1, 2023 at 10:00:47 (178125 occurrences)
Last logged: 12:42:21

Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 332, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 551, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message="Bad status line 'Invalid method encountered'"