Hi, I recently bought a Homey Bridge and I want to configure some flows.
I’m trying to setup a flow that is triggered by an HTTP request and then sends a push message. When I test it from the app it works fine every time. However, when I try to trigger the url in the webbrowser it fails.
I use an url similar to:
https://MyCloudId.connect.athom.com/api/manager/logic/webhook/Locatie?tag=Test
The response is a JSON error message:
{
“error”: “mesh_node_offline”
}
with HTTP status code 417 (Expectation failed). But sometimes these requests DO work and just show no output and status code 200 (OK).
What could be wrong here? Can I use http triggers with the Bridge or only with Pro (may be what 417 indicates?). The Http request card seems to be only available for Pro but nonetheless I can use the Logic condition in the app and it does work when testing it.
Is there some way to see more details of what’s going on?