#Push Camera configuration

1 messages · Page 1 of 1 (latest)

warm flower
#

I am trying to use https://www.home-assistant.io/integrations/push . I have configured a webhook_id of my_camera , but when I try to curl -X POST -F "image=myphoto.jpg" http://my.hass.server:8123/api/webhook/my_camera , curl exits successfully but I can't see the picture on my dashboard and the camera just says "idle". Am I missing something?

Home Assistant

Instructions how to use Push Camera within Home Assistant.

sonic sigil
#

myphoto.jpg is a file? You're missing the @ sign prefix after the equals.

warm flower
#

It's a file, yes. Added the @ but it still doesn't work 😦

#

oops - I additionally had a typo. It worked now, thanks!