niemyjski / kohler-python

Python library for talking to Kohler devices (DTV+)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

Python library for talking to Kohler devices (DTV+)

License:Apache License 2.0


Languages

Language:Python 100.0%