Closed k-sartor closed 4 years ago
The getLogger
function is able to retrieve solar production in the specified timestamp range, meaning you have to pass the timestamp of the start and the end date.
def get_logger(self, start: int, end: int):
I understand the documentation is not clear and so I'm working on a better documentation.
Thank you, i will test this soon
Ok, it's work... Thank you. The topic can be closed. Notice due to precision (1 Wh), the extrapolation of this data to power during the time interval has a precision of 12 W (1 Wh = 3600 J during 300 seconds (5 minutes) )
Hi what is the format of start and end argument of getLogger() function? Thank you