Skip to main content

jointSPACE API for Home-Assistant

Project description

ha-philipsjs

Wrapper library to integrate Philips TVs with jointSPACE API into Home-Assistant

This is just being used to wrap the API into a nice object. Nothing fancy.

  • Support version 1 and 6 of the jointspace API
  • Support pairing process
  • Python typing information on endpoints
  • NotifyChange support for supported tv's

Print system data

from haphilipsjs import PhilipsTV

tv = PhilipsTV("tv2.ecce.loc", 6)
tv.getSystem()
print(tv.system)

Pairing with TV

from haphilipsjs import PhilipsTV

tv = PhilipsTV("tv2.ecce.loc", 6)
tv.getSystem()

state = tv.pairRequest("my_test_app", "My Test App", "mox", "OSX", "native")

pin = input("Enter pin:")

username, password = tv.pairGrant(state, pin)

print(username)
print(password)

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

ha-philipsjs-1.1.2.tar.gz (9.3 kB view hashes)

Uploaded Source

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