Hi there,

I'm trying to integrate two systems i have, a Lutron HWQS system and a Fibaro Home Center 2 controller. The thing is, the Fibaro controller API is HTTP only.

I'm able to connect to it over telnet and send the following commands:

GET /api/callAction?deviceID=147&name=turnOn HTTP/1.1
Host:192.168.0.247
Authorization: Basic YXBpOmFwaQ==

that turns on the device with id 147 sucessfully, but i typed them line by line, with carriage returns between them.

The integration commands on HWQS are single line commands, so i cannot send multi-line commands using it. How can i integrate this device onto HWQS?