When I start my laptop I have a program, written in Lazarus, that reads the latest log data for my gas and electricity use with JSON-commands like
Code: Select all
http://192.168.1.162:8080/json.htm?type=graph&sensor=counter&idx=1&range=weekIn my network I have a Synology DS120j NAS. Is it possible to have a dzVents script that appends the log data every day (or hour) directly to an existing csv file on the NAS? And if so, is it possible to add the data to an Excel spreadsheet instead of a csv file?
Peter