Search sensor history logs
homey_insights_searchFind Homey Insights logs by fuzzy matching room, device, log title, capability, or units to get candidate log IDs for querying sensor and meter history.
Instructions
Finds Insights logs (sensor and meter history) by fuzzy matching over room name, device name, log title, capability id and units. A Homey carries well over a hundred logs, titled in the household's own language, so start here: this is how "the living room temperature sensor" becomes a log id you can query. Returns candidates with their ids and never guesses which one was meant.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Restrict to numeric logs (measurements) or boolean logs (on and off states). | |
| limit | No | Maximum candidates to return. Defaults to 20. | |
| query | No | What to look for, for example "living room temperature", "power", or "measure_humidity". Words are matched against room name, device name, log title, capability id and units. Omit it to browse the first logs on the hub. |