Skip to main content

Simple python wrapper over wirelesstags REST API

Project description

# WirelessSensorTags python [![Build Status](https://travis-ci.org/sergeymaysak/wirelesstagpy.svg?branch=master)](https://travis-ci.org/sergeymaysak/wirelesstagpy) [![Coverage Status](https://coveralls.io/repos/github/sergeymaysak/wirelesstagpy/badge.svg?branch=master)](https://coveralls.io/github/sergeymaysak/wirelesstagpy?branch=master)

A simple python wrapper library for Wireless Sensor Tag platform (http://wirelesstag.net).

Supports getting data for registered by end user sensor tags.
mytaglist.com account credentials are needed to use this lib.
Enabling tags sharing is not required.

Verified with 13-bit motion/temperature/humidity tags.

# Installation

# Development notes
See http://wirelesstag.net/apidoc.html for API details.

# Usage

```python

import wirelesstagpy

api = wirelesstagpy.WirelessTags(username='login_email', password='your_password')
sensors = api.load_tags()
for (uuid, tag) in sensors.items():
print('Loaded sensor: {}, temp: {}, humidity: {} probe taken: {}'.format(
tag.name, tag.temperature,
tag.humidity, tag.time_since_last_update))

```

# Disclaimer
"Wireless Sensor Tags", "KumoSensor" and "Kumostat" are trademarks of Cao Gadgets LLC,
see www.wirelesstag.net for more information.

I am in no way affiliated with Cao Gadgets LLC.

# Copyright
See [LICENSE](LICENSE)


# Changelog

3/11/2018 Initial commit


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

wirelesstagpy-0.1.0.tar.gz (5.8 kB view details)

Uploaded Source

Built Distribution

wirelesstagpy-0.1.0-py3-none-any.whl (8.1 kB view details)

Uploaded Python 3

File details

Details for the file wirelesstagpy-0.1.0.tar.gz.

File metadata

File hashes

Hashes for wirelesstagpy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 db6401f13088260b341764bd13f65879d3ca4f72107907cff3fb98c6788c77b4
MD5 20e875dbad51529a8b49b81dbbab0c4b
BLAKE2b-256 a666461802eb89373655027d9f172f4fbba3cebdfd84f8681775c57f732fdf86

See more details on using hashes here.

File details

Details for the file wirelesstagpy-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for wirelesstagpy-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 945c81ca87c8113516017d2ca0575e728845afc690dfb90cb1b2a35fd97610bd
MD5 93e9e58383784f03df3c10105a7b13c3
BLAKE2b-256 0cc127a19428c40f2420fcf5fe390499af9447b24882d7684b950fb724ad0a96

See more details on using hashes here.

Supported by

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