from Adafruit_IO import Client aio = Client('AIO-API-KEY') temp = aio.receive('Temperatur') print("{0:.1f}".format(float(temp.value)))