This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
Releases: cgtobi/netatmo-api-python
Releases · cgtobi/netatmo-api-python
Pre 4.0.0b0
Clean up
Debug 3.3.0
Return type if station/module name not given
Inofficial debug release
3.2.5 Fix typo
Inofficial 3.2.2
Fix wind module issue
Pre-Release fix
v4.1.0b1 Test github action jobs split
v2.1.3 beta
- Create a python 3.6+ venv
python3.6 -m venv venv
- Activate venv
. venv/bin/activate
- Clone the repo
git clone --single-branch --branch netatmo_climate_refactor --depth=1 https://github.com/cgtobi/home-assistant.git
- Setup and start HA
cd home-assistant && script/setup && hass
- Stop it after it hast fully started and is reachable via
http://localhost:8123
with CTRL-C - Download
wget https://github.com/cgtobi/netatmo-api-python/releases/download/v2.1.3/pyatmo-2.1.3-py3-none-any.whl
- Install pyatmo beta
pip install --upgrade pyatmo-2.1.3-py3-none-any.whl
- Configure the Netatmo integration
- Start HA with
hass --skip-pip