- Reads data from SolarMax devices by creating a string containing requests parameters (Explained in details in SolarLogger.Reader/src/ch/solarlogger/SMReq.java)
- Converts the received data into a json file by replacing the parameters with the full names.
- Creates a POST to a webserver where the data is stored and statistics is done (SolarLogger.Viewer) https://github.com/the-s-a-m/SolarLogger.Viewer
Installation
- Install java and SSH
- Create file remotedebug.xml from remotedebug_example.xml
- Update data (ip, username, password) in remotedebug.xml
- Create file solarreader.properties from solarreader_example.properties
- Update data in solarreader.properties (Sent details and SolarMax details)
- Create Service for generated .jar file