Skip to main content

microBees Python Library

Project description

Official microBees Python Library

Used as a wrapper dependency in the Home Assistant integration.

Version

0.0.1

Installation

>>> pip3 install microBeesPy

Getting Started

Go to https://developers.microbees.com/dashboard/ and register your developer App. Use CLIENTID and CLIENT SECRET generated.

Example basic usage

>>> microBees = MicroBees("my-client-id","my-secret")
>>> token =  await microBees.login("mymicrobeesaccount@microbees.com","mypassword") //this will return the access_token
>>> bees = await microBees.getBees() // this will return the list of bees connected to mymicrobeesaccount@microbees.com
>>> cmdRes = await microBees.sendCommand(actuatorId,relayValue) //set the actuatorId to relay value (0 to off, 1 to on, 1000 to turn on for 1 second)

Support

If you find a bug, have any questions about how to use this SDK or have suggestions for improvements then feel free to file an issue on the GitHub project page https://github.com/microBeesTech/pythonSDK.

License

(MIT License)

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

microBeesPy-0.2.8.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file microBeesPy-0.2.8.tar.gz.

File metadata

  • Download URL: microBeesPy-0.2.8.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for microBeesPy-0.2.8.tar.gz
Algorithm Hash digest
SHA256 00e1145df574256b1913b1ff1151b93b2356608c0410fef54c79fc53b38d29dc
MD5 48e6e19dfcf719f1718b6af3a73e742d
BLAKE2b-256 6d243789158cd5431d90fd0a49edb958583c420cbdb80a900317db0683f87d85

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