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

Releases: cgtobi/netatmo-api-python

Pre 4.0.0b0

Pre 4.0.0b0 Pre-release
Pre-release

Choose a tag to compare

@cgtobi cgtobi released this 14 May 22:21
Clean up

Debug 3.3.0

Debug 3.3.0 Pre-release
Pre-release

Choose a tag to compare

@cgtobi cgtobi released this 03 May 22:59
Return type if station/module name not given

Inofficial debug release

Pre-release

Choose a tag to compare

@cgtobi cgtobi released this 16 Feb 14:20
3.2.5

Fix typo

Inofficial 3.2.2

Inofficial 3.2.2 Pre-release
Pre-release

Choose a tag to compare

@cgtobi cgtobi released this 16 Feb 22:42
Fix wind module issue

Pre-Release fix

Pre-Release fix Pre-release
Pre-release

Choose a tag to compare

@cgtobi cgtobi released this 13 Oct 20:52
v4.1.0b1

Test github action jobs split

v2.1.3 beta

v2.1.3 beta Pre-release
Pre-release

Choose a tag to compare

@cgtobi cgtobi released this 24 Jul 20:10
  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