@manfaiho,
I have exactly the same problem.
Everything seems fine when I manually upload the attached D+I files, generated with the XLS files, to create the device, but no IR Transmitter selection is available and no IR actions are shown at scenes/advanced.
Also tried to create a variable IODevice, and managed to associate it with SQ Blaster (or one of it's channels), but still no actions are available under scenes/advanced.
As a workaround, and because I control my IR devices via luup code only (no UI involved), it would be fine if, for example, luup.call_action( "urn:squareconnect-com:serviceId:PlaceHolderAV1", "CHANNEL UP", {}, 73 ) would work, with 73 representing the id of the IR device to be controlled. Unfortunately it doesn't...
To further test the plugin, I tried to use luup.call_action( "urn:micasaverde-com:serviceId:IrTransmitter1", "SendProntoCode", {ProntoCode="code"}, 67 ), with 67 representing the SQ Blaster plugin id. It doesn´t work, until I manually replace "I_SQBlasterController1.xml" by "I_SQBlaster1.xml", as described at
http://forum.micasaverde.com/index.php/topic,10251.msg71419.html#msg71419.
Then, I can directly send pronto codes to the blaster, but I still can't address channels 1 to 4, so not even this workaround (of a workaround...) is good enough.
Every minute, my Vera logs the attached information. Not sure what it means...
@guessed, can you help ?