-
In the Tesla One app there is a way to start and stop the system but I don’t see this feature in pypowerwall. Can you explain how to accomplish this with the TEDAPI? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @apach3guy ! You are right, there is not a way to do that with pypowerwall. We have only discovered ways to read from the Powerwall via TEDAPI, which is the goal of the project. We have not discovered a way to control it. For control, the preferred (and safer?) path is to use the Tesla cloud (e.g. FleetAPI) or the authorized Tesla One app. |
Beta Was this translation helpful? Give feedback.
-
I am looking for this, too. My system was installed incorrectly, and the two inverters sometimes interfere with each other with the power line communication to the MCIs on the roof. There is a startup order that, if I could enforce using the start/stop commands, I'd be able to prevent these errors from occurring. The other useful one for me would be But how to figure out how to reproduce such commands? The only think I can think of is to try to figure out what commands Tesla One sends and replicate them. |
Beta Was this translation helpful? Give feedback.
-
Here's what I've been trying:
The best answer I can come up with is both start/stop and "enable," "dc only," "disable" commands are now communicated to the inverter(s) through the In fact, in the web app from the old Tesla web configuration: https://github.com/jasonacox/pypowerwall/blob/main/proxy/web/viz-static/app.js, there WERE unique APIs, but none appear to work, nor can I find references to them after doing the above manipulations. Hopefully someone more skilled than I can figure out the exact incantation here. |
Beta Was this translation helpful? Give feedback.
Hi @apach3guy ! You are right, there is not a way to do that with pypowerwall. We have only discovered ways to read from the Powerwall via TEDAPI, which is the goal of the project. We have not discovered a way to control it. For control, the preferred (and safer?) path is to use the Tesla cloud (e.g. FleetAPI) or the authorized Tesla One app.