Skip to main content

The Python library to interact with Zipato smarthome controllers

Project description

ZipatoPy: Zipato Python API

The Python library to interact with Zipato smarthome controllers.

Inspired by ggruner. Tested with Zipato Zipatile.

Main features:

  • list devices, endpoints, attributes and attribute values
  • manipulate virtual endpoints (create/get/set/delete)
  • synchronization of Zipato controller
  • local and cloud mode
  • no external dependencies (build-in Python libs only)
  • logging and verbose debug

TODO:

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Python Version

Python 2.7
Python 3.6

Installation

From PyPI repository:

pip install --upgrade zipatopy

From source:

git clone https://github.com/goooroooX/ZipatoPy.git

Test run

Start with included samples:

  • change USERNAME and PASSWORD to your my.zipato.com account information
  • for test1.py change also DEVICE, ENDPOINT and ATTRIBUTE
python test1.py
python test2.py

API initialization for a cloud mode:

from zipatopy import ZipatoPy
api = ZipatoPy(USERNAME, PASSWORD, verbose=True)
print(api.get_devices())

API initialization for a local mode:

from zipatopy import ZipatoPy
api = ZipatoPy(USERNAME, PASSWORD, url='http://X.X.X.X:8080/zipato-web/v2/', verbose=True)
print(api.get_devices())

NOTE: local mode is limited comparing to cloud mode, but you will still be able to get attribute values when requesting directly with UUID.

Author

License

This project is licensed under the Apache 2.0 License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zipatopy-0.1.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

zipatopy-0.1-py2.py3-none-any.whl (5.9 kB view details)

Uploaded Python 2Python 3

File details

Details for the file zipatopy-0.1.tar.gz.

File metadata

  • Download URL: zipatopy-0.1.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4

File hashes

Hashes for zipatopy-0.1.tar.gz
Algorithm Hash digest
SHA256 dd66d0e0aac8d7dc82fbfae50fd6909ea6c27aeec1d338335f231ca4bcb8b534
MD5 3f356789994326d5d4edd828269d5911
BLAKE2b-256 a5aa0cb53fe87edd1bc7de0fe507618db892ab778ac00009b49d09773732a727

See more details on using hashes here.

File details

Details for the file zipatopy-0.1-py2.py3-none-any.whl.

File metadata

  • Download URL: zipatopy-0.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 5.9 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.4

File hashes

Hashes for zipatopy-0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 3078eb0bf063bab42b8d35d5406979bc64a475a166ff2a7d8d6ac3f15a5c5458
MD5 a3d607504c93a01c19dd94b3f0b2a6b3
BLAKE2b-256 d7d1a07ac67ac560c9c0031f09079258c2865c66e09eafc1a858cef66a6cecea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page