Skip to content

Commit

Permalink
V1.60.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Dec 9, 2024
1 parent e3bea53 commit 91ff9ae
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions TeslaLogger/NearbySuCService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private void Work()
|| car.GetCurrentState() == Car.TeslaState.Online)
&& car.CurrentJSON.current_falling_asleep == false)
{
/* nearby charging sites is a paid pricing category: https://developer.tesla.com/docs/fleet-api/endpoints/vehicle-endpoints#nearby-charging-sites
string result = string.Empty;
try
{
Expand All @@ -96,6 +97,7 @@ private void Work()
Tools.DebugLog($"NearbySuCService.Work: result {new Tools.JsonFormatter(result).Format()}");
Tools.DebugLog("NearbySuCService.Work: Exception", ex);
}
*/
}
continue;
}
Expand Down
4 changes: 2 additions & 2 deletions TeslaLogger/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.60.1.0")]
[assembly: AssemblyFileVersion("1.60.1.0")]
[assembly: AssemblyVersion("1.60.2.0")]
[assembly: AssemblyFileVersion("1.60.2.0")]

[assembly: InternalsVisibleTo("UnitTestsTeslaloggerNET8")]
[assembly: InternalsVisibleTo("UnitTestsTeslalogger")]
Binary file modified TeslaLogger/bin/TeslaLogger.exe
Binary file not shown.
3 changes: 3 additions & 0 deletions TeslaLogger/bin/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Version 1.60.2
- don't use nearby_charging_sites anymore in fleet api because it is a paid feature

# Version 1.60.1
- You can rename your cars in the admin panel / settings / my Tesla Credentials. Useful if Tesla API has overwritten an empty name or for old cars without access anymore. The name will be used in the Grafana dashboards and in the MQTT topics.

Expand Down

0 comments on commit 91ff9ae

Please sign in to comment.