mypyllant-component
Home Assistant component for the myVAILLANT API, controls Vaillant devices such as aroTHERM heatpumps and ecoTEC boilers
File Explorer
Download Latest Version (.zip)- settings.json
- bug_report.md
- config.yml
- feature_request.md
- build-test.yaml
- gh-pages.yaml
- release.yaml
- dependabot.yml
- FUNDING.yml
- launch.json
- settings.json
- tasks.json
- configuration.yaml
- cs.json
- de.json
- en.json
- fr.json
- it.json
- nl.json
- pl.json
- sk.json
- __init__.py
- binary_sensor.py
- calendar.py
- climate.py
- config_flow.py
- const.py
- coordinator.py
- datetime.py
- decorators.py
- manifest.json
- number.py
- sensor.py
- services.yaml
- strings.json
- switch.py
- utils.py
- ventilation_climate.py
- water_heater.py
- __init__.py
- .env.sample
- config.tar.gz
- entrypoint.sh
- android-proxy.png
- calendar.mp4
- calendar.png
- climate-cards.png
- default-dashboard.png
- logo-white.png
- logo.png
- services.png
- tablesort.js
- extra.css
- 1-automations.md
- 2-entities.md
- 2-services.md
- 3-contributing.md
- 3-library.md
- 3-reverse-engineering.md
- index.md
- Dockerfile
- mkdocs.yml
- develop
- precommit
- release
- setup
- update-mypyllant
- __init__.py
- conftest.py
- export-entities.sh
- generate_services_docs.py
- print_brands.py
- test_binary_sensor.py
- test_calendar.py
- test_climate.py
- test_init.py
- test_mypyllant_version.py
- test_no_system.py
- test_number.py
- test_quota.py
- test_sensor.py
- test_services.py
- test_utils.py
- test_water_heater.py
- utils.py
- .devcontainer.json
- .gitignore
- .pre-commit-config.yaml
- AGENTS.md
- docker-compose.yml
- hacs.json
- LICENSE
- pyproject.toml
- README.md
- uv.lock
# Installation Guide
1. Get the code
git clone https://github.com/signalkraft/mypyllant-component
Downloads the entire project code from GitHub to your computer.
cd mypyllant-component
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d --build
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
3. Python
EasyPrerequisites
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
