Pictory

Show the world your Revolution Pi project!
Post Reply
Wang
Posts: 44
Joined: 12 Nov 2020, 14:28
Answers: 0

Pictory

Post 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?
User avatar
dirk
KUNBUS
Posts: 1926
Joined: 15 Dec 2016, 13:19
Answers: 4

Re: Pictory

Post 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.
Wang
Posts: 44
Joined: 12 Nov 2020, 14:28
Answers: 0

Re: Pictory

Post by Wang »

Thank you.
Post Reply