PDA

View Full Version : Import CCF files into Girder



robdob
November 5th, 2010, 01:22 AM
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

shaun5
November 5th, 2010, 05:43 AM
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....

robdob
November 5th, 2010, 09:26 AM
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.