mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
Merge branch 'current' into rc
This commit is contained in:
commit
6bed1e8d5d
@ -41,7 +41,7 @@ We are not currently aware of a device that implements this which supports a loc
|
||||
|
||||
Many meters, including older ones, have an LED that will flash whenever energy passes through it. For example, each flash is a 1/1000th kWh. By monitoring the time between flashes it’s possible to determine the energy consumption.
|
||||
|
||||
We have developed [Home Assistant Glow](https://github.com/klaasnicolaas/home-assistant-glow), an open source solution powered by ESPHome's [pulse meter sensor](https://esphome.io/components/sensor/pulse_meter.html). You put it on top of the activity LED of your electricity meter and it will bring your consumption into Home Assistant.
|
||||
We have developed [Home Assistant Glow](https://github.com/klaasnicolaas/home-assistant-glow), an open source solution powered by ESPHome's [pulse meter sensor](https://esphome.io/components/sensor/pulse_meter/). You put it on top of the activity LED of your electricity meter and it will bring your consumption into Home Assistant.
|
||||
|
||||

|
||||
|
||||
|
||||
@ -31,4 +31,4 @@ We have worked with creator [Marcel Zuidwijk](https://www.zuidwijk.com) to devel
|
||||
|
||||
#### Read the Gas Meter using a magnetometer
|
||||
|
||||
[Diaphragm/bellows gas meters](https://en.wikipedia.org/wiki/Gas_meter#Diaphragm/bellows_meters) are the most common type of gas meter, seen in almost all residential installations, and their movement can frequently be observed with a magnetometer. The [QMC5883L](https://esphome.io/components/sensor/qmc5883l.html) and [HMC5883L](https://esphome.io/components/sensor/hmc5883l.html) are common and inexpensive options that ESPHome supports. A project that makes it easy to use these magnetometers and calibrate them is [this water-gas-meter project on GitHub](https://github.com/tronikos/esphome-magnetometer-water-gas-meter).
|
||||
[Diaphragm/bellows gas meters](https://en.wikipedia.org/wiki/Gas_meter#Diaphragm/bellows_meters) are the most common type of gas meter, seen in almost all residential installations, and their movement can frequently be observed with a magnetometer. The [QMC5883L](https://esphome.io/components/sensor/qmc5883l/) and [HMC5883L](https://esphome.io/components/sensor/hmc5883l/) are common and inexpensive options that ESPHome supports. A project that makes it easy to use these magnetometers and calibrate them is [this water-gas-meter project on GitHub](https://github.com/tronikos/esphome-magnetometer-water-gas-meter).
|
||||
|
||||
@ -70,7 +70,7 @@ Maybe you like to build one yourself?
|
||||
- [AI-on-the-edge-device](https://github.com/jomjol/AI-on-the-edge-device) is a project running on an ESP32-CAM and can be fully integrated into Home Assistant using the Home Assistant Discovery Functionality of MQTT. It digitalizes your gas/water/electricity meter display and provides its data in various ways.
|
||||
- [watermeter](https://github.com/nohn/watermeter) running classic OCR and statistical pattern recognition on any system supporting Docker
|
||||
- [Muino water meter reader 3-phase](https://muino.nl/product/3-phase-muino-light-sensor-encoder/) Using the 3-phase sensor technique, a battery-powered version can be possible with this sensor.
|
||||
- [Read water meter with magnetometer](https://github.com/tronikos/esphome-magnetometer-water-gas-meter) using [QMC5883L](https://esphome.io/components/sensor/qmc5883l.html) or [HMC5883L](https://esphome.io/components/sensor/hmc5883l.html), common and inexpensive magnetometers. This should be compatible with all the water meters the Flume water sensor is compatible with, which is [compatible](https://help.flumewater.com/en/articles/1618594-is-the-flume-device-compatible-with-all-water-meters) with about 95% of water meters in the United States.
|
||||
- [Read water meter with magnetometer](https://github.com/tronikos/esphome-magnetometer-water-gas-meter) using [QMC5883L](https://esphome.io/components/sensor/qmc5883l/) or [HMC5883L](https://esphome.io/components/sensor/hmc5883l/), common and inexpensive magnetometers. This should be compatible with all the water meters the Flume water sensor is compatible with, which is [compatible](https://help.flumewater.com/articles/1618594) with about 95% of water meters in the United States.
|
||||
- Some watermeters use [Wireless M-Bus](https://en.wikipedia.org/wiki/Meter-Bus) for remote metering. [wmbusmeters project](https://github.com/wmbusmeters/wmbusmeters/) can automatically capture, decode, decrypt and convert M-Bus packets to MQTT. It supports several M-Bus receivers, including RTL-SDR using [rtl-wmbus library](https://github.com/xaelsouth/rtl-wmbus). You can also build a WMBus [ESPHome-based receiver](https://github.com/SzczepanLeon/esphome-components). An [add-on](https://github.com/wmbusmeters/wmbusmeters-ha-addon) for Home Assistant exists for easy installation and configuration. See the [community page](https://community.home-assistant.io/t/add-on-request-wmbusmeter/228988) for more.
|
||||
- Read water (or gas) usage data from the Itron EverBlu Cyble Enhanced RF meters using the RADIAN protocol over 433 MHz [everblu-meters-esp8266/esp32](https://github.com/genestealer/everblu-meters-esp8266-improved), via an ESP32/ESP8266 and a CC1101 transceiver. Used across the UK and Europe. Fully integrates with Home Assistant using MQTT AutoDiscovery. According to available documentation, this method may also work with AnyQuest Cyble Enhanced, EverBlu Cyble, and AnyQuest Cyble Basic, but these remain untested.
|
||||
|
||||
|
||||
@ -19,7 +19,7 @@ ha_integration_type: integration
|
||||
|
||||
The A. O. Smith integration allows you to control a compatible A. O. Smith iCOMM-enabled water heater from Home Assistant.
|
||||
|
||||
Before using this integration, your water heater must be connected to a Wi-Fi network and linked to your account using the A. O. Smith mobile app ([iOS](https://apps.apple.com/us/app/a-o-smith/id456489822)/[Android](https://play.google.com/store/apps/details?id=com.aosmith.warrantycheck)).
|
||||
Before using this integration, your water heater must be connected to a Wi-Fi network and linked to your account using the A. O. Smith mobile app ([iOS](https://apps.apple.com/app/id456489822)/[Android](https://play.google.com/store/apps/details?id=com.aosmith.warrantycheck)).
|
||||
|
||||
## Known compatible models
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ ha_platforms:
|
||||
ha_integration_type: integration
|
||||
---
|
||||
|
||||
[Chacon Dio devices](https://chacon.com/en/) are connected home devices that can be controlled via RF 433 MHz or Wi-Fi.
|
||||
[Chacon Dio devices](https://chacon.com/) are connected home devices that can be controlled via RF 433 MHz or Wi-Fi.
|
||||
This {% term integrations %} gives you access to the Wi-Fi connection so that Home Assistant can list your Chacon Dio devices and interact with them in real time, the same way the vendor's smartphone application does.
|
||||
|
||||
There is currently support for the following device types within Home Assistant:
|
||||
@ -28,8 +28,8 @@ There is currently support for the following device types within Home Assistant:
|
||||
|
||||
You will need to use the standalone app for this device to register a username and password.
|
||||
|
||||
- [Google](https://play.google.com/store/apps/details?id=com.chacon.dioone&hl=en)
|
||||
- [Apple](https://apps.apple.com/fr/app/dio-one/id1493503504?l=en)
|
||||
- [Google](https://play.google.com/store/apps/details?id=com.chacon.dioone)
|
||||
- [Apple](https://apps.apple.com/app/id1493503504)
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
|
||||
@ -31,14 +31,14 @@ There is currently support for the following device types within Home Assistant:
|
||||
## Supported hardware
|
||||
|
||||
- The European versions of the Wifi Controller Unit (BRP069A41, 42, 43, 45), which is powered by the [Daikin Online Controller](https://play.google.com/store/apps/details?id=eu.daikin.remoapp) application. The new version of WiFi Controller Unit BRP069Bxx is also confirmed to work, tested and working devices are the BRP069B41 and BRP069B45.
|
||||
- The Australian version of the Daikin Wifi Controller Unit BRP072A42, which is operated by the [Daikin Mobile Controller (iOS)](https://itunes.apple.com/au/app/daikin-mobile-controller/id917168708?mt=8) ([Android](https://play.google.com/store/apps/details?id=ao.daikin.remoapp)) application. Confirmed working on a Daikin Cora Series Reverse Cycle Split System Air Conditioner 2.5kW Cooling FTXM25QVMA with operation mode, temp, fan swing (3d, horizontal, vertical).
|
||||
- The Australian version of the Daikin Wifi Controller Unit BRP072A42, which is operated by the [Daikin Mobile Controller (iOS)](https://apps.apple.com/au/app/id917168708) ([Android](https://play.google.com/store/apps/details?id=ao.daikin.remoapp)) application. Confirmed working on a Daikin Cora Series Reverse Cycle Split System Air Conditioner 2.5kW Cooling FTXM25QVMA with operation mode, temp, fan swing (3d, horizontal, vertical).
|
||||
- BRP072Cxx based units (including Zena devices)*.
|
||||
- The United States version of the Wifi Controller Unit (BRP072A43), which is powered by the [Daikin Comfort Control](https://play.google.com/store/apps/details?id=us.daikin.comfortcontrols) application. Confirmed working on a Daikin Wall Units FTXS09LVJU, FTXS15LVJU, FTXS18LVJU and a Floor Unit FVXS15NVJU with operation mode, temp, fan swing (3d, horizontal, vertical).
|
||||
- BRP069C4x/BRP084Cxx units using firmware 2.8.0 was added in HA 2025.9.
|
||||
- The Australian version of the Daikin Wifi Controller for **AirBase** units (BRP15B61), which is operated by the [Daikin Airbase](https://play.google.com/store/apps/details?id=au.com.daikin.airbase) application.
|
||||
- **SKYFi** based units, which is operated by the SKYFi application*.
|
||||
|
||||
If your unit is not in the list above there is another option, to buy and install an [ESP32-Faikin](https://github.com/revk/ESP32-Faikin).
|
||||
If your unit is not in the list above there is another option, to buy and install an [ESP32-Faikout](https://github.com/revk/ESP32-Faikout).
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
|
||||
@ -63,7 +63,7 @@ automation:
|
||||
|
||||
### Action `fan.set_preset_mode`
|
||||
|
||||
Sets a preset mode for the fan device. Available preset modes are defined by the integration that supplies the fan entity to Home Assistant. For example, the ESPHome [Speed Fan](https://esphome.io/components/fan/speed.html) component provides three available presets by default: `Low`, `Medium`, and `High`.
|
||||
Sets a preset mode for the fan device. Available preset modes are defined by the integration that supplies the fan entity to Home Assistant. For example, the ESPHome [Speed Fan](https://esphome.io/components/fan/speed/) component provides three available presets by default: `Low`, `Medium`, and `High`.
|
||||
|
||||
| Data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
|
||||
@ -21,15 +21,15 @@ The **Knocki** {% term integration %} allows you to trigger your favorite automa
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- You must have a [Knocki device](http://knocki.com).
|
||||
- You must have a [Knocki device](https://knocki.com/).
|
||||
|
||||
- Completed the setup process in the **Knocki** mobile app, as described in steps 1-7 below.
|
||||
|
||||
1. Open the Knocki Mobile App. It’s a free download on [iOS](https://apps.apple.com/us/app/knocki/id1238395440) and [Android](https://play.google.com/store/apps/details?id=com.knocki.mobileapp).
|
||||
1. Open the Knocki Mobile App. It’s a free download on [iOS](https://apps.apple.com/app/id1238395440) and [Android](https://play.google.com/store/apps/details?id=com.knocki.mobileapp).
|
||||
2. Using the app, log-in or create a new Knocki account.
|
||||
3. From the app’s home screen, select a Knocki or [add a Knocki](https://support.knocki.com/hc/en-us/articles/12769368448659-How-Do-Add-a-Knocki-to-My-Account).
|
||||
4. On the app’s device screen, select a gesture or [add a gesture](https://support.knocki.com/hc/en-us/articles/360013333634-Creating-a-Gesture).
|
||||
5. Next, select the [add a task](https://support.knocki.com/hc/en-us/articles/12920956118291-How-do-I-Add-Tasks-to-a-Knocki) option.
|
||||
3. From the app’s home screen, select a Knocki or [add a Knocki](https://support.knocki.com/hc/articles/12769368448659).
|
||||
4. On the app’s device screen, select a gesture or [add a gesture](https://support.knocki.com/hc/articles/360013333634).
|
||||
5. Next, select the [add a task](https://support.knocki.com/hc/articles/12920956118291) option.
|
||||
6. Scroll down the task menu and select Home Assistant.
|
||||
7. Follow the in-app instructions to add the Home Assistant task.
|
||||
|
||||
|
||||
@ -42,7 +42,7 @@ By default, the integration listens for incoming messages from OwnTracks via HTT
|
||||
|
||||
### Configuring the app - iOS
|
||||
|
||||
1. [Install the OwnTracks application for iOS.](https://itunes.apple.com/us/app/owntracks/id692424691?mt=8)
|
||||
1. [Install the OwnTracks application for iOS.](https://apps.apple.com/app/id692424691)
|
||||
2. In the OwnTracks app, tap the (i) in the top left and select **Settings**.
|
||||
3. Change the following settings:
|
||||
|
||||
|
||||
@ -15,12 +15,12 @@ ha_integration_type: integration
|
||||
---
|
||||
|
||||
The `ps4` integration allows you to control a
|
||||
[Sony PlayStation 4 console](https://www.playstation.com/en-us/explore/ps4/).
|
||||
[Sony PlayStation 4 console](https://www.playstation.com/ps4/).
|
||||
|
||||
## Requirements
|
||||
|
||||
- Android or iOS device
|
||||
- PS4 Second Screen App for [Android](https://play.google.com/store/apps/details?id=com.playstation.mobile2ndscreen&hl=en_US) or [iOS](https://itunes.apple.com/us/app/ps4-second-screen/id1201372796?mt=8) installed on device.
|
||||
- PS4 Second Screen App for [Android](https://play.google.com/store/apps/details?id=com.playstation.mobile2ndscreen) or [iOS](https://apps.apple.com/app/id1201372796) installed on device.
|
||||
|
||||
## Set up
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@ related:
|
||||
ha_quality_scale: legacy
|
||||
---
|
||||
|
||||
The `tfiac` {% term integration %} integrates several vendors air conditioning systems, that uses the Tfiac mobile app, into Home Assistant. App currently available at [Play Store](https://play.google.com/store/apps/details?id=com.tcl.export) and [App Store](https://itunes.apple.com/app/tfiac/id1059938398).
|
||||
The `tfiac` {% term integration %} integrates several vendors air conditioning systems, that uses the Tfiac mobile app, into Home Assistant. App currently available at [Play Store](https://play.google.com/store/apps/details?id=com.tcl.export) and [App Store](https://apps.apple.com/app/id1059938398).
|
||||
|
||||
## Configuration
|
||||
|
||||
|
||||
@ -157,12 +157,12 @@ Per default, the bulb limits the number of requests per minute to 60, a limitati
|
||||
|
||||
{% important %}
|
||||
|
||||
Before trying to control your light through Home Assistant, you have to set up your bulb using the Yeelight app. ( [Android](https://play.google.com/store/apps/details?id=com.yeelight.cherry&hl=fr), [IOS](https://itunes.apple.com/us/app/yeelight/id977125608?mt=8) ).
|
||||
Before trying to control your light through Home Assistant, you have to set up your bulb using the Yeelight app. ( [Android](https://play.google.com/store/apps/details?id=com.yeelight.cherry), [IOS](https://apps.apple.com/app/id977125608) ).
|
||||
In the bulb property, you have to enable "LAN Control" (previously called "Developer mode"). LAN Control may only be available with the latest firmware installed on your bulb. Firmware can be updated in the application after connecting the bulb.
|
||||
Determine your bulb IP (using router, software, ping...).
|
||||
Currently, there is no official way to change LAN mode. However, some methods might be found here:
|
||||
- [Desktop app](https://community.home-assistant.io/t/the-easiest-method-to-enable-lan-developer-mode-on-xiaomi-bulb/727360)
|
||||
- CLI using the python-miio library: [1](https://community.home-assistant.io/t/integrate-mi-smart-led-bulb-easy-steps/312174), [2](https://community.home-assistant.io/t/integrate-mi-smart-led-bulb-warm-white-xmbgdp01ylk/290404)
|
||||
- [Desktop app](https://community.home-assistant.io/t/727360)
|
||||
- CLI using the python-miio library: [1](https://community.home-assistant.io/t/312174), [2](https://community.home-assistant.io/t/290404)
|
||||
|
||||
{% endimportant %}
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ If you arrived here after scanning a tag on iOS, and you have the [Home Assistan
|
||||
2. Choose "Open in 'Home Assistant'"
|
||||
3. Attempt to scan the tag again
|
||||
|
||||
If you do not have it, you must [install the iOS app](https://apps.apple.com/us/app/home-assistant/id1099568401?mt=8) for these tags to function.
|
||||
If you do not have it, you must [install the iOS app](https://apps.apple.com/app/home-assistant/id1099568401?mt=8) for these tags to function.
|
||||
|
||||
## Android
|
||||
|
||||
|
||||
@ -49,7 +49,7 @@ Another things you can do to further push your setup:
|
||||
|
||||
- Voice assistant devices allow you to add Assist to a room and respond to wake words. Follow our tutorial to [create your own for just $13.](/voice_control/thirteen-usd-voice-remote/)
|
||||
|
||||
- You can use [ESPHome](https://www.esphome.io/components/voice_assistant.html) to create your own awesome voice assistant, like [@piitaya](https://github.com/piitaya) did with his 3D printed R5 droid:
|
||||
- You can use [ESPHome](https://www.esphome.io/components/voice_assistant/) to create your own awesome voice assistant, like [@piitaya](https://github.com/piitaya) did with his 3D printed R5 droid:
|
||||
|
||||
- If you are interested in a voice assistant that is not always listening, consider using Assist on an analog phone. It will only listen when you pick up the horn, and the responses are for your ears only. Follow our tutorial to create your own [analog phone voice assistant](/voice_control/worlds-most-private-voice-assistant/).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user