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

Recent content by telecom

  1. T

    Model S REST API

    Just a quick update - everything is working now. The problem was the permissions for the files vehicle, vehicleinfo.
  2. T

    Model S REST API

    Hi sorry to say this, but I immediately getting key error when trying to run python Traceback (most recent call last): File "", line 7, in <module> TESLA_EMAIL = os.environ['] File "/usr/local/lib/python2.7/", line 40, i>yakov@yakov-Satellite-C675D:/tesla-python/teslajson-master$ sudo...
  3. T

    Model S REST API

    Thanks for the tip, I'm the guy who is helping Premiercolby with the task. The problem is that only token.php and vehicle.php run OK from the code. The rest return NULL. For example, when I look at vehicle_state.php #!/usr/bin/php -q <?php // Copyright (C) 2017, Ward Mundy & Associates LLC with...