I’d like to have a QR code in my house that guests could scan without needing to have anything configured on their device. I do have a cloudflare tunnel set up.
A few use cases:
When I have family from out of town, I’d like them to be able to scan a QR code to tell the house someone is home.
I’d like my cleaners to be able to scan the code when they finish so I know they are done.
I haven’t been able to find a way to do this. Does anyone know of a way to do this?
Well you should be able to craft a webhook to do that.
All you need is a webhook that does a helper boolean or something. Then an automation that looks for the boolean to change, does your whatver, and resets the boolean. Probably a dead period before the thing is reset to prevent multiple bumps, just guessing.