Commit Graph
36 Commits
Author SHA1 Message Date
Saswat Padhi 195433c319 Track open/close states for individual doors (#3962)
* feat: track open/close states for individual doors

* doc: add individual door open states
2024-06-19 10:28:19 +02:00
Long Zheng 55baa5e3dc Update HomeAssistant docs to use new MQTT values (#3923)
* Update HomeAssistant docs to use new MQTT values

* Update name to `mi`

* Update website/docs/integrations/home_assistant.md
2024-05-30 15:03:51 +02:00
Long Zheng 5b029bc043 Update MQTT examples of location/active_route (#3919) 2024-05-30 14:25:09 +02:00
Brian May c684252940 Publish extra active_route fields to mqtt output (#3789)
This refactors the existing code to make it more maintainable.

Nil values are published as "nil" string. This ensures that they will
get published, and ensures that MQTT doesn't drop the retained data.

Fixes #3748
2024-04-05 17:29:00 +11:00
Brian MayandJakob Lichterfeld b5285d2ace Add location topic (lat and long in one json blob) (#3729)
* Add location topic

Fixes #3660.

* doc: update mqtt topics with new location topic

---------

Co-authored-by: Jakob Lichterfeld <jakob-lichterfeld@gmx.de>
2024-03-18 08:36:21 +01:00
Jan 131651845a Fix name in lovelace example to match sensor name (#3718) 2024-03-04 11:36:31 +01:00
Long Zheng 78fe8116ad Add navigation active route drive state data (#3657)
* Add navigation active route drive state data

* Add active_route data to MQTT

* Update MQTT documentation

* Fix streaming test drive state
2024-02-08 08:45:42 +01:00
Kenni Lund 6a19ec257e doc: Fix TPMS sensor names to match binary_sensor.yaml (#3613) 2024-01-19 14:06:52 +01:00
Toni ee5e16daf9 Node-RED required modules should be saved under /data (#3623) 2024-01-19 14:04:05 +01:00
Igor Yamolov abd1e6c3ad Use recommended format for Home Assistant MQTT sensor configuration (#3344) 2023-11-29 11:28:08 +01:00
virtualm2000 c1db4f58a3 Fix tpms bar sensors name in template for psi (#3490) 2023-11-26 08:55:51 +01:00
marspath d7f6349cb2 Update HA integrations docs with TPMS sensors and examples (#2845) 2023-11-16 19:02:17 +01:00
Nir Klinger fba87d7e88 added tire low pressure icon to teslamate web (#3424)
* added tire low pressure icon to teslamate web

* updated new fields to mqtt md

* Update default.pot and errors.pot
2023-11-13 19:07:03 -06:00
Eden Yemini c8b0df802f Docker compose command fixes (#3025)
* 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
2023-06-12 12:13:41 +02:00
enzo2 98a0428738 Fix tesla_power unit from W to kW (#3024) 2023-01-13 14:04:50 +01:00
dc 7d2b2c861c Update HA integration (#2735)
Fix km to mi conversion
Add timestamp class to charge time so HA will show relative time.
2022-07-15 11:04:42 +02:00
NirKliandAdrian Kumpf 7a9c6b9ad1 Added tire pressure (#2706)
* - Added support for tire pressure graph per drive

* - Fixed migration script

* - Added tire pressure documentation in mqtt.md

* Use add command instead of add_if_not_exists

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>

* Remove drop function command from migration script

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>

* Format code

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2022-06-24 15:24:39 +02:00
Rob Walsh 9500a2d8a4 Add Plugin Notification Example (#2712) 2022-06-24 14:21:02 +02:00
Heesik Shin 901d02df5c update HomeAssistant Integration example yaml (#2704)
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.
2022-06-24 11:52:24 +02:00
Adrian Kumpf a8bcb906b1 Add charge_current_request(_max) MQTT topics
Implements #2412
2022-02-09 17:13:35 +01:00
Pierre Belanger 29bbf7a67c README.md typo (#2410) 2022-01-31 12:47:10 +01:00
Peter BoothbyandAdrian Kumpf 1f8bbef39a Integration Guide for Node-RED, with examples (#2098)
* Create Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Create Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

* Add files via upload

* Update Node-RED.md

* Update Node-RED.md

improved the directions for adding node-red modules

* Add sidebar link

* Format markdown file

* Fix file link

* Move assets into separate directory

* Optimize images

* fix spelling error

"hamburber" sounds like something Donald Trump would write. I fixed the spelling error. :)

Co-authored-by: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com>
2021-11-08 17:05:36 +01:00
Adrian Kumpf 88d9ac757e Change icon name
Fixes #1832
2021-07-19 15:19:04 +02:00
Jux a6d881f54f Update home_assistant.md (#1756)
Fixed heading for binary_sensor config. Old one caused some confusion
2021-07-09 15:09:47 +02:00
JakobLichterfeld aa220d975b Docu: Home Assistant fixed (#1711)
* Update home_assistant.md

- ui-lovelace: added needed views array, now able to load in Home Assistant
- sensor.yml: Correct spacing, now valid yaml-file and able to load in Home Assistant

* Update home_assistant.md

- ui-lovelace: entities with binary_sensor fixed, un-needed '' removed
2021-06-15 12:14:42 +02:00
ffeingol e810a9b199 Update home_assistant.md (#1634)
Corrected binary_sensors to be sensors in the binary_sensors/tesla.yaml example file
2021-05-20 10:17:31 +02:00
Sean Vig 43ad712fac Add device classes and binary sensors to documented Home Assistant config (#1597)
For the Home Assistant config, for all of the sensors which are binary on/off sensors, add a section which configures these as a binary sensor type. In addition, add device classes to both the binary sensors as well as some of the regular sensors. The device class makes it so the UI will show, for example "Open" or "Closed" for the door, rather than "On" or "Off.
2021-05-13 14:12:08 +02:00
Martin Nadvornik b60bf5e6bb add drive state battery power to published mqtt topics (#1504) 2021-04-26 11:36:59 +02:00
Philippe Gressé-Lugué 1c785b70e1 Update home_assistant.md (#1374)
Units fixes
2021-02-21 17:35:51 +01:00
Jason Schollenberger ac3677e84d HomeAssistant documentation update (#1321)
* update homeassistant sensors.yaml example

* update homeassistant lovelace example
2021-02-08 17:47:07 +01:00
Adrian Kumpf 2360f3d0d4 Fix unit of measurements (docs)
Fixes #1131
2020-12-25 23:05:41 +01:00
Lauri Andler 533e4c0a23 Fix unit of measurement for charge added shown in overview, documentation to be correct (#1061)
* Fix units of charge energy added to be correct

The name of the measurement didn't make sense, since it is plotting added energy but was using an unit of power (kW). Changed to make sense.

* Fix unit of energy added

Documentation was using the wrong unit for energy added, fixed.

* Fix unit of energy added

Documentation was using unit of power (kW) for measuring energy added. Fixed to use the correct unit (kWh)
2020-10-30 12:05:23 +01:00
andrewfoster a37f6c5fe7 Improve garage door automation example (#1039)
The current automation example incorrectly triggers based on the state of the garage door switch, rather than on the state of the Tesla's location. Also changed the action to turn on the garage door switch to be consistent with the description of the automation.
2020-10-27 16:10:57 +01:00
Adrian 7872184a5c Display update version in the homescreen update tooltip (#976)
* Make update_version of the API available

* Add update version to the update tooltip

* Fix formatting

* Update translations to reflect the new tooltip

* Fix car controller test

* Add update_version to the mqtt documentation
2020-10-08 10:33:56 +02:00
Nathan GardinerandAdrian Kumpf 3c263bf000 Update HomeAssistant documentation (#705)
* Update home_assistant.md

   - Removed the static not_home location from the device_tracker definition which fixes #695 
   - Added Garage Door automation
   - Added automation for doors and windows open which would address #698 (for HomeAssistant users at least)

* Enalbe syntax highlighting

* Enalbe syntax highlighting

* Enalbe syntax highlighting

Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
2020-05-19 19:31:29 +02:00
Adrian Kumpf c6b265788c Migrate docs to docusaurus
Fixes #564
2020-04-07 19:32:18 +02:00