Skip to content

Unable to create Automation - Always get Bad Request #616

@dougmaitelli

Description

@dougmaitelli

Checklist

  • I'm running the newest version of LLM Vision https://github.com/valentinfrlch/ha-llmvision/releases/latest
  • I have enabled debug logging for the integration.
  • I have filled out the issue template to the best of my ability.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This is a bug and not a feature request.
  • I have searched open issues for my problem.

Describe the issue

I am unable to create the automation using the blueprint, it always returns Bad Request.

From browser logs:
Request:

{
   "description":"",
   "use_blueprint":{
      "path":"valentinfrlch/event_summary.yaml",
      "input":{
         "camera_entities":[
            "camera.front_door"
         ],
         "motion_sensors":[
            "binary_sensor.front_door_motion"
         ],
         "provider":"01KJVDS2MH67BRBTBG1Y92F51S"
      }
   },
   "alias":"Front Door Vision LLM"
}

Response:

{
  "error": true,
  "code": 400,
  "message": "Bad Request",
  "description": "The server did not understand the request"
}

Reproduction steps

  • I installed the latest version of the plugin
  • I added the integration
  • I added a local Ollama provider
  • I downloaded the latest version of the Blueprint
  • I tried to create an automation using the Blueprint
  • Got a Bad Request error

Debug logs

N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions