We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To create a data dump from the pypolestar library:
From within Home Assistant
polestar --dump --debug
From source:
git clone https://github.com/pypolestar/pypolestar.git python3 -m venv pypolestar cd pypolestar source bin/activate pip install poetry poetry install poetry run polestar --dump --debug