Loxone Integration

Hey @nausser.

We’ve been able to get a Virtual Output in Loxone to connect to a Bond Home API endpoint running firmware v2.17.4. As a simple test we used the /v2/sys/reboot API endpoint to reboot the Bond Home. We’ve yet to setup any Bond API Device Commands as Virtual Outputs however as a first step we’ve at least been able to get Loxone passing the token and interacting with the Bond API.

Below is the configuration we used for the Virtual Output in the Loxone config.

Virtual Output properties:
Address: http://bondipaddress
Close Connection after sending: ticked

Virtual Output Command properties:
Command for ON: /v2/sys/reboot
HTTP extensions for ON: leave blank
HTTP Post command for ON: {"_token": “bondtoken”}
HTTP Method for ON: PUT

I hope this helps.
Simon

1 Like