-
November 5th, 2010, 04:22 AM
#1
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
-
November 5th, 2010, 08:43 AM
#2
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....
-
November 5th, 2010, 12:26 PM
#3
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
-
Forum Rules