mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00
1.8 KiB
1.8 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_codeowners, ha_domain, ha_config_flow, ha_platforms
title | description | ha_category | ha_iot_class | ha_release | ha_codeowners | ha_domain | ha_config_flow | ha_platforms | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
IntelliFire | Instructions on the IntelliFire Fireplace integration for Home Assistant. |
|
Local Polling | 2022.2 |
|
intellifire | true |
|
IntelliFire Wi-Fi fireplace modules provide app-based and Alexa control to various fireplaces. The modules do expose an unencrypted HTTP endpoint on the network that provides status information. This integration will read that URL and create a set of sensors displaying the current fireplace state.
{% include integrations/config_flow.md %}
Sensor Types
The following sensors are available as either a Binary Sensor when dealing with on/off.
Binary Sensors
- Flame Sensor: Whether the fire is on.
- Pilot Light Sensor: Whether the pilot light is turned on.
- Timer Sensor: Whether the sleep timer is turned on.
- Thermostat Sensor: Whether the thermostat is turned on.
Sensor
- Flame Height: Numerical indicator of flame height, where
0
is the lowest setting. - Temperature: Current ambient temperature as read by the fireplace remote.
- Target Temperature: If the thermostat is engaged this is the target temperature the fireplace will try to reach, as measured by the remote.
- Fan Speed: Numerical indicator of fan speed.
- Timer End Time: If the sleep timer is enabled, this is time it will finish.
Diagnostic Sensors
- Connection Quality - Local network connection quality (disabled by default).
- Downtime - Unit downtime. Will read
Unknown
if there is currently no downtime. - ECM Latency - Electronic Control Module Latency value (disabled by default).
- IP - IP Address of the unit.
- Uptime - Unit uptime.