Salandora / octoprint-customControl

This plugin makes Custom Controls editable through the OctoPrint WebUI
GNU Affero General Public License v3.0
26 stars 15 forks source link

Do not read output. #44

Open tkowalkowski opened 1 year ago

tkowalkowski commented 1 year ago

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.