yanschneider

Results 2 comments of yanschneider

For me as well. It seems that the teslamotors api is no longer available under the given URL.

`battery.api("OPERATION_MODE", default_real_mode="self_consumption")` still gives me the 410 error unfortunately. ``` tesla = teslapy.Tesla(email_address) battery_list = tesla.battery_list() battery = battery_list[0] battery.api("OPERATION_MODE", default_real_mode="self_consumption") #battery.set_operation('self_consumption') battery.set_backup_reserve_percent(10) ```