IFTTT spams my Domoticz
Posted: Monday 11 June 2018 12:18
I've setup a simple ifttt. When connected to a certain wifi network, a http is send with webhooks.
The code that I use is:
The result is that my Domoticz is getting spammed with requests.
The log from my virtual switch is:
And when I look in the IFTTT app, it ran like 10 times or so, but it sends multiple requests every second.
How to fix this?
The code that I use is:
Code: Select all
http://<LOGIN>:<PW>@<IP>:8080/json.htm?type=command¶m=switchlight&idx=25&switchcmd=ToggleThe log from my virtual switch is:
When I replace Toggle with On/Off the log result is multiple on/off in a row.2018-06-11 11:56:00 Off
2018-06-11 11:56:00 On
2018-06-11 11:56:00 Off
2018-06-11 11:56:00 On
2018-06-11 11:56:00 Off
2018-06-11 11:56:00 On
2018-06-11 11:56:00 Off
2018-06-11 11:56:00 On
2018-06-11 11:55:59 Off
2018-06-11 11:55:59 On
2018-06-11 11:55:59 Off
2018-06-11 11:55:59 On
2018-06-11 11:55:59 Off
2018-06-11 11:55:59 On
2018-06-11 11:55:59 Off
2018-06-11 11:55:59 On
2018-06-11 11:55:59 Off
2018-06-11 11:55:59 On
2018-06-11 11:55:59 Off
2018-06-11 11:55:59 On
2018-06-11 11:55:59 Off
2018-06-11 11:55:59 On
2018-06-11 11:55:59 Off
2018-06-11 11:55:59 On
2018-06-11 11:55:59 Off
And when I look in the IFTTT app, it ran like 10 times or so, but it sends multiple requests every second.
How to fix this?