Group Location
Explore Plans
Mobile menu Close menu
openHABopenHAB

History of item state drops below

This query returns a list of when an item's state drops below a value you specify. Note: this query will only return future events after this Applet is created.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This query returns a list of when an item's state drops below a value you specify. Note: this query will only return future events after this Applet is created.
API endpoint slug
openhab.history_of_item_state_drops_below
Runtime method
performQuery("openhab.history_of_item_state_drops_below")

Query fields

Item Dropdown list

Label
Which item?
Slug
item
Required
true
Can have default value
false

Value Text input

Label
Below value
Slug
value
Required
true
Can have default value
true

Ingredients

ItemName of the item.

Slug
item
Filter code
Openhab.historyOfItemStateDropsBelow.Item
Type
String
Example
Temperature

StatusStatus of the item.

Slug
status
Filter code
Openhab.historyOfItemStateDropsBelow.Status
Type
String
Example
20

Created atDate and time event was created.

Slug
created_at
Filter code
Openhab.historyOfItemStateDropsBelow.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00