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
|`battery_capacity`| - | Get the capacity of the battery in kWh |
44
-
|`battery_min_state_of_charge`| - | Get the minimum state of charge of the battery |
45
-
|`has_battery`| - | Bool of whether the user has a battery or not|
46
-
|`has_inverter`| - | Bool of whether the user has an inverter or not|
47
-
|`get_historical_generation`| <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of generation data based on start or end|
48
-
|`latest_historical_generation`|-|Get a list of the latest generation data. Goes back the last 24 hours.|
49
-
|`get_historical_house`| <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of house data based on start or end|
50
-
|`latest_historical_house`|-|Get a list of the latest house data. Goes back the last 24 hours.|
51
-
|`get_historical_grid_credits`| <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of grid credits earned based on start or end|
52
-
|`latest_historical_house`|-|Get a list of the latest grid credits earned. Goes back the last 24 hours.|
53
-
|`get_historical_inverter`| <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of inverter data based on start or end|
54
-
|`latest_historical_inverter`|-|Get a list of the latest inverter data. Goes back the last 24 hours.|
55
-
|`get_historical_meter`| <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of meter data based on start or end|
56
-
|`latest_historical_meter`|-|Get a list of the latest meter data. Goes back the last 24 hours.|
57
-
|`weekday_tou_tariff`|-|Get weekday tou tariff information such as peak/off peak times and rates.|
58
-
|`weekend_tou_tariff`|-|Get weekend tou tariff information such as peak/off peak times and rates.|
|`battery_capacity`| - | Get the capacity of the battery | kWh |
43
+
| `battery_min_state_of_charge` | - | Get the minimum state of charge of the battery | Percentage (%)
44
+
|`has_battery`| - | Bool of whether the user has a battery or not| True/False |
45
+
|`has_inverter`| - | Bool of whether the user has an inverter or not| True/False |
46
+
|`get_solar_generation_data`| <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of solar generation data based on start or end| kW |
47
+
|`latest_solar_generation_data`|-|Get a list of the latest generation data. Goes back the last 24 hours.| kW |
48
+
|`get_house_data`| <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of house data based on start or end| kW|
49
+
|`latest_house_data`|-|Get a list of the latest house data. Goes back the last 24 hours.| kW|
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
+
|`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
53
+
|`latest_meter_data`|-|Get a list of the latest meter data. Goes back the last 24 hours.| kWh |
54
+
|`feed_in_tariff`|-|Get the feed-in-tariff| Dollars ($) |
0 commit comments