Great observation Henrik and thanks for sharing.
Is this working for you using that format for the webhook URL?
Observe that IFTTT weather forcast some times includes a "/" in the forcast text, like "AM Sunny/PM Showers" as this will be interpreted as 2 variables in the SEQ.webhook interface.
It wise to place the forcast as the last variable send from IFTTT.
do this "http://sequematic.com/trigger-ifttt-webhook/key1/key2/ Sunrise/{{HighTempCelsius}}/{{LowTempCelsius}}/{{Condition}}"
and not this "http://sequematic.com/trigger-ifttt-webhook/key1/key2/Sunrise/{{Condition}}/{{HighTempCelsius}}/{{LowTempCelsius}}"
Have fun :)
Great observation Henrik and thanks for sharing.
Is this working for you using that format for the webhook URL?
Yes.
copy of URL from IFTTT:
http://sequematic.com/trigger-ifttt-webhook/HEXKEY/NUMER/Sunrise/ {{HighTempCelsius}}/ {{LowTempCelsius}}/{{Condition}}
The IFTTT Metod is set to GET (and not PUT as you would expect)
Snap if IFTTT setup:
Snap of SEQUE setup
Observet the xtra P4wCondition which will contation the part of the IFTTT condition after /
Have Fun
That's a good way to get around it, glad it's working for you. Thanks for sharing this - hopefully it will be helpful to someone else trying to achieve something similar.
Just an observation on the format of the IFTTT/WU Weather forcast format
For anyone reading this discussion, there is now built in weather functionality in SEQUEmatic. You can use it either as a condition or as a trigger so there is no need to integrate with IFTTT for this anymore.