Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register

Search results

  1. A

    Tesla Wall Connector load sharing protocol

    Hi Everyone, I am python noob. I was trying to edit the check_green_energy() function to track the solar power available. I was successful in scraping the data from the API. I fed the value to the 'solarW' as well. Unfortunately, the TWCManager webpage is not reading the power. It says, The...
  2. A

    Tesla Wall Connector load sharing protocol

    @Nietschy I am trying to scrape the data from an API and I was successfully able to grab the total power generated. But I have issues when I tried to edit the check_green_energy function. The variable 'pv' holds the value of total power being generated(Its been checked by executing...