Skip to content
This repository was archived by the owner on Nov 24, 2019. It is now read-only.
This repository was archived by the owner on Nov 24, 2019. It is now read-only.

OctoPrint-TFT Constant connection attempts #15

Open
@CJeffyB

Description

@CJeffyB

My printer is typically "off", and I use the GPIO of the Pi to turn it on when needed. OctoPrint understands and respects this, maintaining a blank display in the "Terminal" tab of the web interface.

Once I install OctoPrint-TFT, it is constantly attempting to connect to the printer, and the Terminal tab shows a constant scroll of:

Serial port list: []
Changing monitoring state from 'Detecting serial port' to 'Error: Failed to autodetect serial port, please set it manually.'
Failed to autodetect serial port, please set it manually.
Changing monitoring state from 'Offline' to 'Detecting serial port'
Serial port list: []
Changing monitoring state from 'Detecting serial port' to 'Error: Failed to autodetect serial port, please set it manually.'
Failed to autodetect serial port, please set it manually.
Changing monitoring state from 'Offline' to 'Detecting serial port'

Syslog fills up with the following message:
Feb 25 17:36:57 octopi xinit[8420]: time="2018-02-25T17:36:57Z" level=info msg="Connection offline, connecting: Error: Failed to autodetect serial port, please set it manually." file=ui.go func="ui.(*UI).verifyConnection" line=132
Feb 25 17:37:02 octopi xinit[8420]: time="2018-02-25T17:37:02Z" level=info msg="Connection offline, connecting: Error: Failed to autodetect serial port, please set it manually." file=ui.go func="ui.(*UI).verifyConnection" line=132

I believe OctoPrint-TFT should actually be getting the printer connection from OctoPrint, rather than trying to connect independently. However, I am uncertain what would need to change for this to happen.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions