Skip to main content

GoodWan IoT client module

Project description

GoodWan python client

GoodWan IoT python client

Getting Started

import datetime

from goodwan_client import Client


# Use system/pytz timezone name e.g. Europe/Moscow 
client = Client("login", "password", "timezone")

t_from = datetime.datetime(2019, 1, 1, 0, 0, 0)
t_to = datetime.datetime(2019, 3, 1, 23, 59, 59)
events = client.events(t_from=t_from, t_to=t_to)

# events is a list of goodwan_client.event.Event class
for event in events:
    print(event)
    
"""
<goodwan_client.event.Event id_event=123123123, id_system=0, id_transmitter=123, 
 data_type=101, data=2525.0, data_ext=0.0, signal_lvl=0, 
 timestamp=2019-02-28 05:15:22+03:00, 
 device=<goodwan_client.devices.TempSensor data=2525.0, data_ext=0.0, temp=2525.0>,
 device_name=temp_sensor
>
"""

For more info, see classes goodwan_client.event.Event and goodwan_client.devices.*

Prerequisites

  • Python >= 3.5

Installing

pip install goodwan_client

Authors

  • Dmitry Konovalov - Initial work - kanavis

License

This project is licensed under the MIT License - see the LICENSE.md 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

goodwan_client-0.3.2.tar.gz (6.4 kB view details)

Uploaded Source

File details

Details for the file goodwan_client-0.3.2.tar.gz.

File metadata

  • Download URL: goodwan_client-0.3.2.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.6

File hashes

Hashes for goodwan_client-0.3.2.tar.gz
Algorithm Hash digest
SHA256 dbc2eb3b02b07374cb1536e0dbfa4deaf35dfef47dedbf64b06d1efb92d45b45
MD5 7a0ee8c9b47882b8907e96bdbf80a98b
BLAKE2b-256 5ce1ce500990560ebfeb95f701ad04c6e846e72260f93efcb61aa4a98f0718ba

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