Skip to main content

Interface for interacting with Fellow Aiden coffee brewer

Project description

Fellow Aiden

This library provides an interface to the Fellow Aiden coffee brewer.

Quick Start

Install the library:

pip install fellow-aiden
# or
python setup.py install

Set ENV variables:

export FELLOW_EMAIL='YOUR-EMAIL-HERE'
export FELLOW_PASSWORD='YOUR-PASSWORD-HERE'

Sample Code

This sample code shows some of the range of functionality within the library:

import os
from fellow_aiden import FellowAiden

# EMAIL = "YOUR-EMAIL-HERE"
# PASSWORD = "YOUR-PASSWORD-HERE"

EMAIL = os.environ['FELLOW_EMAIL']
PASSWORD = os.environ['FELLOW_PASSWORD']

# Create an instance
aiden = FellowAiden(EMAIL, PASSWORD)

# Get display name of brewer
aiden.get_display_name()

# Get profiles
aiden.get_profiles()

# Add a profile
profile = {
    "profileType": 0,
    "title": "Debug-FellowAiden",
    "ratio": 16,
    "bloomEnabled": True,
    "bloomRatio": 2,
    "bloomDuration": 30,
    "bloomTemperature": 96,
    "ssPulsesEnabled": True,
    "ssPulsesNumber": 3,
    "ssPulsesInterval": 23,
    "ssPulseTemperatures": [96,97,98],
    "batchPulsesEnabled": True,
    "batchPulsesNumber": 2,
    "batchPulsesInterval": 30,
    "batchPulseTemperatures": [96,97]
}
aiden.create_profile(profile)

# Delete a profile
aiden.delete_profile_by_id('p1')

Profile Details

Below is an example profile:

[{
    "id": "p0",
    "profileType": 0,
    "title": "Hot Water",
    "ratio": 15,
    "bloomRatio": null,
    "bloomDuration": null,
    "bloomTemperature": null,
    "ssPulsesNumber": 1,
    "ssPulsesInterval": 1,
    "ssPulseTemperatures": [99],
    "batchPulsesNumber": 1,
    "batchPulsesInterval": 5,
    "batchPulseTemperatures": [99],
    "overallTemperature": null,
    "isDefaultProfile": false,
    "bloomEnabled": false,
    "instantBrew": false,
    "folder": "Custom",
    "duration": null,
    "lastGBQuantity": null,
    "lastUsedTime": null,
    "deviceId": "FB_02c4139a-50c6-f4ce-363b-6f9e1840307e",
    "ssPulsesEnabled": true,
    "batchPulsesEnabled": true,
    "synced": true
}]

Features

  • Access all settings and details from Aiden brewer
  • Manage custom brewing profiles

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

If you're not sure about the file name format, learn more about wheel file names.

fellow_aiden-0.1.0-py3-none-any.whl (17.1 kB view details)

Uploaded Python 3

File details

Details for the file fellow_aiden-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: fellow_aiden-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 17.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for fellow_aiden-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c11bbbabbefb5c7fa2f7bba552e4b68bee49cc1d12ecd787e58f1d496a937831
MD5 b2a302360ef0cdac9e2b31ddf29514b0
BLAKE2b-256 35732871e06cf641a801957014c42892284c2bd55e0ca2a9136439b68f1a495e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page