How to uncompress .lzo files?

Sorry if this is an obvious question, but how do I decompress a file I download from Vera with the .lzo extension? lzop doesn’t seem to recognize, and neither do gunzip and unzip. (I searched the forum, and couldn’t find an answer to this).

On the vera self you can use “pluto-lzo d {inputfile}.lzo {outputname}”.

But when you view using the webforms, the files are decompressed automagically (at least with v1.0.996)

Awesome, thanks; I pluto-lzo’ed on vera and then scp’ed the files off ( I wanted to take a look at how the Thermostat UI was done)

On a side note, I can’t seem to find pluto-lzo anywhere; is this some kind of custom lzo compression program?

I have a number of files with the extension lzoenc that I wanted to view.

I’ve tried using pluto-lzo but get a “Segmentation fault” error when running the following commands.

root@MiOS:/etc/cmh-ludl# pluto-lzo d File.lua.lzoenc File.lua.txt
Segmentation fault

How can I decompress these files?

Those ones are encrypted, and come from apps.mios.com.

No (normal) way to decode that type.

Thanks sir!