python-tuya-oittm

A package for communicating with Tuya/Oittm devices on a local network.


License
MIT
Install
pip install python-tuya-oittm==0.0.1

Documentation

python-tuya-oittm

Supported Python Versions

Python versions 3.5 and up are currently building correctly on Travis CI

Description

Branch - master

Build Status

Branch - development

Build Status

This library facilitates communication with Tuya/Oittm devices on your local network. Currently working with the Oittm Wifi Smart Humidifier, 3L.

Reason This Exists

I wanted a project to learn Python, and had just bought an Oittm Humidifer(https://www.amazon.com/gp/product/B07C5QL15R) and wanted to integrate it with Home Assistant. This seemed like a good, non-trivial project to work on. All respect due to the forefathers - tuyapi and python-tuya (listed below).

Attribution

https://github.com/codetheweb/tuyapi - The original; responsible for all of the reverse engineering https://github.com/clach04/python-tuya - The original Python implementation

Getting Started

The peoples at codetheweb (https://github.com/codetheweb/tuyapi) have great guides around getting the required credentials/parameters.