1

This is very weird for me, when trying to configure a criteria based trigger (i.e greater than 3) the HTTP POST didn't work. It worked fine on "freezes" trigger and the trigger test button as well.

The sensor is sending a value & i can see the value in the feed and the data stream.

Any idea what's wrong?

dod_basim
  • 300
  • 1
  • 12

1 Answers1

0

Have you tried sending a test trigger and confirm that it is received? Can you confirm the POST is not being received by your endpoint? You can try using http://requestb.in/ as the URL in the trigger to help debug your requests.

The other thing to check is that the value you are sending is in fact parseable to an integer or float.

calumb
  • 1,051
  • 2
  • 10
  • 24