Another suggestion is to have a Loxone virtual output that triggers a script on the Loxberry or a Raspberry Pi (or any other full-featured device). I have a script that sends a simple command to a solar inverter that requires Digest authentication.
The sum total of the script output is -
{"suspension_time_seconds":0}
I would use Loxone only, but it's impossible with Digest authentication.
Use a script editor like Notepad++ to open the attached PHP file.
You will need to put your IP, Username and Password at line 4, 6 and 7 respectively.
The payload {"suspension_time_seconds":0}, will need to be removed.
I've got a cursory knowledge in PHP, but my best guess on how to do this is as follows - hopefully someone with PHP knowledge can jump in here....
Delete line 14 and 15.
Line 13 to read instead -
$post_data = array;
The remainder of the guidance can come if you're happy to proceed.