Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 652 Bytes

File metadata and controls

31 lines (16 loc) · 652 Bytes

ReadGuntamaticBoiler

Small shell script to fetch data from the creepy web API of Guntamatic Wood Boiler

Just enter the IP of your Boiler and run the script.

Result is a CSV File "guntamatic.csv"

#######

Bezeichnung;Einheit;Wert

Betrieb; ;REGELUNG

Aussentemperatur;�C;0.75

Kesseltemperatur;�C;43.78

Leistung;%;100.00

CO2 Gehalt;%;7.52

#########

If you enter a valid Key you will get more Data. Without a key youll get usefull data but not everithing you might want.

You can get the key for your boiler from guntamatic tech Support.

This script has no error handling right now. will come in the future.

Next step is JSON Conversion.