From b774ca7161bc2358d3f245eb68b8ae08b065db4b Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Thu, 25 Jan 2024 19:29:38 +0000 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2217179..409b1f2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This package is based on the work of Maximilian Clemens [(see Acknowledgements)] - Temperature </details> -<details><summary>FRITZ!DECT 200</summary> +<details><summary>FRITZ!DECT 200/210</summary> - App lock - Device lock @@ -24,7 +24,7 @@ This package is based on the work of Maximilian Clemens [(see Acknowledgements)] - Voltage </details> -<details><summary>FRITZ!DECT 302</summary> +<details><summary>FRITZ!DECT 301/302</summary> - App lock - Battery @@ -35,7 +35,17 @@ This package is based on the work of Maximilian Clemens [(see Acknowledgements)] </details> -So if you want the package to be extended to support your sensors as well, see [Want to Contribute?](CONTRIBUTING.md) Also, my FRIT!BOX is not brand new, so it may not include all the features that the Smnarthome devices support. E.g. window open/close for the FRITZ!DECT 302. +<details><summary>FRITZ!DECT 440</summary> + +- Battery +- Button +- Device status +- Humidity +- Temperature + +</details> + +So if you want the package to be extended to support your sensors as well, see [Want to Contribute?](CONTRIBUTING.md). --- ### Acknowledgments @@ -54,8 +64,10 @@ This packages is based on the werk by [MaximilianClemens](https://github.com/Max | Device status | fritzbox_smarthome.py | the base check plugin | | App lock | fritzbox_smarthome_app_lock.py | shows if the device can be accessed by App, Phone or UI | | Battery | fritzbox_smarthome_battery.py | shows the the battery state | +| Button | fritzbox_smarthome_button.py | shows when a button was last pressed | | Device Lock | fritzbox_smarthome_device_lock.py | shows if the buttons on the device are locked or not | | Energy, Power, Voltage | fritzbox_smarthome_power_meter.py | shows electrical energy, electrical power and voltage | +| Humidity | fritzbox_smarthome_humidity.py | shows the relative humidity | | Power Socket | fritzbox_smarthome_power_socket.py | shows the status of a switchable power socket | | Switch | fritzbox_smarthome_switch.py | shows the status of a simple switch (on/off) | | Temperature | fritzbox_smarthome_temperature.py | shows the temperature and offset of a temperature sensor | @@ -64,6 +76,8 @@ This packages is based on the werk by [MaximilianClemens](https://github.com/Max </details> +There is also a basic dashboard for AVM devices included. + --- ### Usage -- GitLab