Anyway to change the order of plug-ins starting?

I have a plug-in (TP-Link) which I think starts after the UI Customization plug-in and causes a tab to appear that should not (set to not show in UI Customization) Can I specify the plug-in start order or indicate a dependency to another plug-in?

Unfortunately, no there's no way to order plugin load times without modifying every plugin and adding a setting. Otherwise they load alphabetically. I think what you're running into is an issue with my plugin and the graphing for power consumption. This should show dynamically, but if you want to just disable it completely you can do that in config.yaml directly. config.yaml β€” OctoPrint master documentation

appearance:
  compponents:
    disabled:
      tabs:
      - plugin_tplinksmarplug
1 Like