kuhschnappel / fritz-api
API Connector to access Smart Home Date from AVM Fritz!Box
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kuhschnappel/fritz-api
Requires
- guzzlehttp/guzzle: *
- monolog/monolog: ^2.1.0
This package is auto-updated.
Last update: 2025-09-10 00:59:57 UTC
README
https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AHA-HTTP-Interface.pdf
info zur bitmask https://www.heise.de/select/ct/2016/7/1459414791794586
$devices = FritzHome::fetchDevices(); $devices = FritzHome::fetchDevices('LightBulb'); $devices = FritzHome::fetchDevices('LightBulb', 'SmartPlug', 'Thermostat');