Communicate with the AVM FritzBox
Project description
Python-Tool to communicate with the AVM FritzBox. Uses the TR-064 protocol over UPnP.
Installation:
pip install fritzconnection
Quickstart:
Using fritzconnection is as easy as:
from fritzconnection import FritzConnection fc = FritzConnection(address='192.168.178.1') fc.reconnect() # get a new external ip from the provider print(fc) # print router model informations
In general FritzConnection can execute every action provided by the (model-specific) API. For i.e. this can be WLAN settings, internet connection and device status informations, home automation services and much more. The package comes with a library providing some modules as examples how to implement applications on top of FritzConnection.
Documentation
The full documentation and release notes are at https://fritzconnection.readthedocs.org
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
fritzconnection-1.0.tar.gz
(24.5 kB
view hashes)
Built Distribution
Close
Hashes for fritzconnection-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfbefe59c3aaf3ed77fb391e3f6fed1490c6feebb1ba0e61669c5a7d6220c40d |
|
MD5 | 2fea5a3e35fa5918e133216b88b46baf |
|
BLAKE2b-256 | e4445834d0280f37f9f135abb0b11e8046ff0ee7e4b0976e99203b35d8c9cb0b |