Home2L - Python API v1.4-0-g38cc (2024-05-25)
Smart Tools for a Private Home
Home2L - Python API

This is the documentation of the Python API of the Home2L suite. It is meant as a reference for authors of

  • automation rules,
  • drivers and software tools written in Python.

The main purpose of this page is to give a list and overview on the existing Python functions and classes.

The Home2L Book contains explanations on concepts and examples. Additional information on the lower-level functions and classes can be found in the C/C++ API documentation. Most of the information presented here is also available as Python docstrings (avaliable via help(<name>) in a Python shell).

To get started, navigate to the Modules page.