All Projects → DerMitch → Fritzbox Smarthome

DerMitch / Fritzbox Smarthome

Licence: mit
Client library for querying and controling AVM SmartHome Actors

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Fritzbox Smarthome

Haswitchplate
LCD touchscreen for Home Automation
Stars: ✭ 666 (+1347.83%)
Mutual labels:  smarthome
Iobroker.discovery
This adapter tries to discover all known devices
Stars: ✭ 20 (-56.52%)
Mutual labels:  smarthome
Esp8266 smartconfig flutter example
Esp8266 smartconfig(onetouch) config using flutter example
Stars: ✭ 33 (-28.26%)
Mutual labels:  smarthome
Tplink Smarthome Api
TP-Link Smarthome WiFi API
Stars: ✭ 790 (+1617.39%)
Mutual labels:  smarthome
Pimatic Edimax
Pimatic Plugin for Edimax WiFi Smart Plugs
Stars: ✭ 7 (-84.78%)
Mutual labels:  smarthome
Hass Components
My Home Assistant custom components
Stars: ✭ 21 (-54.35%)
Mutual labels:  smarthome
Pimatic
A home automation server and framework for the raspberry pi running on node.js
Stars: ✭ 581 (+1163.04%)
Mutual labels:  smarthome
Eclipse Smarthome Bluetooth Binding
Eclipse SmartHome Bluetooth Binding
Stars: ✭ 44 (-4.35%)
Mutual labels:  smarthome
Smarthome
Eclipse SmartHome™ project
Stars: ✭ 867 (+1784.78%)
Mutual labels:  smarthome
Tp Link Smart Switch Web Client
Creating a web client for the tp-link series of smart switches (HS-100, HS-110, etc).
Stars: ✭ 31 (-32.61%)
Mutual labels:  smarthome
Raspberrymatic
🏠 A lightweight, buildroot-based Linux operating system alternative for your CCU3, ELV-Charly or for running your IoT "HomeMatic CCU" as a virtual appliance (using ESXi, Proxmox, VirtualBox, Docker/OCI, Kubernetes/K8s, Home Assistant, etc.) or on your own RaspberryPi, Tinkerboard, etc. SBC devices...
Stars: ✭ 803 (+1645.65%)
Mutual labels:  smarthome
Find Lf
Track the location of every Wi-Fi device (📱) in your house using Raspberry Pis and FIND
Stars: ✭ 893 (+1841.3%)
Mutual labels:  smarthome
Iobroker.ical
Allows read information from google calender and from iCal into ioBroker.
Stars: ✭ 28 (-39.13%)
Mutual labels:  smarthome
Smartir
Integration for Home Assistant to control climate, TV and fan devices via IR/RF controllers (Broadlink, Xiaomi, MQTT, LOOKin, ESPHome)
Stars: ✭ 677 (+1371.74%)
Mutual labels:  smarthome
Cbj smart Home
If you are searching for an easy way to deploy a smart home 🏡 by yourself CyBear Jinni 🦾🐻🧞‍♂️ is here for you. Join the community and make your home smarter than yesterday.
Stars: ✭ 37 (-19.57%)
Mutual labels:  smarthome
Assistant Relay
A Node.js server that allows for sending commands to Google Home/Assistant from endpoints
Stars: ✭ 638 (+1286.96%)
Mutual labels:  smarthome
Hodd
Homie Device Discovery
Stars: ✭ 21 (-54.35%)
Mutual labels:  smarthome
Lifx Menu
OSX Menu bar application to control LIFX bulbs
Stars: ✭ 45 (-2.17%)
Mutual labels:  smarthome
Meross
Investigating the Meross MSS310 Smart Plug
Stars: ✭ 41 (-10.87%)
Mutual labels:  smarthome
Hmcon
Homematic Interface and Configuration
Stars: ✭ 30 (-34.78%)
Mutual labels:  smarthome

fritzbox-smarthome

(DE) Bitte beachten: Diese Bibliothek wird nicht aktiv vom Autor weiterentwickelt, Pull Requests werden jedoch geprüft und eingepflegt.

(EN) Please note: This library is not in active development by the author, yet pull requests are reviewed and merged.

Python-Bibliothek um FRITZ!Box SmartHome-Geräte (DECT 200, PowerLine 546E, ...) zu steuern und die Energiewerte auszulesen.

Getestet mit:

  • FRITZ!Box 7390 (Firmware 06.23, 06.50+)
  • FRITZ!DECT 200
  • FRITZ!Powerline 546E

Installation

Es ist empfehlenswert, ein eigenes virtualenv zur Verwendung anzulegen. Unter macOS kann dieses Tool vorher mit brew install virtualenv installiert werden, unter Linux-Systemen hängt dies von der Distribution ab. Windows wird nicht offiziell unterstützt.

virtualenv ~/fritzenv
. ~/fritzenv/bin/activate
git clone https://github.com/DerMitch/fritzbox-smarthome.git
cd fritzbox-smarthome
pip install .

Hinweis: Das PyPi-Paket fritzhome wird nur selten aktualisiert, daher ist die Verwendung des git-Masters zu bevorzugen.

SmartHome-Benutzer

Aus Sicherheisgründen ist es empfehlenswert, einen eigenen Benutzer zum SmartHome-Zugriff zu verwenden. Dazu in der FRITZ!Box:

  1. Die Benutzer-basierte Anmeldung aktivieren (unter "System" -> "FRITZ!Box Benutzer")
  2. Und einen neuen Benutzer Benutzer "smarthome" erstellen. Dieser braucht nur Rechte auf den Bereich "Smart Home".

Verwendung

Beispiele zur Verwendung der API befindet sich in der Datei __main__.py.

Nach der Installation steht das fritzhome Tool zur Verfügung, mit dem die Energiedaten auf der CLI angezeigt und nach Graphite exportiert werden können.

Befehle:

$ fritzhome [--server fritz.box] energy

PowerEingang (087600000000): 35.76 Watt current, 91.500 wH total
SmartHome Wohnzimmer (24:65:11:00:00:00): 56.21 Watt current, 1122.840 wH total
$ fritzhome [--server fritz.box] [switch-on|switch-off] 24:65:11:00:00:00
Switching SmartHome Wohnzimmer on
$ fritzhome [--server ip] graphite localhost [--port 2003] [--interval 10] [--prefix smarthome]

Aufruf außerhalb des virtualenv

Das fritzhome kann mit Hilfe seines absoluten Pfades innerhalb des virtualenv ausgeführt werden:

~/fritzenv/bin/fritzhome --help

Referenzen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].