Skip to main content

Software Development Kit for the EET SolMate

Project description

EET SolMate SDK

All you need to integrate your EET SolMate into your home automation system and any python based system. Keep in mind that this is work in progress.

This python based SDK provides a class based API Client which let you:

  1. Login to your SolMate with serial number and password which returns an authentification token.
  2. Connect to your SolMate with the authentification token.
  3. Get live values of your SolMate.
  4. Check if your SolMate is online.

How to use

Install the package via:

pip install solmate-sdk

Import the SolMateAPIClient class and connect to your SolMate:

from solmate_sdk.apiclient import SolMateAPIClient

client = SolMateAPIClient("serial_num")
client.connect()
print(f"Your SolMate online status is: {client.check_online()}")

Implementation Details

The SolMate SDK communicate over the SolMate Websocket API with your SolMate.

Links

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

solmate-sdk-0.1.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

solmate_sdk-0.1.1-py3-none-any.whl (5.3 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