Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.28 KB

File metadata and controls

36 lines (27 loc) · 1.28 KB

THIS INTEGRATION IS NOW DEPRICATED IN FAVOR OF THE OFFICIAL HOMEASSISTANT INTEGRATION OVER HERE: https://www.home-assistant.io/integrations/schluter/

schluter-python

A home-assistant integration for Schluter Ditra Heat Floor Warming System Wifi Thermostat Schluter®-DITRA-HEAT-E-WiFi

Integrate with HASS by copying the schluter folder into the custom_components folder.

Include the following entry in configuration.yaml

climate:
  - platform: schluter
    email: <schluter login email>
    password: <schluter login password>
    
    (optional)
    precision: 1.0, 0.5 or 0.1

Current Limitations

Only the first thermostat assigned to a group will be recognized by this integration.

Todo

  • add test for token expiration
  • move schluter functions to separate file
  • make async
  • implement aiohttp
  • make (more) object oriented
  • account for multiple thermostats

Implementation