* adding swedish translation
* adding comments from endlish errors.po
* adding new translations for swedish
* fix#524 of adriankumpf/teslamate
* adding translation for geo-fence in swedish
* fixing translation of charge limit in swedish
* fixiing translation of mileage in swedish
* Fix typos
* adding swedish translations
* adjustment of swedish translation suggested by Thomas Hennig
* MQTT_HOST default should be 127.0.0.1 for screen, as in systemd
* adding drop_cap to traefik example, which all other guides have
* removing quotation marks around ports for portainer
* adjusting volumes for portainer to match other guides
* fix#635 fr translation
* Minor adjustments to swedish translation
and removing translations that are the same as in english
* Adjusting TeslaMateAgile text to mention Tibber support
Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
* Fix overlapping timestamps in Discrete map
Fix overlapping timestamps in Discrete map of state changes by adding 1 second to start times for charging_processes, drives and updates tables.
* Update traefik.md
Edited to show how to configure with a single public hostname instead of two as in the original guide.
* Lowercase header key
Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
* 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)
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.
* 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
* 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>
* Update charging-stats.json
Address https://github.com/adriankumpf/teslamate/issues/476 by adding world map of charges. Will need to add world map plugin also, addressing in different change.
* Update Dockerfile
Add worldmap panel plugin for update to dashboard.
* Update charging-stats.json
Updated initial zoom to a lower level zoom to get more local snapshots around main areas.
* Update charging-stats.json
update default zoom
* Update charging-stats.json
Enabled mouse wheel scroll due to default zoom being further out.
* Update Dockerfile
Replaced worldmappanel /w panodata modified world map panel.
* Update charging-stats.json
Changed to use panodata world map as will default zoom to data set. Updated query to build off kwh added vs # of charges and adjusted pct to be pct of max kwh vs % of total.
* Update charging-stats.json
Adjusted alignment
* Update installation guide with grafana-worldmap-panel
Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>
* Add option HTTP_BINDING_ADDRESS to control the IP address where the web interface is exposed.
* Fix doc typo.
* Keep mix format quiet with some empty lines.
* adding swedish translation
* adding comments from endlish errors.po
* adding new translations for swedish
* fix#524 of adriankumpf/teslamate
* adding translation for geo-fence in swedish
* fixing translation of charge limit in swedish
* fixiing translation of mileage in swedish
* Fix typos
* adding swedish translations
* adjustment of swedish translation suggested by Thomas Hennig
* MQTT_HOST default should be 127.0.0.1 for screen, as in systemd
* adding drop_cap to traefik example, which all other guides have
* removing quotation marks around ports for portainer
* adjusting volumes for portainer to match other guides
Co-authored-by: Adrian Kumpf <adrian.kumpf@posteo.de>