FRITZ!Box Zugriff/Programmierung etc.: Unterschied zwischen den Versionen

Aus www.electronic-man.randschtoischlotzer.de
Wechseln zu: Navigation, Suche
(Python-API)
(Python-API)
Zeile 15: Zeile 15:
  
 
* installieren:
 
* installieren:
 +
pip3 install fritzconnection --user
 +
oder
 
  pip install fritzconnection --user
 
  pip install fritzconnection --user
 
   
 
   
 
*alternativ:
 
*alternativ:
 
  wget https://bitbucket.org/kbr/fritzconnection/get/1ed523fa622a.zip
 
  wget https://bitbucket.org/kbr/fritzconnection/get/1ed523fa622a.zip
 +
 +
*entpacken:
 +
unzip 1ed523fa622a.zip
 +
 +
*in Verzeichnis wechseln:
 +
cd ~/.local/lib/python2.7/site-packages/
 +
oder
 +
cd /kbr-fritzconnection-1ed523fa622a/fritzconnection

Version vom 3. Januar 2019, 15:24 Uhr

Python-API

Quelle:

  • Abhängigkeiten installieren (z. B. auf RaspberryPi):
sudo apt install python-setuptools
sudo apt install python3-lxml python-lxml
sudo apt install python3-requests python-requests
sudo apt install python-3-pip

Hinweis: es funktioniert evtl. auch die Installation per:

pip install lxml requests

evtl. auch mit:

pip install lxml requests --user
  • installieren:
pip3 install fritzconnection --user

oder

pip install fritzconnection --user

  • alternativ:
wget https://bitbucket.org/kbr/fritzconnection/get/1ed523fa622a.zip
  • entpacken:
unzip 1ed523fa622a.zip
  • in Verzeichnis wechseln:
cd ~/.local/lib/python2.7/site-packages/

oder

cd /kbr-fritzconnection-1ed523fa622a/fritzconnection