As I understand it, the ME-1 communication protocol is (and has always been) uni-directional; consequently, a remote device can push changes to an ME-1, but the ME-1 cannot respond to a query that asks for some value of its current state.
Assuming this remains true, then my previous requests to implement some sort of remote, Web-style interface are going to be difficult, if not impossible to implement.
However, I think there might be a “quick win” that can be implemented in firmware that would improve ME-1 usability when having to back up multiple devices.
Assuming you can find a USB drive that the ME-1 is happy to write to, as it currently stands, when you select “Export to USB”, the ME-1 simply writes two folders into the root of the USB drive called ME1CFG and ME1PST.
That behaviour unfortunately makes the USB drive specific to that one ME-1 device. If I then take the same USB drive to another ME-1 unit and perform a second export, I will over write the previous device’s settings… not good.
So, I’m hoping that its possible to adapt the export process such that these two folder names are prefixed with some device-specific value such as its serial number or MAC address - or even better, allow the user to give the ME-1 a unique, human readable name.
That way I can backup all 7 of my ME-1s onto a single USB drive, without having to keep track of an individual USB drive per ME-1…
Can the firmware be modified to insert a device specific value into the pathname? If so, this would really improve the management of multiple ME-1 devices.
The only impact this would have on functionality is for the import process. There would need to be some option to select whether you want import from a device-specific export, or import from some generic settings in the top level ME1CFG / ME1PST folders in the USB drive’s root.
Thanks