Skip to main content

Implementation of the API used by the Timeguard's Supplymaster application

Project description

timeguard-supplymaster-python

This Python module will provides an open-source implementation of the client API used by the Timeguard's Supplymaster application. This is typically used to control Timeguard's FSTWIFI Wi-Fi Controlled Fused Spur

This implementation is based on my investigation of the API

It is currently in the early stages of development, contributions are always welcome but it will be a fast moving target

Legal Disclaimer

This software is un-official and is not endorsed or associated with Timeguard Limited in any way shape or form.

This information used has been gathered legally using the Supplymaster Android application and Charles Proxy.

This software is being developed to aid my own personal efforts to automate scheduling of my FSTWIFI device for Octopus Agile

The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. in no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the softwares or the use or mis-used or other dealings in the software.

Setup

  1. Clone the repo
pip install timeguard-supplymaster
  1. Create ~/.timeguard.yaml
---
username: your-username
password: your-password
use_cache: False
...

Usage

List all devices, programs and time slots.

from timeguard_supplymaster import Client

client = Client()
client.refresh_devices()

For more examples see the examples folder.

Contribute

Please do feel free to fork this module it enhance it for the benefit of everyone

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

timeguard-supplymaster-0.0.17.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

timeguard_supplymaster-0.0.17-py3-none-any.whl (22.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