Page 1 of 1

Pictory

Posted: 12 Nov 2020, 14:34
by Wang
Our customer used PiCtory for configuration.
After 「Save as Start-Config.」, are they all saved to json File?
Is there any method to auto-obtain tag name of DIO via Python or others?

Re: Pictory

Posted: 13 Nov 2020, 15:24
by dirk
Hi, if you save the standart configuration is available here

Code: Select all

/etc/revpi/config.rsc
You may use the popular revpimodio Python library and see what you can get from there.
Otherwise you can parse the JSON file.

Re: Pictory

Posted: 17 Nov 2020, 01:37
by Wang
Thank you.