chunkysteveo / OctoPrintAPI

Library for use with Arduino compatible micro controllers (web enabled) to access the Octoprint API on Raspberry Pi's running the Octoprint 3D printer web server by the brilliant Gina Häußge, aka @foosel.
GNU General Public License v2.0
42 stars 24 forks source link

api.printerStats.printerBedTempActual and api.printerStats.printerTool0TempActual #15

Closed DerNeuanfang closed 5 years ago

DerNeuanfang commented 5 years ago

Hi, I using api.printerStats.printerBedTempActual and api.printerStats.printerTool0TempActual

to get the Temp of my Printer, but it is allways 0.00

chunkysteveo commented 5 years ago

Hi @DerNeuanfang - does the example "hello world" sketch work for you - does it report back other stats about the printer? Are you using an ESP8266 or an ESP32?

DerNeuanfang commented 5 years ago

hi, it worked now. IDK what i did wrong yesterday, but if i delete WiFi.mode(); it works fine.

Thanks for this. :-)

chunkysteveo commented 5 years ago

Glad it's sorted, sounds like it wasn't connecting to the printer at all? No problem, happy printing!!