(GlobalCache GC-100) Need Initial IR Command to send to turn on Receiver (I have everything just not sure of command syntax)

  • Platform information:

    • Hardware: Raspberry Pi 3
    • OS: OpenHabian
    • Java Runtime Environment: OpenJDK Runtime Environment (Zulu embedded 8.25.0.76 (build1.8)
    • openHAB version: 2
  • Please post configurations (if applicable):

    • Items configuration related to the issue
    • Sitemap configuration related to the issue
    • Rules code related to the issue
    • Services configuration related to the issue
  • If logs where generated please post these here using code fences:

I’ve added the GC-100 from searching for it as a Thing, I have tried to send a simple IR command to a receiver on 5:3 (fifth connector, third IR port )

I’ve tested the command through iTest from GlobalCache and it works and blinks the light on the back of the GC-100. But when I try the command in OH2 it doesn’t seem to work as it doesn’t blink the light to confirm the command was sent.

I tried an auto config, then I created a Widget in HABPanel then gave it the initial command. I tried two commands:

For Power On:

First Command Tried:
sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772

Second Command Tried:
38000,1,1,218,111,72,217,72,72,72,772

My Log File: /var/log/openhab2/openhab.log

2017-12-14 11:04:29.477 [WARN ] [rm.AbstractFileTransformationService] - Could not transform ‘ON’ with the file ‘globalcacheir.map’ : Target value not found in map for 'ON’
2017-12-14 11:04:29.479 [WARN ] [obalcache.handler.GlobalCacheHandler] - No entry for ON in map file ‘globalcacheir.map’ for thing gc100_12:000C1EC01A8A
2017-12-14 11:04:30.221 [WARN ] [rm.AbstractFileTransformationService] - Could not transform ‘sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772’ with the file ‘globalcacheir.map’ : Target value not found in map for 'sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772’
2017-12-14 11:04:30.226 [WARN ] [obalcache.handler.GlobalCacheHandler] - No entry for sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772 in map file ‘globalcacheir.map’ for thing gc100_12:000C1EC01A8A
2017-12-14 11:04:59.588 [WARN ] [rm.AbstractFileTransformationService] - Could not transform ‘sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772’ with the file ‘globalcacheir.map’ : Target value not found in map for 'sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772’
2017-12-14 11:04:59.592 [WARN ] [obalcache.handler.GlobalCacheHandler] - No entry for sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772 in map file ‘globalcacheir.map’ for thing gc100_12:000C1EC01A8A
2017-12-14 11:05:01.830 [WARN ] [rm.AbstractFileTransformationService] - Could not transform ‘sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772’ with the file ‘globalcacheir.map’ : Target value not found in map for 'sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772’
2017-12-14 11:05:01.835 [WARN ] [obalcache.handler.GlobalCacheHandler] - No entry for sendir,5:3,1,38000,1,1,218,111,72,217,72,72,72,772 in map file ‘globalcacheir.map’ for thing gc100_12:000C1EC01A8A

Can you post the contents of your transform/globalcacheir.map file?

The map file should contain something similar to this.

SONYTV_POWER_ON         = 40000,2,1,96,24,24,24,48,24,48,24,48,24,24,24,48,24,24,24,48,24,24,24,24,24,24,24,24,1014
SONYTV_POWER_OFF        = 40000,2,1,96,24,48,24,48,24,48,24,48,24,24,24,48,24,24,24,48,24,24,24,24,24,24,24,24,990

The item should look sometyhing like this (modified for the gc100 module/connector).

String Kitchen_TV   "Kitchen TV"   { channel="globalcache:itachIR:000C1E0391E5:ir-m1#c1" }

And the HABpanel should look something like this.

Hey Thanks for the quick response mhilbush

I will try that

btw, I got it to toggle the power through a “switch widget” I didn’t have to enter the command with this but at least I know it sent a command and I am closer to getting to know how to send all the commands!! :slight_smile: I think I only have about less than 10 commands to send


It worked, thanks!!

Mark, are you just a user of OpenHAB or one of the contributors of OpenHAB or ???

I really appreciate the support, I love this project I would like to do something to contribute back.

Thanks again. The little bit of help you gave me allowed me to get to the next step, so I am making more progress on my own now.

Yes and yes. :slight_smile:

I’ve contributed a couple bindings (GlobalCache, BigAssFan), working on a couple more (SharpTV, SunsetWx), log issues when I find problems, and help out here on the forum.

1 Like