Results 1 to 3 of 3

Thread: Import CCF files into Girder

  1. #1
    Join Date
    Jan 2009
    Location
    Wiltshire
    Posts
    22

    Default Import CCF files into Girder

    Hi,

    I have just got a Global Cache device and wish to get this integrated with Girder.

    So far I have manually copied CCF codes from Pronto Edit into Girder to control my Satellite receiver and this is working great.

    However I have a lot of other devices I wish to control and copying in the CCF codes manually takes a long time, has the potential for errors and is very tedious.

    So does anyone know of a way to import a CCF file into Girder?

    Thanks,

    Rob

  2. #2
    Join Date
    Oct 2005
    Posts
    296

    Default

    I had the same issue. I have had good luck getting the CCF's from makehex vs. using the learned CCF's from pronto edit. I build my CCF library for each device in Excel, import it into a table in a sqlite database. This probably sounds weird, but I wanted my web interface to have ALL the commands for each device available. With the sqlite table, I can just read the table in my .lhtml file and generate all the buttons.

    I use task oriented macros for most operations, but there are times I need to get a specific command for a single device. I keep the commands buttons (actually a group of div tags) hidden and can be shown/hidden with a single button for each device on the interface....

  3. #3
    Join Date
    Jan 2009
    Location
    Wiltshire
    Posts
    22

    Default

    Thanks for the reply.

    I was hoping for a nice eay way with a script or something that I could just point at the CCF and hover up the bits I want :-)

    I guess its an evening of copy and pasting for me.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •