Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-seinhorst committed Feb 11, 2024
1 parent bd66797 commit 308af04
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Homebridge Porsche Taycan
[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins)

This Homebrudge plugin offers a range of useful features for your Porsche Taycan and Macan EV, including real-time monitoring of battery level, charging status and charging power. Moreover, it also enables you to easily toggle the direct climatisation option on or off.
This Homebrudge plugin offers a range of useful features for your Porsche Taycan and Macan EV, including real-time monitoring of battery level, charging status and charging power. Moreover, it also enables you to easily toggle the direct climatisation option on or off and automate your home with your vehicles location.

## Supported cars:
- Taycan (MY19 and newer)
Expand All @@ -24,7 +24,11 @@ To install Homebridge Porsche Taycan follow these steps:
"batteryDevice": false,
"chargingPowerDevice": true,
"lowBattery": 40,
"platform": "PorscheTaycan"
"platform": "PorscheTaycan",
locationConfig: {
"lat": "<<Latitude of your home address>>",
"long": "<<Longitude of your home address>>",
}
}
```
In above example the charging state and battery level are updated every 30 minutes. The battery level is considered low when the SoC drops below 40. No separate battery level device is exposed, but the current charging power is.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"displayName": "Homebridge Porsche Taycan",
"name": "homebridge-porsche-taycan",
"version": "0.16.0",
"version": "0.17.0",
"description": "Control your Porsche Taycan through the home app",
"license": "Apache-2.0",
"author": "Jasper Seinhorst",
Expand Down

0 comments on commit 308af04

Please sign in to comment.