Replies: 2 comments
-
That endpoint is called |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just playing with the new FleetAPI and it looks like there is an additional payload for customer_preferred_export_rule, which is never. https://developer.tesla.com/docs/fleet-api#grid_import_export |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of Tesla App v 4.9.0, perhaps before, settings for two new PowerWall capabilities were added for some owners:
Grid Charging (No/Yes)
Energy Exports (Solar/Everything)
Someone posted "endpoints" on Tesla Motors Club:
https://owner-api.teslamotors.com/api/1/energy_sites/{}/grid_import_export
Payload options:
"customer_preferred_export_rule": "battery_ok"
"customer_preferred_export_rule": "pv_only"
"disallow_charge_from_grid_with_solar_installed": false
"disallow_charge_from_grid_with_solar_installed": true
Some users also have a No Export option. I don't have that one, so I am not certain how it appears.
Are these yet included in TeslaPy?
Thank you!
SW
Beta Was this translation helpful? Give feedback.
All reactions