Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@tombasche tombasche released this 24 Jan 06:25
· 11 commits to master since this release
944f4d7

This adds a new method: get_remaining_charge which returns a list of values of the battery's remaining charge (in kWh).

  • Also some breaking rename changes:
    • get_solar_generation_data is now get_solar_generation
    • latest_solar_generation_data is now latest_solar_generation
    • get_house_data is now get_house_consumption
    • latest_house_data is now latest_house_consumption

These renames were to make the methods more descriptive and meaningful.