From 1221221e6f1e76ed2f917c95a8dfe7bf7512ee96 Mon Sep 17 00:00:00 2001 From: dontinelli <73341522+dontinelli@users.noreply.github.com> Date: Mon, 18 Mar 2024 10:51:20 +0100 Subject: [PATCH] Initial documentation for fyta integration (#31480) * Initial documentation for fyta integration * Update source/_integrations/fyta.markdown Co-authored-by: Klaas Schoute * Update source/_integrations/fyta.markdown Co-authored-by: Klaas Schoute * Update source/_integrations/fyta.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/fyta.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/fyta.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/fyta.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/fyta.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update fyta.markdown * Update fyta.markdown Adjustment of sensor list to final PR, adjustment of unit for light * Update fyta.markdown Add explanations to units --------- Co-authored-by: Klaas Schoute Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/fyta.markdown | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 source/_integrations/fyta.markdown diff --git a/source/_integrations/fyta.markdown b/source/_integrations/fyta.markdown new file mode 100644 index 00000000000..52cd3f7da52 --- /dev/null +++ b/source/_integrations/fyta.markdown @@ -0,0 +1,42 @@ +--- +title: FYTA +description: Instructions on how to integrate FYTA sensors within Home Assistant. +ha_category: + - Sensor +ha_release: 0.1 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@dontinelli' +ha_domain: fyta +ha_platforms: + - sensor +ha_integration_type: integration +--- + +The **FYTA** {% term integration %} uses the open API of [FYTA](https://www.fyta.de) to obtain the data from your plant sensors and integrate these into Home Assistant. + +For the authentication on the FYTA server, you need your login-credentials (email and password). + +The integration provides a device for all plants with a FYTA Beam sensor. + +{% include integrations/config_flow.md %} + +## Sensors + +The following sensors are currently available per plant: + +| name | Unit | Description | +|-----------------------|--------|:-------------------------------------------| +| scientific_name | | Scientific name of the plant | +| plant_status | | FYTA-Status (number 1 to 5) | +| temperature_status | | FYTA-Status (number 1 to 5) | +| light_status | | FYTA-Status (number 1 to 5) | +| moisture_status | | FYTA-Status (number 1 to 5) | +| salinity_status | | FYTA-Status (number 1 to 5) | +| temperature | °C | Temperature measured by sensor | +| light | μmol/h | Light measured by sensor (hourly photosynthetically active radiation PAR)| +| moisture | % | Moisture measured by sensor | +| salinity | mS/cm | Salinity measured by sensor (measured as conductivity)| +| battery_level | % | Battery level of the sensor | +