Plugin does not reacts for any output using regular expression. I'm using current version of customControl and Octoprint 1.8.6 .
I tried to make an "Get position" example at first from docs.octoprint.org/en/master/features/custom_controls.html , but after few hours of fighting and searching internet I gave up. RegEx is correct (tested on https://regex101.com ), but control does not show template.
All other kinds of controls works properly. I made few of them, because I need some function panel for printer calibration and everything else works fine. Except that one with output reading. I checked config.yaml file by SSH connection and it looks also fine.
Plugin does not reacts for any output using regular expression. I'm using current version of customControl and Octoprint 1.8.6 . I tried to make an "Get position" example at first from docs.octoprint.org/en/master/features/custom_controls.html , but after few hours of fighting and searching internet I gave up. RegEx is correct (tested on https://regex101.com ), but control does not show template. All other kinds of controls works properly. I made few of them, because I need some function panel for printer calibration and everything else works fine. Except that one with output reading. I checked config.yaml file by SSH connection and it looks also fine.
If there is something I've miss let me know.