* Improve Battery health derived efficiency estimations and Fix error divided by zero
* Fix unit convert
* Update screenshot
* Keep iteration value
* Remove name mention.
* update tesla-youq project
Due to MyQ restricting access to the MyQ API by 3rd parties, the Tesla-YouQ project has been deprecated and forked to Tesla-GeoGDO, which will continue the project for other smart garage door openers.
* update bottom link
* update bottom link
* Update backup_restore.md
Adding note about Docker Compose v1 EOL and upgrade to v2.
* Update manually_fixing_data.mdx
Adding note about Docker Compose v1 EOL and upgrade to v2.
* Update upgrading.mdx
Adding note about Docker Compose v1 EOL and upgrade to v2.
- add missing shebang
- add optional mqtt username/password, so people can see how it needs to be spelled
- small markup fixes
Co-authored-by: DrMichael <DrMichael@users.noreply.github.com>
* Updated readme docs and spanish translations
* Improve query to avoid nulls on cars with no long charging sessions
* Revert "Improve query to avoid nulls on cars with no long charging sessions"
This reverts commit 5dc1a74e1c.
* TeslaMate Custom Dashboards
TeslaMate Custom Dashboards: Battery Health, Charging Costs Stats, Charging CurveStats, Tracking Drives and more. There are two dashboards (Current Charge & Drive View) that could be browsed on the car while driving or charging.
* Reorder projects and add more screenshots
* Remove project not using TeslaMate
* Projects using TeslaMate (alphabetically arranged)
* Battery Health dashboard
* Redesign subqueries
in order to improve performance for global variables and estimations
* Rearrange labels
* Simplify charts with plotly and improved estimations
* Rearranged panels and optimized queries
* Added Mileage logged and aditional info
* Improve BatteryHealth queries
* Fix label
* Improve Battery Capacity estimations
---------
Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
* Replace `docker-compose` commands with `docker compose`
* Use official and up to date documentation for Docker and Compose installation
* Revert IDE automatic style changes
* Fix a dash from merging the upstream
* Update docs to manually remove vehicle
Entry added to document how to remove a vehicle from the database until a native solution is implemented.
#3074#2719
* Update manually_fixing_data.mdx
* Update freebsd documentation, fix some instruction issues encountered.
* Fix a few typos
Co-authored-by: Victor Igumnov <victor.igumnov@ticketmaster.com>
This is required because the default value is "" which tells the mqtt
server to delete the retained value.
This in turn means that applications that care about when the car is in
a unknown location will not get the retained value.
This is a bit different from all of the other values in
`@always_published`. For them "" is only published if the value is
unknown or an error occurred. So it makes sense to delete the retained
value.
In this case however, a value of "" generally means "the car is outside
any known geofence" which is a valid condition it itself, and it should
be retained.
There was speculation this might affect the shift_state, but
unfortunately this was not followed up with any evidence or details. #1912
There are any number of solutions that could be deployed here. The
advantage of this solution however is it is not going to break anything
unless you specifically define the TESLAMATE_DEFAULT_GEOFENCE variable.
Fixes: #1336
This PR will add a FAQ around Docker container timestamp logs and why they differ from your machine if you do not configure the TZ environment variable.
Defining manually configured MQTT entities directly under the respective platform keys (e.g., fan, light, sensor, etc.) is deprecated, and support will be removed in Home Assistant Core 2022.9.
Manually configured MQTT entities should now be defined under the mqtt configuration key in configuration.yaml instead of under the platform key.
For TeslaMate-ABRP:
- Fixed name to reflect the repo's.
- Header links to the repo's webpage (Jekyll render of the README), link kept to GitHub's repo page.
- Slightly rephrased the description, also mentioning that the project can also be run as an independent python script.