#Hourly automation not firing with Time Pattern

1 messages ยท Page 1 of 1 (latest)

flint shale
#

Afternoon all. New to Home Assistant and having a mare ๐Ÿ™‚ I'm trying to do a few things, but basic stuff for now -> I need to press a button (or also trigger every hr) an http request and then parse the return JSON format, but:

  • Hourly triggers aren't firing using time pattern
  • can't see anywhere where a restful response (if that's the right way to do it) is taken and parsed. Many thanks
royal geyser
#

For hourly trigger, show what you tried.

flint shale
royal geyser
#

That triggers at 1:00 only

#

Hourly you would want hours: * or hours: /1

flint shale
#

Hmm, the UI is not very intutive

#

So I select Time Pattern

#

And then * goes here, not 1?

royal geyser
#

Somebody actually just fixed that yesterday ๐Ÿ˜

#

(well that it is not intuitive)

#

Yes put the * there

flint shale
#

Ah, so the * for hours is each hour, or each min etc. or /30 in minutes means every 30 mins of each hour.

#

I wish I saw that in the docs

#

The documentation deals only with YAML editing, and not the UI editing