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
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
Release history Release notifications | RSS feed
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)
Built Distribution
File details
Details for the file wirelesstagpy-0.1.0.tar.gz
.
File metadata
- Download URL: wirelesstagpy-0.1.0.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | db6401f13088260b341764bd13f65879d3ca4f72107907cff3fb98c6788c77b4 |
|
MD5 | 20e875dbad51529a8b49b81dbbab0c4b |
|
BLAKE2b-256 | a666461802eb89373655027d9f172f4fbba3cebdfd84f8681775c57f732fdf86 |
File details
Details for the file wirelesstagpy-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: wirelesstagpy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 945c81ca87c8113516017d2ca0575e728845afc690dfb90cb1b2a35fd97610bd |
|
MD5 | 93e9e58383784f03df3c10105a7b13c3 |
|
BLAKE2b-256 | 0cc127a19428c40f2420fcf5fe390499af9447b24882d7684b950fb724ad0a96 |