Send Obico-Server notifications to Home Assistant using Webhook automation
- Bambu Labs P1S v01.05.02.00 (in LAN mode)
- OctoPrint v1.10.0 with the OctoPrint-BambuPrinter v0.0.18 addin
- go2rtc with the bambu-go2rtc mod for the P1S camera
- Obico-Server running on Jetson Nano
- Home Assistant v2024.5.3
- Homeassistant: Settings => Automations => New Automation
- Enable YAML Mode in the top right corner
- Paste Code from
obico.yaml
into automation - Change the
webhook_id
to something unique - In the
PrintFailure
function, change thedevice_id
to your printer camera - You may want to change the path of the camera snapshot
- I personally use Telegram for my notifications, you may wish to change the notifications to your liking
- Configure Obico-Server to use
Webhook
and point it at your Home Assistanthttps://[HOMEASSISTANT URL HERE]/api/webhook/[WEBHOOK ID FROM AUTOMATION HERE]
- Occasionally receive double notifications for prints starting?