Renaming 2 thousand Files? Do it the Python way…

I ran into a situation earlier that I needed to bulk rename the file extension on a couple thousand files…. The first hurtle was that a majority of the files had a “\”  (or was it “/”?) in it.  Since I am on a Unix platform, it appears that the os.listdir function wasn’t able to […]

Python Indigo Restful API – Update

I have updated the SVN server, and now have a example command line application in there (device_report.py), it duplicates the device report plugin, reporting to screen or CSV file the devices that are in your Indigo Database. Screen Example: Device Name: Kitchen Task Lighting IconDescription: None (N/A)Address: 07.A0.B7Device Type: ICON ApplianceFirmware: 2.8Status: offLast Updated: 2010-08-15Device […]

Indigo Remote Log Viewer v1.54 released

Folks, Here’s the newest version of the Remote Log Viewer for Indigo. It fixes a issue that was exposed when running under a Snow Leopard OS. The current days log file would appear to have duplicate entries… This was only a cosmetic issue, and has been fixed. The download for the release is available here…[download […]

Good Math, Bad Math – I Get Mail – Iterative Compression

Mark C. Chu-Carroll writes about data compression and shrinking gains with multiple pass encryption…. He’s a little on the technical side, but anyone with a basic understanding should be able to easily keep up… Good Math, Bad Math : I Get Mail: Iterative Compression: “He’s invented a method where he can take a source document, […]

Indigo Remote Device Listings v1.05

Here’s a relatively quick application to list all your devices via the Web Plugin system of Indigo… The application will display: Device Name Description X10 or Insteon Address The Device Type The Device’s Firmware level Status Last Modified Date For example: How about some feedback, and suggestions on what else you might want to see? […]

Black Bird | Programmazione » Progetti » WordPress Library

A python based wordpress API for adding: Publishing new post Editing old post Publishing draft post Deleting post Changing post categories Getting blog and user informations Upload multimedia files like movies or photos Getting last recents post Getting last post Getting Trackbacks of post Getting Pingbacks of post Black Bird | Programmazione » Progetti » […]

Indigo Remote Device Listings

Here’s a relatively quick application to list all your devices via the Web Plugin system of Indigo… The application will display: * Device Name * Description * Insteon Address * The Device Type * The Device’s Firmware level For example: How about some feedback, and suggestions on what else you might want to see? DeviceList_100.zip […]

Indigo Remote Log Viewer v1.31 released

Folks, The new version of the Indigo Remote Log Viewer is released. Version 1.31 is now available… Please see the Remote Log Viewer page for more details… Bug Fixes * The RLV will now detect Indigo 2 & 3, and work seamlessly with Indigo v2, 3, and 4. Indigo Remote Log Viewer Eventlog_131.zip