Skip to main content

Comap Smart Home public API python module

Project description

COMAP Smart Home public API

Python module to control and retrieve data for COMAP Smart Home products.

Install

To install comapsmarthome-prublic-api run :

pip install comapsmarthome-public-api

Usage example

from comapsmarthome_public_api.client_auth import ClientAuth
from comapsmarthome_public_api.measurement_service import MeasurementsService

auth = ClientAuth()
measurements = MeasurementsService(auth)

dt_from = '2020-10-01T09:30+01:00'
dt_to = '2020-10-01T10:30+01:00'
serial_number = 'aa**********'
data = measurements.get_measurements(dt_from, dt_to, serial_number=serial_number, measurements=['inside_temperature'])
dates = [d['time'] for d in data]
temperatures = [d['inside_temperature'] for d in data]

Credentials

To access COMAP Smart Home product through the API, username and password need to be saved under the environment variables COMAP_SMART_HOME_USERNAME and COMAP_SMART_HOME_PASSWORD.

  • COMAP_SMART_HOME_USERNAME: COMAP Smart Home user email address
  • COMAP_SMART_HOME_PASSWORD: COMAP Smart Home user password

Requirements

  • Python >=3.6
  • requests, boto3 and dateutil modules
  • COMAP Smart Home user account

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

File details

Details for the file comapsmarthome_public_api-0.0.9-py3-none-any.whl.

File metadata

File hashes

Hashes for comapsmarthome_public_api-0.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 165457a45f2c3cc31677bb346386e5d801dfc339158595dba747fe9c5c7a8a06
MD5 d05aedcf34ebd7345e2af3fbcc305714
BLAKE2b-256 30e8c061b71eac86b76ac9caab0fbfe24918c1e0bf37cd9229bc298feef217bb

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