kohler

Python library for talking to Kohler devices


License
Apache-2.0
Install
pip install kohler==0.0.5

Documentation

kohler-python

Python library for talking to Kohler devices (DTV+)

Installation

pip3 install kohler

Usage

from kohler import Kohler
kohler = Kohler(bondIp='192.168.1.50')

kohler.lightOn(1, 50)
kohler.musicOn()
kohler.quickShower()
kohler.stopShower()
kohler.steamOn()
kohler.steamOff()