# Changelog


## [0.3.15]

- fix version pin when there is a sha trailer (https://github.com/jrester/tesla_powerwall/pull/34)
- Add support for fetching the gateway_din (https://github.com/jrester/tesla_powerwall/pull/33)

## [0.3.14]

- revert changes from 0.3.11: 
    - meters can now be accessed using the old, direct method (e.g. `meters.solar.instant_power`)
    - if a meter is not available a `MeterNotAvailableError` will be thrown
- move from `distutils.version` to `packaging.version`

## [0.3.13]

Implement `system_status` endpoint (https://github.com/jrester/tesla_powerwall/issues/31):
- add `Battery` response type, which is returned by `get_batteries`
- add `get_energy`, `get_capacity`, `get_batteries`

## [0.3.12]

- add MeterType `generator` (https://github.com/jrester/tesla_powerwall/issues/30)

## [0.3.11]

- meters of `MetersAggregates` can now only be accessed via `get_meter` (https://github.com/home-assistant/core/issues/56660)