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_min_state_of_charge` | - | Get the minimum state of charge of the battery | Percentage (%)
44
44
|`has_battery`| - | Bool of whether the user has a battery or not| True/False |
45
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|
46
+
|`get_solar_generation`| <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`|-|Get a list of the latest generation data. Goes back the last 24 hours.| kW |
48
+
|`get_house_consumption`| <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of house consumption values based on start or end| kW|
49
+
|`latest_house_consumption`|-|Get a list of the latest house consumption. 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
-
|`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. There should be at least a 5 minute gap between start and end timestamps (i.e. 300 seconds) | kWh
53
-
|`latest_meter_data`|-|Get a list of the latest meter data. Goes back the last 24 hours.| kWh |
51
+
|`latest_battery_data`|-|Get a list of the latest battery data. Goes back the last 24 hours.| kWh |
52
+
| `get_remaining_charge` | <ul><li>start (timestamp)</li><li>end(timestamp)(optional, default=now)</li></ul> | Get a list of the battery's remaining charge values based on start or end. There should be at least a 5 minute gap between start and end timestamps (i.e. 300 seconds)<br/><br/> Note: This can be used to calculate the state of charge with the formula: (remaining_charge / battery_capacity) * 100` | kWh
53
+
| `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) | kW
54
+
|`latest_meter_data`|-|Get a list of the latest meter data. Goes back the last 24 hours.| kW |
54
55
|`feed_in_tariff`|-|Get the feed-in-tariff| Dollars ($) |
0 commit comments