mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-25 22:07:35 +00:00
1.6 KiB
1.6 KiB
title | description | ha_category | ha_release | ha_iot_class | ha_config_flow | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Flipr | Instructions on how to integrate your Flipr device within Home Assistant. |
|
2021.8 | Cloud Polling | true |
|
flipr |
|
integration |
Flipr is a smart pool monitor that publishes data to the cloud via SigFox. Flipr sends data like pH, chlorine or temperature to a cloud server on a regular basis in order to monitor your pool. This integration gives you access to this information on Home Assistant in addition to the vendor's smartphone application.
There is currently support for the following information within Home Assistant:
- Chlorine Level
- pH
- Water Temperature
- Red OX Level
- Last measure date
- pH Status Indicator
- Chlorine Status Indicator
- Battery Level
Prerequisites
You will need to use the standalone app for this device to register a username and password.
{% include integrations/config_flow.md %}
Tips
It is recommended that you create your own card with the following sensors where [fliprid] is the id of your flipr:
sensor.flipr_[fliprid]_chlorine
sensor.flipr_[fliprid]_ph
sensor.flipr_[fliprid]_red_ox
sensor.flipr_[fliprid]_water_temp
sensor.flipr_[fliprid]_last_measured
sensor.flipr_[fliprid]_battery_level
Leave binary_sensor.flipr_[fliprid]_ph_status
and binary_sensor.flipr_[fliprid]_chlorine_status
as badges.