An API to read the status of an intellifire wifi module
Project description
Intellifire
Intellifire is a wifi module for a variety of fireplaces. It has both ios/android apps - but they dont like to publish the api.
From my research I've identified 4 endpoints:
/poll
/get_serial
/get_challenge
/post
This module will parse data from botht he /get_serial
and /poll
endpoints and parse the resultatn JSON into something readable.
If anybody knows more about OAuth and wants to help me reverse engineer the control endpoints I'd love the help!
Hit me up on github: https://github.com/jeeftor
Usage
# Define an intellifre instance
fire = Intellifire("192.168.1.80")
# Poll to update the internal data source
fire.poll()
# Print out all values
print(fire.data)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
intellifire4py-0.4.1.tar.gz
(4.7 kB
view hashes)
Built Distribution
Close
Hashes for intellifire4py-0.4.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c63221e485570a4e1d4dfd4afadcf33472232c3545dddd980b22f5e79779cf9e |
|
MD5 | f00884b6b64d4562697f92255b1eedf1 |
|
BLAKE2b-256 | 3dd6a8255e31583c6243ae76b668ee866d3655dd0e557dc4f58c9c66154bf84f |