Problem reading temperature from ngenic via HTTP GET

Hi its not working for me, se below pictures.

First when i add the condition to check the value is 200 it give me false.

If i skipp the AND card and go stright to analyse i get “Unexpected end of JSON input”
image

When i compare your pictures with mine its identical! Can someone help me out?

Thanks!

It’s there for a reason, namely to check if the server turns an “okay” response, which apparently it doesn’t. We don’t know why. Log the status code to a notification, perhaps it provides a clue.

The status code i get is 401

That’s an authorization error, so probably something to do with the token you’re passing.

Thanks!

It’s finaly working, not sure what was wrong but i created a new token and now it seems to work!