Hi,
I've not seen that Owon multimeter before, but it looks extremely similar to the Multicomp MP730624.
I wrote my own app for the MP meter, and it supports logging, however, it just logs to the display, in a web browser, in a pseudo-CSV format (it is pure CSV if you ignore the first few lines).
It works with Mac, Windows, and mobile devices.
It is possible to copy the entire log (i.e., CTRL-A followed by CTRL-C) and paste it into Notepad or any text document.
I don't know if the app will work with the Owon meter, but it might be worth a shot. Click here to run the app:
https://shabaz123.github.io/MP730624_tools/ble-multimeter-app/ , and then press the "Meter Select" icon.
There's a 3-minute video explaining it, and there are links to more information there too:
There's no option to control the logging rate, it just logs at the speed of the meter (perhaps three measurements per second) and each measurement is timestamped by the PC or mobile device. However, if you wish to log for very long periods of time, you may wish to edit the code to (say) only log 1-in-180 measurements, which would result in about one measurement per minute. That would be easy to do in JavaScript, it's just a couple of lines of code to count arriving measurements and drop all unwanted ones.
If you require logging directly to file, I don't know of a way to do that (I'm not a web developer, it was a stretch for me to write the current app), perhaps others know how.
If it doesn't work at all, I'm afraid I cannot help, since I only have tested with the MP730624 meter, not the Owon one. But there's a possibility it may work, since the MP.. meter looks like a rebadged Owon.
Also, I have not tested the app for long periods of logging; it would definitely be recommended to trial the app with a dry run before running any important tests that need to be logged.
If the app does work in any way, and if you have any feedback, good or bad, please let me know.