[quote=“vascodp, post:60, topic:167682”]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.
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 ?[/quote]
Actually yours is a different problem. In your case, the entire devxxxxxxx.xml file appears to be “Learnt”. Normally I’m used to seeing these files with a standardized [tt]SQKeyCode[/tt] attribute attached to each of the [tt]command_info[/tt] blocks. I key off this to create the corresponding map to the MiOS IR stuff.
Historically, all of the stuff I get from SquareConnect SQRemote comes in this form:
[tt] <command_info command_name=“POWER TOGGLE” SQKeyCode=“1” ir_data=“0000 006C 0000 000C 000C 0019 0018 0019 0018 0019 0018 000D 000C 0019 0018 0019 000C 000D 000C 000D 0018 0019 0018 000D 000C 0019 000C 0D4D” source_id=“1” SQSource=“L” UEIDeviceType=“T” support_ph=“true” repeat_count=“0”/>[/tt]
but in your case, even for the standardized command_info records (like [tt]POWER TOGGLE[/tt]), they’re all coming through with a [tt]SQKeyCode=‘0’[/tt] like this:
[tt] <command_info command_name=“POWER TOGGLE” SQKeyCode=“0” ir_data=“0000 006C 0000 000C 000C 0019 0018 0019 0018 0019 0018 000D 000C 0019 0018 0019 000C 000D 000C 000D 0018 0019 0018 000D 000C 0019 000C 0D4D” source_id=“1” SQSource=“L” UEIDeviceType=“T” support_ph=“true” repeat_count=“0”/>[/tt]
For “standard” stuff, there’s a long/unique list of these [tt]SQKeyCode[/tt] values that I’m using, and I simply ignore the [tt]command_name[/tt], since that’s normally an arbitrary string.
I’ll send a note to Mat & John to see if he can tell me why they’re not filling in the [tt]SQKeyCode[/tt] for these learned codes. If they can’t do it, I might be able to add a backup mapping in to handle a few of these cases.