PHP implementation of the AVM Home Automation HTTP Interface.
Supported devices:
- FRITZ!DECT 200
- FRITZ!DECT 300
- FRITZ!DECT 440
- FRITZ!DECT 500
Via Composer
composer require sgoettsch/fritzbox-aha
use \sgoettsch\FritzboxAHA\FritzboxAHA;
$aha = new FritzboxAHA();
$aha->login("fritz.box", "user", "password");
composer test:all
Please see CONTRIBUTING and CODE OF CONDUCT for details.
https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AHA-HTTP-Interface.pdf https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_Technical_Note_-_Session_ID.pdf
The MIT License (MIT). Please see License File for more information.