Skip to content

Data dump

Jakob Schlyter edited this page Mar 4, 2025 · 1 revision

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

Clone this wiki locally