Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temperature display not working with no heated bed #260

Closed
sacy80 opened this issue Oct 26, 2019 · 12 comments · Fixed by #325
Closed

Temperature display not working with no heated bed #260

sacy80 opened this issue Oct 26, 2019 · 12 comments · Fixed by #325
Assignees
Labels
bug Something isn't working
Projects

Comments

@sacy80
Copy link

sacy80 commented Oct 26, 2019

Hi ,

i try to install on my octoprint. but it didnt show any temp info.. it always display zero..

@UnchartedBull
Copy link
Owner

UnchartedBull commented Oct 26, 2019

That‘s weird. Does OctoPrint Display temperatures in the WebUI? Do you maybe have multiple extruders?

@sacy80
Copy link
Author

sacy80 commented Oct 26, 2019

yup.. octoprint do show temp of my hotend.. api call issue?? i try to do a print.. it able to register fan enable @100% after 2nd layer print. able to show layer height and progress %... but the hotend temp are zero..
i only got 1 hotend :)

@sacy80
Copy link
Author

sacy80 commented Oct 26, 2019

i try this, and i get return... tool0
http://10.10.10.209:5000/api/printer/tool?apikey=my api keys
{
"tool0": {
"actual": 26.44,
"offset": 0,
"target": 0.0
}
}

@UnchartedBull
Copy link
Owner

Hmm your API result should be just fine. I got the same results and they work just fine for me. Could you maybe try and open the developer console and see if there are some errors listed there? I think it's Ctrl+Shift+I

@sacy80
Copy link
Author

sacy80 commented Oct 27, 2019

ok i saw alot of error ..
IMG_20191027_125159
IMG_20191027_125209
IMG_20191027_125432

@UnchartedBull
Copy link
Owner

Ok there is a few weird things going on:

Is OctoDash always showing connecting in the bottom right?

Is the other screen always shining through for you or is this just on the image.

Could you send me the whole output of the /api/printer?apikey=...? Then I can try to figure out what is going wrong :)

@sacy80
Copy link
Author

sacy80 commented Oct 28, 2019

This is the output :) .. how i have install.. i git clone the master.. then edit the install.sh on the home/pi portion.. as my user ar octopi.. then i run octopi@printer: sudo ./install.sh .. :)

{
"sd": {
"ready": true
},
"state": {
"flags": {
"cancelling": false,
"closedOrError": false,
"error": false,
"finishing": false,
"operational": true,
"paused": false,
"pausing": false,
"printing": true,
"ready": false,
"resuming": false,
"sdReady": true
},
"text": "Printing"
},
"temperature": {
"tool0": {
"actual": 200.0,
"offset": 0,
"target": 200.0
}
}
}

@UnchartedBull
Copy link
Owner

What do you mean with that script? It should automatically use the current user in the newest version :).

Ok, I See that you don‘t seem to have a heated bed?

@UnchartedBull UnchartedBull self-assigned this Oct 28, 2019
@UnchartedBull UnchartedBull added the bug Something isn't working label Oct 28, 2019
@UnchartedBull UnchartedBull added this to To do in Future via automation Oct 28, 2019
@UnchartedBull UnchartedBull changed the title temp not display.. Temperature display not working with no heated bed Oct 28, 2019
@sacy80
Copy link
Author

sacy80 commented Oct 29, 2019

something like this.. this should not cause any issue to the script right ?

if [ -d "/home/octopi/OctoPrint/venv" ]; then
DIRECTORY="/home/octopi/OctoPrint/venv"
elif [ -d "/home/octopi/oprint" ]; then
DIRECTORY="/home/octopi/oprint"

@UnchartedBull
Copy link
Owner

Nope should work if your user is octopi. The script will ask you for a directory if it doesn‘t find the pi home folder. So both ways will work :)

@sacy80
Copy link
Author

sacy80 commented Oct 29, 2019

so i wait for next build to be release with the fix for the temp issue ? :)

@UnchartedBull
Copy link
Owner

UnchartedBull commented Oct 29, 2019 via email

@UnchartedBull UnchartedBull added this to To do in v2 Release via automation Nov 4, 2019
@UnchartedBull UnchartedBull removed this from To do in Future Nov 4, 2019
@UnchartedBull UnchartedBull moved this from To do to In progress in v2 Release Nov 4, 2019
v2 Release automation moved this from In progress to Done Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
v2 Release
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants