Where do i go now?

Oh thanks, right, this one here looks like it could do what’s required:

https://community.smartthings.com/t/st-edge-web-requestor-a-driver-to-issue-local-post-and-get-http-requests/232911

But - i’ve got a proper newbie question - because i’m clearly missing the absolute basic part of this.

Where is the whole ‘Edge’ concept/interface/thing managed? What’s the starting page/login/platform to get to the equivalent code interface so i can write something that gets the current setpoint of an AC unit (for example) and then passes this as the variable to the example Edge Web driver linked above?

I think the issue is i’m coming to this party so late, everything i find has literally hundreds of pages of replies to it and i just can’t see where this all starts yet.

In order, i need to:

  1. Have something ‘trigger’ when the temperature on the AC unit changes (event handler equivalent).
  2. Pass this new temperature value to the edge web requestor so that it does the HTTP GET.

It’s probably so basic i’m embarrassed to ask, but it was just a few lines of code in Groovy and I’ve literally only ever logged into the Groovy IDE to do this stuff…

Cheers!