Is mine speedtest executed only at 3 AM every day?

Hi to all,
this is the speedtest component inside my configuration.yaml:


speedtestdotnet:
  scan_interval:
    minutes: 0
    hours: 3
  server_id: 7898
  monitored_conditions:
    - ping
    - download
    - upload

I would test executed only at 3AM, every day.

But, I see in frontend several updates, like this:

Immagine

Atm it’s 2PM, but I can see several updates, I would exepct a flat line since last 3AM, no?

Is there a possibility to log when speedtest start?

You’ve set it to scan every 3 hours.

OK, I understand. How can I set it only at 3AM, every day? Thank you very much for your effort!

You can do this by using an automation as explained in the docs.

Thank you, solved!