Jump to content
Flirc Forums

Search the Community

Showing results for 'SendIR command'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Flirc forums
    • Skip
    • Raspberry Pi Cases
    • Flirc USB
    • Flirc USB Gen1
    • Jeff Probe

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location


Interests

  1. Hi For debugging purposes, is there anyway to send IR presses to flirc (from a remote) and have it output the raw value it's receiving? (or hash of it) Kinda like a 'monitor' mode? Thanks
  2. I am using a Harmony 650 with a Flirc to control RasPlex. My TV is a Panasonic ST60 (TC-P60ST60) which has some Smart TV features. I typically leave my RasPlex sitting on the movies screen. When i do this, I noticed whenever i have the Harmony change activities that RasPlex is receiving a delete file command. When I switch activities to the RasPlex, if it was on the movie wall, I have a confirmation window sitting there asking if I want to delete these files. By running help on the remote, i was able to track down the offending command to "Panasonic TV Viera SmartMENU set to OFF". This command is not shown anywhere within the Harmony software. I put the Flirc into my PC and ran the GUI to see if it would pick up which key was being pressed but no matter which profile i picked in the GUI, it didn't show a keypress when I forced the SmartMENU set to OFF command. I clicked erase in the GUI and sent the SmartMENU set to OFF command but that didn't help. Additionally, after the SmartMENU set to OFF command is sent, a second command called "Panasonic TV HomeScreen set to OFF" is sent which appears to trigger the enter/OK key on RasPlex. Like the other command, the Flirc GUI doesn't register a keypress when i send the command with the Flirc plugged into the PC. I tried changing the Inter-Key Delay on both the Flirc and the Harmony as well as setting repeat command to 0 on the Harmony. None of these has helped. I'm not able to find either the SmartMENU or HomeScreen set to OFF commands anywhere within the Harmony software to remove it from being sent. The only place i am able to actually see these commands is while running through the help on the remote. What should I look at next?
  3. Android TV was launched last year and there will be more device coming using this platform. Flirc will gain alot of popularity on Android TV by adding many additional commands that factory devices do not provide. Unfortunately, Flirc is missing an important command that all Android TV devices use: Media Home key. Android TV uses this key to exit and go back to home screen from any apps. There is workaround (esc+tab) but it is not true Home key. any plans to add this command?
  4. There are a number of situations where you may want to configure/control flirc from the command line rather than the GUI. For example, XBMCbuntu is made to boot directly to XBMC without ever displaying a desktop environment. You may also like to be able to modify your flirc configuration via ssh without interrupting an XBMC session. In this tutorial I'll cover some basic steps for getting started with flirc from a command line. INSTALLATION First, we'll install the flirc software. To do this, you need to add flirc to your apt-get sources. You can do this with any text editor. Easiest is probably nano: sudo nano /etc/apt/sources.list Scroll all the way to the bottom of the file (Ctrl+V is page down) and add these lines: # flirc deb http://apt.flirc.tv/arch/i386 binary/ Save your changes (Ctrl+X exits nano, prompting you to save. Hit Y for yes, and enter to save without changing the file name). Then update apt-get to include your new source: sudo apt-get update Now you can install the flirc software: sudo apt-get install flirc Now it's possible to run all flirc commands from the command line, including programming the device, backing up your configuration, firmare installs, etc. For a list of flirc commands, you can just type 'flirc' and press enter, or 'flirc help'. For help with a specific flirc command, use 'flirc help <command>'. FIRMWARE You'll want a place for storing flirc firmware and config files. Here's how I do it: Go to your home directory if you aren't there already (in Linux, the tilde (~) represents your home directory, so if you're using XBMCbuntu and logged in as the xbmc user, 'cd ~' will take you to your home directory). If you're using another computer to do all of this via ssh, your ssh sessions will start in your home directory anyway by default. Make a folder called .flirc: mkdir .flirc Go to your new folder: cd .flirc To pull down firmware 1.0: wget http://downloads.flirc.tv/fw/fw_1.0.bin (Optional) Linux tip: If you use 'ls' you will see that there's now a file called fw_1.0.bin in your ~/.flirc/ folder. I use 'ls -al' (or just 'll' on most Linux builds), as that will also show hidden files and folders (like the ones with dots (.) in front of them) and the list is formatted nicer and provides much more info than ls alone. To install the firmware, make sure your flirc is connected and run: flirc upgrade fw_1.0.bin I don't know direct addresses for beta firmware. I'm not sure if Jason wants those to be public anyway. If he does he can add them to this thread. Either way, I'll add a post about copying files to and from an XBMCbuntu box soon. Also, since the flirc software is now installed, you can get to the GUI if you really need to as well, by exiting XBMC and logging into xbmcbuntu from the log in window, using the same account/password as your xbmc account. Flirc will most likely be one of very few apps installed so it's not hard to find, and it looks the same on Linux as is does on Windows or Mac, but I really like using flirc from the command line honestly. It's really easy to use 'flirc delete' and 'flirc record <key>' to change buttons on the fly without interrupting your xbmc sessions.
  5. I use a Harmony Hub remote. I have a PC running Windows 8.1 and it has Kodi and Plex and other programs on it. It has an FLIRC plugged in. The remote controls other media players, an ATV, Mac Mini and a NUC PC also running Win8.1 with an MCE receiver. I used the XBMC profile in the My Harmony app ( manufacturer FLIRC). The problem is I would like to add some commands that are not in the XBMC profile. I know how to reassign button commands. For example, suppose I wanted to assign the Command (Windows) key to a button. Somehow I would have to get that button learned. I assume this would be done both by the Harmony and by the FLIRC software? Can the built in profiles in the FLIRC firmware be modified and saved as a different profile ( so as not to wreck the built in profiles)? How? Can I use the Windows command from an MCE Remote to teach FLIRC that command? If I then use it will there be a conflict with the FLIRC computer and the MCE NUC? Thanks...philip
  6. Ok I am trying to program the flirc with the pause button on the PS4 (as my research suggest the pause button functions just like the ps button). I can not for the life of me get it to work. I navigate to the flirc folder in program files (x86) in my drive type the following: flirc_util record pause Hit enter which seems to do nothing command line just goes back to the flirc folder not sure if I'm supposed to see feedback from the flirc_util,I then hit the button on the remote that I want to program to pause, hit that button, and it doesn't register as a key press. I have tried several times, tried running cmd as administrator, etc. and I just cannot get it to work... what am I missing? UPDATE: Have officially tried using the api for the pause/break button and it still doesn't work I"m about to start pulling my hair out here because if i can't get this to work this device will be completely useless to me. I really need to try and find a way to get this to work with ps4
  7. I know this has been asked before but the previous solutions (unplugging for a day, running windows update) does not seem to be working for me. I can record a new button but when I click it the button is not sent. Any ideas?
  8. GUI Universal Build, 1.3.6 Firmware 3.6 Controllers: Full Keyboard Mac Yosemite 10.10.2 Mac OEM Wireless Key Board MacMini Just upgraded to the new gui 1.3.6 and Firmware. The Command and Control keys are still reversed. For example when I press Command + anykey the Control +anykey pressed lights up in the GUI. When I press Control + anykey the Command + anykey pressed lights up in the GUI. Also, in an earlier build the Command or Control key would light up (by itself) as soon as it was pressed. Now the special key won't light until the paired key is pressed along with it. It was a lot more friendly the other way.
  9. GUI Universal Build, 1.3.6 Firmware 3.6 Controllers: Full Keyboard Mac Yosemite 10.10.2 Mac OEM Wireless Key Board MacMini Just upgraded to the new gui 1.3.6 and Firmware. The Command and Control keys are still reversed. For example when I press Command + anykey the Control +anykey pressed lights up in the GUI. When I press Control + anykey the Command + anykey pressed lights up in the GUI. Also, in an earlier build the Command or Control key would light up (by itself) as soon as it was pressed. Now the special key won't light until the paired key is pressed along with it. It was a lot more friendly the other way.
  10. Lets assume I have a windows pc with XBMC. I want to add it via the keyboard controller keys combination (ctrl+alt+M for instance) that will launch some hotkey shortcut (For example will open XBMC or run some script, whatever..). Now comes the thing that I don't understand. How should I map between this new custom key combination to a button on my remote? Does flirc has more than XBMC profile at logitech DB?
  11. The Flirc has some great features and *can* be relatively easy to use. However, without documentation of any kind, I must start actively recommending fellow hardware users in various hardware forums I participate in to avoid purchasing the Flirc (I have been actively pushing the Flirc for various devices for over a year up to this point). I can't understand how anyone can release hardware of this potentially advanced nature without any documentation whatsoever. Even as a one man shop, documentation should be of the highest priority in any hardware and software released for public consumption. Take the command line utility flirc_util.exe. It seems to be very powerful and is often given as the cryptic answer for various issues all over this forum. Cryptic is the key: without documentation, how is anyone supposed to guess at its actual workings? A perfect example is the record_api fucntion.. I've seen 10's of threads asking how to record the "menu" key for various hardware. The answer is often given as use flirc_util's record_api fuction. Wonderful that the developer has created such a utility that can solve those kinds of issues, but without documentation it is limited to his own use and a cabal of a few other advanced users only. I'm not trying to bash the Flirc in any way... I see it as a wonderful piece of hardware with great potential and easy use for limited applications. I am a realist, however, and the conclusion of that realism is: without documentation the Flirc is more of a potentially frustrating curiosity than an actual tool for many people. Please document both the GUI and, most important, the command line utility for those that actually need to go beyond an extremely simple setup. Thank you.
  12. After lots of faffing, I have two FLIRCs connected to a FireTV and Windows based XBMC, translating IR codes from a Global Cache iTach IP2IR into simulated qwerty keyboard keys. I'm using Command Fusion's iViewer app on an iPad to present the user with a touch screen virtual keyboard. iViewer is in fact controlling a fairly large and complex AV system and I desperately wanted to remove the need for a physical keyboard. I just wanted to give a quick run down of some useful tools and the issues I encountered. Because of the sheer number of unique IR codes needed (150+) to cover a full keyboard implementation for two devices, rules out using an old remote control to programme the FLIRC. So instead I used IR Master http://hifi-remote.com/forums/viewtopic.php?t=13655 to generate clean Pronto Hex IR codes using the JVC protocol. I initially used NEC1, but this interfered with some other devices I have, not to mention conflicting with some standard MCE IR codes, including the Streacom IIRC device installed in the XBMC HTPC. As a side note, the Streacom IIRC unit should be capable of acting as an IR keyboard, but if you can work out how to use the custom programming tool then you deserve a medal. I then used Global Cache's iConvert tool to convert the pronto hex in to something the iTach unit understands. I wrote a simple AutoIT script to convert each code, pulling the pronto hex code from a file, converting it in iConvert and saving the converted code back to another file. Once I had configured the iViewer app on the ipad to send the JVC codes in response to me pressing the keys on the iViewer virtual keyboard, I set about programming the FLIRC using the XBMC, FireTV and Full Keyboard profiles in the FLIRC GUI. This took some time, especially as I encountered some issues erasing keys when I made a mistake. I did not find any way around this other than doing a full wipe and starting again taking more care. The only other problem I encountered concerns the US keyboard mapping in the FLIRC GUI. For XBMC this means that symbols were not being interpreted correctly. If FLIRC is going to be your only keyboard then you can configure windows to just use a US keyboard layout, but I want to be able to easily switch back to a UK keyboard. For this I found this utility, http://www.codeproject.com/Articles/20994/Using-multiple-keyboards-with-different-layouts-on. This remaps the layout for each keyboard. You would think this would be something Windows could do on its own, but apparently not! The keyboard layout doesnt seem to be an issue for FireTV because it only makes use of the Alphanumeric keys as far as I can tell. I'd be happy to expand on the steps if this doesn't make sense, but it might point someone in the right direction and save them time.
  13. I ordered a FLIRC because of all the good things I've heard from the raspberry pi forums. I'm confused by one aspect of the FLIRC. I thought it would be more like LIRC (incorrectly assumed based on the similarity of the name) where you can actually send command line commands to the pi directly without having to be in XBMC or any kind of destkop environment. Can you program the flirc to work this way?
  14. Hi, I have a Harmony remote, which has two keys mapped to WinKey+Alt+Enter (Windows Media Center Start/Home) I have tried deleting the combination using Erase in the GUI and the delete command from the CommandLine, Both methods report they succeeded, however the mapping does mot get deleted. Attached is the config file if that is of any use. Using the Samsung Romote profile on a Harmony 885, under Windows 7 Firmware version 153 For the time being I'll just just format the device. ........ Just tested the offending Key combo again after formatting and it deleted it fine this time, so maybe there is something in the coinfig file that may be useful for you. PS.. Would be nice if the user saved config file was a readable xml file with entries for each mapped key, that way with problems like this, we could simply go in and manualy delete the offending xml keys, and then reload the file. Thanks Neal
  15. How can I command the FLIRC to open a program when I push a button on my Harmony One remote? I'd liked it to open XBMC, is this even possible?
  16. Is there a way to program shift and control key commands from the linux command line utility? My Flirc always sends stuck keys to my Mac when I try to run the graphical Flirc.app to program it, but it works great on my XBMC box running XBMCbuntu, so I'd rather use that.
×
×
  • Create New...