IFTTT WebHooks & GA & Input number

https://XXX.duckdns.org/api/services/input_number.set_value?api_password=XXX

JSON POST

{ “entity_id”: “input_number.pool_run_time”, “value”: “{{NumberField}}” }

image

When using HA Service data and inputing

{ “entity_id”: “input_number.pool_run_time”, “value”: “{{NumberField}}” }

with Numberfield as 10, the slider changes to that value
but when I’m calling it from IFTTT\GA it looks like it called - I can see the notification on HA but nothing changes, any idea?

1 Like

got it :slight_smile:

https://xxxx.duckdns.org/api/services/input_number/set_value?api_password=xxxxxx

{
“entity_id”: “input_number.pool_run_time”
, “value”: “{{NumberField}}” }

1 Like

I’m very interested in this but really can’t wrap my head around what are you doing