ZIP file of original luup files for UI5

Just wondering if there is a zip file of the original luup files from UI5 around somewhere? For example, “D_WindowCovering1.json”, etc.

They are in your Vera’s flash image in the /mios/etc/cmh-lu directory. If you’ve accidentally changed or deleted a file you can copy it from here to /etc/cmh-lu.

Is it not in /etc/cmu-lu/ where it normally lives? I’ve attached a copy from mine.

They are in your Vera’s flash image in the /mios/etc/cmh-lu directory. If you’ve accidentally changed or deleted a file you can copy it from here to /etc/cmh-lu.[/quote]

Thanks futzle. Are those the original factory versions in that folder (/mios/etc/cmh-lu)?

Hey Rex. The ones in /mios/… seem to be the originals. The others are the ones I modified.

Yes, guaranteed. /mios is read-only.

Perfect. That’s exactly what I needed to hear.

Yes, guaranteed. /mios is read-only.[/quote]
Actually, one last thing. If I’ve uploaded custom files (with different names such as D_MyBlahSwitch.xml), is it safe to just delete them from Vera? If so, which folders do I remove them from? It looks like “/etc/cmh-ludl/” and perhaps “/overlay/etc/cmh-ludl/”. Not sure why there are 2 copies…

Yes, you can delete the files in /etc/cmh-ludl if no device refers to them any more. You will find that they simultaneously vanish from /overlay. It’s the same file with two different paths. Google “OpenWrt overlay filesystem” for what’s going on.