Skip to content

Commit 3bde9bb

Browse files
authored
Update README.md
1 parent 934ab13 commit 3bde9bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<span>Python client library to communicate with a Reposit Controller.</span>
88
</p>
99
<p align="center">
10-
<img src="http://www.tech23.com.au/2016/wp-content/uploads/2016/09/tech23-2016-Reposit-Power-logo.png">
10+
<img src="https://repositpower.com/wp-content/uploads/2017/05/Reposit_13.jpg">
1111
</p>
1212

1313
## Compatibility
@@ -49,7 +49,7 @@ print(controller.battery_capacity)
4949
|`latest_house_data`|-|Get a list of the latest house data. Goes back the last 24 hours.| kW|
5050
| `get_battery_data` | <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of battery data based on start or end| kWh |
5151
|`latest_battery_data`|-|Get a list of the latest battery data. Goes back the last 24 hours.| kWh |pip
52-
| `get_meter_data` | <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of meter data based on start or end| kWh
52+
| `get_meter_data` | <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of meter data based on start or end. There should be at least a 5 minute gap between start and end timestamps (i.e. 300 seconds) | kWh
5353
|`latest_meter_data`|-|Get a list of the latest meter data. Goes back the last 24 hours.| kWh |
5454
|`feed_in_tariff`|-|Get the feed-in-tariff| Dollars ($) |
5555

0 commit comments

Comments
 (0)