irritanterik / homey-http-request-actions

HTTP request actions for flows on Homey by Athom
16 stars 14 forks source link

Flows #24

Closed fjosepose closed 5 years ago

fjosepose commented 5 years ago

Hi I´m sending the following to my Homey:

http://192.168.1.7:80/api/app/com.internet/doorman/unlock

and I use the "Incomming GET" card. "doorman" triggers the flow(using your http-app) AND value=unlock(using builtin Logic) THEN open door (using Doorman app). This worked fine in v1 but in v2 this seems not to work for some reason. Please advice.

irritanterik commented 5 years ago

Can you add screenshots of your flow trigger and condition?

fjosepose commented 5 years ago

Hi Thanks for quick response. Here are screenshot of my flow(please see post below)

If I remove the “unlock” from the http-command I send and from the flow I can make the flow trigger. But I need the value in some cases in Homey. I had about similar 15 of these working on v1

Best regards Torbjørn Nesheim

On 23 Jan 2019, at 20:59, Erik van Dongen notifications@github.com wrote:

Can you add screenshots of your flow trigger and condition?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/irritanterik/homey-http-request-actions/issues/24#issuecomment-456945071, or mute the thread https://github.com/notifications/unsubscribe-auth/AQnEhC7UL0-9-Q9SKCQt4L_umwayx6Huks5vGL8-gaJpZM4aPhQC.

fjosepose commented 5 years ago

img_0524 img_0523 img_0525

irritanterik commented 5 years ago

Thanks. Bad issue, all triggers are dead. I will look into in tonight.

irritanterik commented 5 years ago

Conversion of non-numeric values coused a NaN value passed to flow trigger handling resulting in homey not triggering flows. Fixed with 882d2824b7e98582c05a058ba4213013d44aecc3 (app version 2.0.8). App update is now pending Athom approval.

fjosepose commented 5 years ago

Looking forward to the new version, thanks! Is the approval some automatic process, or man-in-the-loop?

irritanterik commented 5 years ago

Man-in-the-loop. Will take a few days. If you can't wait.. use numbers instead of strings (so 1 instead of "lock")

irritanterik commented 5 years ago

2.0.8 is now available in the app store.

fjosepose commented 5 years ago

It works, smarthouse is back in business, thanks!