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.
...
sensor:
...
- platform: torque
email: "[email protected]"
name: YourCarName
...
EMAIL
: Set the email you have set in the HomeAssistant configURL
: URL to your HomeAssistant config e.g.http://@/<homeassistant_ip>:8123
BEARER
: Long-time access token. How to get you can see here
TODO