Ich habs jetzt mit einer Batch Datei hin bekommen. Benötigt wird dazu nur Wget.
Die Batch sieht so aus:
Code
@echo off
Set "EINSATZSTICHWORT=%~1"
Set "SACHVERHALT=%~2"
"C:\Program Files (x86)\GnuWin32\bin\wget.exe" "https://service.iobroker.in/v1/iotService?service=custom_stichwort&key=<key>&user=<mail@mail.de>&data=%~1"
"C:\Program Files (x86)\GnuWin32\bin\wget.exe" "https://service.iobroker.in/v1/iotService?service=custom_alarm&key=<key>&user=<mail@mail.de>&data=%~2"
Im Alarmablauf muss dann noch "Programm Starten" eingefügt werden. Dort den pfad zur Batch und bei Parameter "%EINSATZSTICHWORT%" "%SACHVERHALT%"