Get temperature info and put in grafana

Good morning, I have a thermometer that via ip tells me in an html table the temperature and humidity of some servers, is it possible to put this data to grafana without having to connect a raspberry to the thermometer ?

Welcome @mricoteja

How does thermo provide data to the rpi?

i find that i can send info via http get and post

1 Like

Then you can use plugin such as infinity to get data directly from grafana via a get call

hey, thanks for the reply, yes im using infinity to get the data :slight_smile: this is the original xml



and this is the info i get with the GET call

You know how i can get this data and create a graph using this info

Thaanks

Check docu and github