Hi Sailoog,
I´m not sure if this is the right thread for questions to the Template?
I started a little bit to write a app for Openplotter and the MCS Modul. This Python work with wx is already new for me.
Here you find my first tests... :
https://github.com/Thomas-GeDaD/openplotter-MCS
Some questions:
When started the postinstall.py ? Also the work with setuptools is new for me... ;-) So i do not know How this start? Or did this start later through OP-settings?
I want to do the configurations ( set the sc16is752 and mcp2515 to config.txt, config the 1-wire driver) on installing the app.
Then I want to add a tab for "Settings" and for "1-wire" configuration.
On Settings i only want to display if all config is correct and the serial/can ports availible.
On 1-wire tab i want to make the config for the 1-wire sensors like in your I2C App....
The inputs can define in your part?
The startup.py starts at every systemstart or at programmstart?