Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 464 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 464 Bytes

home-webhooks

I didn't want to pay 4.99 for an app. So here's my solution.

Debugging

Turn on export RUST_LOG=home_webhook=trace for logging

How to Run

id={discord_webhook_id} token={discord_webhook_token} cargo run

Homekit

  1. Add automation for whatever smart thing
  2. Convert to shortcut with Get Contents of
  3. Add URL of web server http://{ip}:port/
  4. Method Post
  5. Request body with { applianace: "whatever", status: "stuff" }