Skip to main content

A Python Library to simplify connection to Evomo IoT Platform

Project description

Evomo Python

This is a Python library to simplify the connection to Evomo IoT Platform. For more information about the platform itself, please visit the https://evomo.jeager.io.

Installation

Make sure you have Python (2 or 3) and pip installed.

pip install evomo-mqtt

Usage Example

Send data

from evomo_mqtt import evomo

myData = {
    'T' : 77,
    'H' : 10
}

evomo.send(myData, 'your-client-id', 'your-device-id')

API Reference

  • get(clientID, deviceID)
    Get the latest data from your Evomo device.
    return: latest data (json)

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

evomo_mqtt-1.0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distributions

evomo_mqtt-1.0.1-py3.8.egg (3.4 kB view hashes)

Uploaded Source

evomo_mqtt-1.0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

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