tellcore.telldus (module)

This module provides a high level Python interface to Telldus’ C API.

Since most functions are Python-ified wrappers around the C API, please also refer to the Telldus Core documentation for further information.

The classes in this module all use the library.Library class under the hood, and thus also has e.g. automatic memory manangement, exceptions (library.TelldusError) and transparent string conversion with full Python 3 support.

Some example programs are included in the documentation to help understand how to use the different classes:

TelldusCore

DeviceFactory

Device

DeviceGroup

Sensor

SensorValue

Controller

QueuedCallbackDispatcher

AsyncioCallbackDispatcher