Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucky-esa/iobroker.fritzboxdect
Control Fritzbox DECT Devices
https://github.com/lucky-esa/iobroker.fritzboxdect
dect fritz fritzbox
Last synced: 4 days ago
JSON representation
Control Fritzbox DECT Devices
- Host: GitHub
- URL: https://github.com/lucky-esa/iobroker.fritzboxdect
- Owner: Lucky-ESA
- License: mit
- Created: 2024-05-10T20:47:53.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:57:49.000Z (2 months ago)
- Last Synced: 2024-09-17T23:21:39.500Z (2 months ago)
- Topics: dect, fritz, fritzbox
- Language: JavaScript
- Homepage:
- Size: 14.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Logo](admin/fritzboxdect.png)
# ioBroker.fritzboxdect
[![NPM version](https://img.shields.io/npm/v/iobroker.fritzboxdect.svg)](https://www.npmjs.com/package/iobroker.fritzboxdect)
[![Downloads](https://img.shields.io/npm/dm/iobroker.fritzboxdect.svg)](https://www.npmjs.com/package/iobroker.fritzboxdect)
![Number of Installations](https://iobroker.live/badges/fritzboxdect-installed.svg)[![NPM](https://nodei.co/npm/iobroker.fritzboxdect.png?downloads=true)](https://nodei.co/npm/iobroker.fritzboxdect/)
**Tests:**
[![Test and Release](https://github.com/Lucky-ESA/ioBroker.fritzboxdect/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/Lucky-ESA/ioBroker.fritzboxdect/actions/workflows/test-and-release.yml)
## fritzboxdect adapter for ioBroker
Control all Fritz!DECT devices with ioBroker. Multiple Fritz boxes can be created.
Also supports TR-064 protocol with call monitoring, recent calls and phonebook.## Required
- Node 18 or 20
- JS-Controller >= 5.0.19
- Admin >= 6.13.16
- Fritz OS >= 7.0## Known devices
- FRITZ!DECT Repeater 100
- FRITZ!DECT Repeater 100 with temperature
- FRITZ!DECT 200
- FRITZ!DECT 210
- FRITZ!DECT 300
- FRITZ!DECT 301
- FRITZ!DECT 302
- FRITZ!DECT 350
- Fritz Comet
- FRITZ!DECT 440
- FRITZ!DECT 500
- FRITZ!Powerline 546E
- Rollotron 1213
- HAN-FUN Door/Window contact
- Possible ZigBee 3.0## Description
🇬🇧 [Description](/docs/en/README.md)
🇩🇪 [Beschreibung](/docs/de/README.md)## Changelog
### 0.0.1
- (Lucky-ESA) initial release
## License
MIT License
Copyright (c) 2023-2024 Lucky-ESA
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.