You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`latest_house_data`|-|Get a list of the latest house data. Goes back the last 24 hours.| kW|
50
50
|`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 |
51
51
|`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
53
53
|`latest_meter_data`|-|Get a list of the latest meter data. Goes back the last 24 hours.| kWh |
54
54
|`feed_in_tariff`|-|Get the feed-in-tariff| Dollars ($) |
0 commit comments