{"id":19102867,"url":"https://github.com/jknipper/fritzbox-aha","last_synced_at":"2025-04-18T19:32:25.349Z","repository":{"id":57000063,"uuid":"81866011","full_name":"jknipper/fritzbox-aha","owner":"jknipper","description":"PHP implementation of the AVM Home Automation HTTP Interface to control Smart Home devices","archived":false,"fork":false,"pushed_at":"2024-01-14T20:08:39.000Z","size":24,"stargazers_count":14,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-30T04:43:47.355Z","etag":null,"topics":["aha","avm","dect","fritzbox","heating","php","smarthome","switch"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jknipper.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-13T20:03:24.000Z","updated_at":"2023-09-08T17:20:51.000Z","dependencies_parsed_at":"2022-08-21T13:20:47.638Z","dependency_job_id":null,"html_url":"https://github.com/jknipper/fritzbox-aha","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jknipper%2Ffritzbox-aha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jknipper%2Ffritzbox-aha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jknipper%2Ffritzbox-aha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jknipper%2Ffritzbox-aha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jknipper","download_url":"https://codeload.github.com/jknipper/fritzbox-aha/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223783095,"owners_count":17201906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aha","avm","dect","fritzbox","heating","php","smarthome","switch"],"created_at":"2024-11-09T03:57:27.528Z","updated_at":"2024-11-09T03:59:48.995Z","avatar_url":"https://github.com/jknipper.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fritzbox-aha\n\n[![Latest Version on Packagist][ico-version]][link-packagist]\n[![Software License][ico-license]](LICENSE.md)\n[![Build Status][ico-travis]][link-travis]\n[![Coverage Status][ico-coveralls]][link-coveralls]\n[![Total Downloads][ico-downloads]][link-downloads]\n\nPHP implementation of the [AVM Home Automation HTTP Interface](https://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AHA-HTTP-Interface.pdf).\n\nSupported devices:\n\n* Comet DECT/FRITZ!DECT 300 heating controls\n* FRITZ!DECT 200 power switch\n* FRITZ!DECT 210 power switch (not tested)\n\n## Install\n\nVia Composer\n\n``` bash\n$ composer require jknipper/fritzbox-aha\n```\n\n## Usage\n\n``` php\nuse \\JanKnipper\\FritzboxAHA\\FritzboxAHA;\n$aha = new FritzboxAHA();\n$aha-\u003elogin(\"fritz.box\", \"user\", \"password\");\n```\n\nSee [example1](examples/example1.php) [example2](examples/example2.php)\n\n## Change log\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Testing\n\n``` bash\n$ composer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) and [CODE OF CONDUCT](CODE_OF_CONDUCT.md) for details.\n\n## Security\n\nIf you discover any security related issues, please email github@jakni.de instead of using the issue tracker.\n\n## Credits\n\n- [Jan Knipper][link-author]\n- [All Contributors][link-contributors]\n\n## Sources\n\nhttps://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AHA-HTTP-Interface.pdf\nhttps://avm.de/fileadmin/user_upload/Global/Service/Schnittstellen/AVM_Technical_Note_-_Session_ID.pdf\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n\n[ico-version]: https://img.shields.io/packagist/v/jknipper/fritzbox-aha.svg?style=flat-square\n[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square\n[ico-travis]: https://img.shields.io/travis/jknipper/fritzbox-aha/master.svg?style=flat-square\n[ico-coveralls]: https://img.shields.io/coveralls/jknipper/fritzbox-aha/master.svg?style=flat-square\n[ico-downloads]: https://img.shields.io/packagist/dt/jknipper/fritzbox-aha.svg?style=flat-square\n\n[link-packagist]: https://packagist.org/packages/jknipper/fritzbox-aha\n[link-travis]: https://travis-ci.org/jknipper/fritzbox-aha\n[link-coveralls]: https://coveralls.io/r/jknipper/fritzbox-aha?branch=master\n[link-downloads]: https://packagist.org/packages/jknipper/fritzbox-aha\n[link-author]: https://github.com/jknipper\n[link-contributors]: ../../contributors\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjknipper%2Ffritzbox-aha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjknipper%2Ffritzbox-aha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjknipper%2Ffritzbox-aha/lists"}