Skip to content

hombach/ioBroker.teslafi

Repository files navigation

Logo

ioBroker.teslafi

NPM version Downloads node-lts Libraries.io dependency status for latest release

GitHub GitHub repo size GitHub commit activity GitHub last commit GitHub issues

GitHub Workflow Status CodeQL Appveyor-CI SNYK Known Vulnerabilities

Versions

Beta Stable Installed

NPM

Adapter for Polling TeslaFi Data from Your Car

This adapter enables the integration of data from your TeslaFi account API for use within ioBroker.

Configuration

Enter your TeslaFi API key in the designated field on the configuration screen. You can also adjust the polling interval to suit your requirements.

Sentry

This adapter employs Sentry libraries to automatically report exceptions and code errors to the developers. For more details and information on how to disable error reporting, please consult the Sentry-Plugin Documentation! Sentry reporting is initiated starting with js-controller 3.0.

Donate

If you enjoyed this project — or just feeling generous, consider buying me a beer. Cheers! 🍻

Changelog

0.4.0 (2024-11-10)

  • (hombach) implement managed charging time (#29)
  • (hombach) implement battery range
  • (hombach) fixed errors in 'time to finish charge'
  • (hombach) changed min update interval to 10 sec
  • (hombach) fixed typos

0.3.0 (2024-11-08)

  • (hombach) implement string for time to finish charge (#42)
  • (hombach) reorganize data in folders (#43)
  • (hombach) show 3rd row seat heater only if 3rd row is available (#40)
  • (hombach) implement 'charging_state' (#37)

0.2.1 (2024-11-08)

  • (hombach) change 'time_to_full_charge' type to number (#38)
  • (hombach) total rework of vehicle data parser
  • (hombach) set speed to 0 if null in API data (#39)

0.2.0 (2024-11-07)

  • (hombach) implement raw data state (#26)
  • (hombach) implement charger_phases (#28)
  • (hombach) implement driver_temp_setting (#31)
  • (hombach) implement seat and steeringwheel heater states (#30)

0.1.5 (2024-11-06)

  • (hombach) harmonize project tools
  • (hombach) removed doubled texts in state names

0.1.4 (2024-11-01)

  • (hombach) fix conversion error

0.1.3 (2024-10-30)

  • (hombach) fix typo in error text
  • (hombach) optimize responsive design
  • (hombach) bump dependencies

0.1.2 (2024-10-28)

  • (hombach) introduce to ioBroker latest repo
  • (hombach) bump dependencies

0.1.1 (2024-10-26)

  • (hombach) fix npm error

0.1.0 (2024-10-26)

  • (hombach) first working version

0.0.1 (2024-10-24)

  • (hombach) initial release

License

MIT License

Copyright (c) 2024 C.Hombach [email protected]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.