Skip to content

YoshiiPlayzz/torque_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torque Translator for HomeAssistant

This Docker container is used for "translating" the logs that are send via torque to this server to an api call to your HomeAssistant instance. You can use this container if you haven't have an ssl certificate for your HomeAssistant instance.

Example HomeAssitant config

... 
sensor:
  ...
  - platform: torque
    email: "[email protected]"
    name: YourCarName
...

Environment variables

  • EMAIL: Set the email you have set in the HomeAssistant config
  • URL: URL to your HomeAssistant config e.g. http://@/<homeassistant_ip>:8123
  • BEARER: Long-time access token. How to get you can see here

Docker commands

TODO

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published