markwal / OctoPrint-PortLister

An OctoPrint plugin that notices when a new serial port appears and refreshes the port list without a page refresh
GNU Affero General Public License v3.0
26 stars 10 forks source link

config.yaml autoconnect_delay ignored #4

Closed jshank closed 8 years ago

jshank commented 8 years ago

My Wanhao Duplicator i3 takes a bit longer to connect to after waking up. I set the delay to 40 seconds but it still tries to connect at 20 seconds and hangs on connect forever.

plugins:
  PortLister:
    autoconnect_delay: 40
  announcements:
    channels:
      _important:
        read_until: 1460575175
markwal commented 8 years ago

the plugin name for settings is actually "portlister" all lower case. I'll fix the docs.

Don't forget to restart octoprint after changing config.yaml.