Skip to content

Commit

Permalink
Merge pull request #15 from io-debug/Enhance-documentation
Browse files Browse the repository at this point in the history
Added information, how to access the logfile
  • Loading branch information
marq24 authored Sep 9, 2023
2 parents fec83f1 + dd3de36 commit 95f5da7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions DEVELOPER_DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ The following information are provided by the device. Since no open acceccible A
- As response a JSON String is returned
- Please note: Depending on the firmware version the Request has to be via http or https. (https starting with the firmware version 825)

### Logfile
The logfile of the device can be accessed via URL and shows a raw text file.
The URL has the following format: https://[IP of the device]/Log/[year]/[month]/[day].log
Example: https://192.168.1.115/Log/2023/09/08.log

### Request Example
To gather data we have to send a POST-Request to the Senec device ("lala.cgi"), that has a JSON-String as payload.
Here an request example with all objects that can be requested. Many of the objects have sub-objects:
Expand Down

0 comments on commit 95f5da7

Please sign in to comment.