Skip to main content

Python Interface for TryFi Dog Collars

Project description

pytryfi - Python Interface for TryFi

This python interface enables you to gather information about your dogs whereabouts, your user details and any bases you may have.

NOTE: Since this interacts with undocumented APIs, this may change without notice.

Installation

To install this package, use pip

python -m pip install "pytryfi"

Usage

TryFi uses Graphql for its APIs. Essentially, you will use your username (email address) and password to retrieve a unique username specific for API calls which in turn will be used for the duration to retrieve data.

Login Script with Debugging Support

# Export env variables
fi_user=user@user.com
fi_pass=secretpassword

# When running in Dev container, uncomment & use the args in the `launch.json` file for vscode
fi_user=user@user.com
fi_pass=secretpassword

# run script in terminal
python login.py

# Alternatively run script in debugger and set breakpoints as needed
hit F5 to start the debugger

Example

#this will create the object and gather all the necessary data
tryfi = PyTryFi(username, password)
print(tryfi)

#this will perform a complete refresh of all Pets and data points
tryfi.updatePets()

#this will perform a complete refresh of all Bases and data points
tryfi.updateBases()

#this will perform an update on both Pets and Bases and their associated data points
tryfi.update()

#this will update the last reported location of a bet
tryfi.pets[0].updatePetLocation(tryfi.session)

#this will update the stats of the pet
tryfi.pets[0].updateStats(tryfi.session)

#this will update rest (nap/sleep) stats of the pet
tryfi.pets[0].updateRestStats(tryfi.session)

#update the device/collar details for the given pet
tryfi.pets[0].updateDeviceDetails(tryfi.session)

#update the all details for a given pet
tryfi.pets[0].updateAllDetails(tryfi.session)

#this will set the light color of the collar
tryfi.pets[0].setLedColorCode(tryfi.session, 2)

#this will turn on the LED light on the color
tryfi.pets[0].turnOnOffLed(tryfi.session,True)
#or turn it off
tryfi.pets[0].turnOnOffLed(tryfi.session,False)

#this will turn on the lost dog mode
tryfi.pets[0].setLostDogMode(tryfi.session,True)
#or turn it off
tryfi.pets[0].setLostDogMode(tryfi.session,False)

#this will get the lost dog mode status/state currently in the object
tryfi.pets[0].isLost

#this will query sleep stats for given pet
tryfi.pets[0].dailySleep
tryfi.pets[0].weeklySleep
tryfi.pets[0].monthlySleep

#this will query nap stats for given pet
tryfi.pets[0].dailyNap
tryfi.pets[0].weeklyNap
tryfi.pets[0].monthlyNap

To Do

  • Provide Activity Data History

Links:

Version History

0.0.18

  • Maintenance - Removal of walkversion which is being deprecated and no longer required.

0.0.17

  • Enhancement - added 3 functions to get the Activity Type, Current Place Name and Current Place Address

0.0.16

  • Fix - removed hardcoding of a single household. Households are iterated through for pets and bases.

0.0.15

  • Enhancement - added Sleep and Nap statistics. If the collar doesn't support this feature it defaults to zero.

0.0.14

  • Fix - resolved issue between V1 and V2 of the TryFi collars where the isCharging property doesn't exist in V2. This causes failed parsing errors and some users get a ledOn error as a symptom in hass-tryfi (Home Assistant - TryFi implementation)

0.0.13

  • Enhancement - removed error logging where not required
  • Fix - resolved issue where the variables are unbound in the login function

0.0.12

  • Enhancement - added Sentry for capturing errors by further only capturing exceptions

0.0.11

  • Enhancement - added Sentry for capturing errors

0.0.10

  • Enhancement - added areaName property that could be used to idenitfy a location (tryfi.pets[0].areaName)
  • Bugfix - fixed longitude and latitude while Pet is on a walk

0.0.9

  • Bugfix - get LED status based on additional logic that compares the ledOffAt date with the current date/time. Update the boolean to True or False base on the additional date comparison.

0.0.8

  • Bugfix - handle unknown location

0.0.7

  • Bug fixes when updating objects

0.0.6

  • Added function to submit Lost Dog Action
  • Added isLost property to Pet
  • Code cleanup

0.0.5

  • Added global update function that updates both pets and bases (pytryfi.update())
  • Added better error handling

0.0.4

  • created update functions for various pet and device objects and a global update for the pet
  • added last updated date/time to the objects to track when the data was last updated
  • changed turn on/off action to boolean
  • when performing an action on the collar, update the data that is retrieved at the same time

0.0.3

The following updates/enhancements were made:

  • moved updated pet location from base object to pet class
  • created function to update the stats of the pet
  • converted approriate variables to integers, floats and dates
  • created function to set the LED color on the collar
  • created function to turn on/off LED on a collar

0.0.2

Initial version of the TryFi interface that gathered basic information about the pets, collars and bases.

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

jldeenpytryfi-0.0.19.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

jldeenpytryfi-0.0.19-py3-none-any.whl (18.9 kB view details)

Uploaded Python 3

File details

Details for the file jldeenpytryfi-0.0.19.tar.gz.

File metadata

  • Download URL: jldeenpytryfi-0.0.19.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for jldeenpytryfi-0.0.19.tar.gz
Algorithm Hash digest
SHA256 d6e964b46896c442c82eb339c4021796dbe0a54931e197220bb6604f4e31fa3d
MD5 d074a74590db5f9f24a5133f3dcfa926
BLAKE2b-256 589ee19e075bbc13d6355fc38bc3d13a97ea273cba743a4232ed739069e4acd0

See more details on using hashes here.

File details

Details for the file jldeenpytryfi-0.0.19-py3-none-any.whl.

File metadata

File hashes

Hashes for jldeenpytryfi-0.0.19-py3-none-any.whl
Algorithm Hash digest
SHA256 7ee7601305972bfbc982dfb63fdfd93406020afe4ac0fdca288001bc18fbb6ef
MD5 a060a93758b413477b313066dc1c7f41
BLAKE2b-256 6c0df086bbf7389776f5711ad18d15b74eed21a31c05cd24cccb1225ecc55263

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