Skip to content

clumsyCoder00/schluter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A homeassistant integration for Schluter wifi thermostats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages