Data Analyzer
Update sensors using AI
Last updated
Was this helpful?
Update sensors using AI
Last updated
Was this helpful?
data_analyzer
updates a sensor based in image input. (Added in v1.3.1)
For example you could create a sensor to monitor how many cars are parked, monitor your 3D print quality or the license plate of the car in your driveway.
Use helpers to create virtual sensors!
number
and input_number
text
and input_text
select
and input_select
input_boolean
The provider
id will not be the same for you. Switch to UI mode and select one of your configurations. If you don't see any, you need to set up at least one provider!
For all available models see: Choosing the right model
provider
Yes
The AI provider configuration
model
No
Model used for processing the image(s).
message
Yes
The prompt to send along with the image(s).
use_memory
No
Use information stored in memory to provide additional context. Memory must be set up.
false
sensor_entity
Yes
The sensor to update
image_file
No*
The path to the image file(s). Each path must be on a new line.
image_entity
No*
An alternative to image_file
for providing image input.
include_filename
Yes
Whether to include the filename in the request.
false
target_width
No
Width to downscale the image to before encoding.
1280
max_tokens
Yes
The maximum number of response tokens to generate.
100
temperature
Yes
Randomness of the output.
0.5