Simple application that reads data from tempserver: https://github.com/perolo/tempserver and creates an ExcelSheet with data and graphs.
Reads a properties file temptoexcel.properties, override with --prop filename.properties
- start - int: Start index if mode==""
- file - string: Name and path to store data
- template - string: Name and path to template to modify, if empy new file created
- tempserver - string: URL to tempserver
- sensornames - string[]: Name of sensors (comma separated)
- mode - string: Modes of operation
- last24 - Retrieve the last 24h of data
- "" - Retrieve data starting from start id
go build temptoexcel.go
temptoexcel
As in Template.xlsx
Sheet where data is pasted
Intended for calculations (removed to reduce size)
X - Y plot of Data
X - Y plot of Derived Data (removed to reduce size)