Devotics / heatzy-home-hassistant

Climate Home Assistant component for Heatzy Pilot
MIT License
23 stars 20 forks source link

Add support for the new Heatzy Pilote product key #8

Closed Dramloc closed 4 years ago

Dramloc commented 4 years ago

Add support for the new Heatzy Pilote product keys (b9a67b6ce24b437d9794103fd317e627 and 4fc968a21e7243b390e9ede6f1c6465d).

You can install this version with the following commands:

# Create custom_components folder
mkdir -p ~/.homeassistant/custom_components
# Move to the custom_components folder
cd ~/.homeassistant/custom_components
# Fetch this repo and extract it
curl -L https://api.github.com/repos/Devotics/heatzy-home-hassistant/tarball/feature/new-heatzy-pilote-version-compatibility | tar -xz
# Copy heatzy folder
cp -rl Devotics-heatzy-home-hassistant-*/heatzy .
# Clean up
rm -rf Devotics-heatzy-home-hassistant-*

Support for this new version might need some further work if new features have been introduced on the Heazty Pilote.