Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Releases: cgtobi/netatmo-api-python

Pre 4.0.0b0

14 May 22:21
Compare
Choose a tag to compare
Pre 4.0.0b0 Pre-release
Pre-release
Clean up

Debug 3.3.0

03 May 22:59
Compare
Choose a tag to compare
Debug 3.3.0 Pre-release
Pre-release
Return type if station/module name not given

Inofficial debug release

16 Feb 14:20
Compare
Choose a tag to compare
Pre-release
3.2.5

Fix typo

Inofficial 3.2.2

16 Feb 22:42
Compare
Choose a tag to compare
Inofficial 3.2.2 Pre-release
Pre-release
Fix wind module issue

Pre-Release fix

13 Oct 20:52
Compare
Choose a tag to compare
Pre-Release fix Pre-release
Pre-release
v4.1.0b1

Test github action jobs split

v2.1.3 beta

24 Jul 20:10
Compare
Choose a tag to compare
v2.1.3 beta Pre-release
Pre-release
  1. Create a python 3.6+ venv python3.6 -m venv venv
  2. Activate venv . venv/bin/activate
  3. Clone the repo git clone --single-branch --branch netatmo_climate_refactor --depth=1 https://github.com/cgtobi/home-assistant.git
  4. Setup and start HA cd home-assistant && script/setup && hass
  5. Stop it after it hast fully started and is reachable via http://localhost:8123 with CTRL-C
  6. Download wget https://github.com/cgtobi/netatmo-api-python/releases/download/v2.1.3/pyatmo-2.1.3-py3-none-any.whl
  7. Install pyatmo beta pip install --upgrade pyatmo-2.1.3-py3-none-any.whl
  8. Configure the Netatmo integration
  9. Start HA with hass --skip-pip