mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
tiny style tweaks
This commit is contained in:
parent
acf84c2d35
commit
c186785382
@ -19,15 +19,15 @@ The Proliphix {% term integration %} allows you to control [Proliphix](https://w
|
|||||||
|
|
||||||
The Proliphix integration brings your network-connected thermostat into Home Assistant, enabling intelligent climate control for your home. Here's how you can benefit from this integration:
|
The Proliphix integration brings your network-connected thermostat into Home Assistant, enabling intelligent climate control for your home. Here's how you can benefit from this integration:
|
||||||
|
|
||||||
- **Energy-efficient scheduling**: Create smart heating and cooling schedules that adapt to your lifestyle, reducing energy consumption when you're away or asleep
|
- Energy-efficient scheduling: Create smart heating and cooling schedules that adapt to your lifestyle, reducing energy consumption when you're away or asleep.
|
||||||
- **Presence-based climate control**: Automatically adjust temperatures based on who's home using Home Assistant's person tracking capabilities
|
- Presence-based climate control: Automatically adjust temperatures based on who's home using Home Assistant's person tracking capabilities.
|
||||||
- **Smart integrations**: Connect your thermostat with other smart home devices like:
|
- Smart integrations: Connect your thermostat with other smart home devices like:
|
||||||
- Window sensors to turn off HVAC when windows are open
|
- Window sensors to turn off HVAC when windows are open.
|
||||||
- Weather forecasts to preemptively adjust heating/cooling
|
- Weather forecasts to preemptively adjust heating/cooling.
|
||||||
- Energy pricing to optimize usage during off-peak hours
|
- Energy pricing to optimize usage during off-peak hours.
|
||||||
- **Remote monitoring and control**: Check and adjust your home's temperature from anywhere using the Home Assistant mobile app
|
- Remote monitoring and control: Check and adjust your home's temperature from anywhere using the Home Assistant mobile app.
|
||||||
- **Historical tracking**: Monitor temperature trends and HVAC runtime to optimize your energy usage
|
- Historical tracking: Monitor temperature trends and HVAC runtime to optimize your energy usage.
|
||||||
- **Voice control**: Use voice assistants to control your thermostat through Home Assistant
|
- Voice control: Use voice assistants to control your thermostat through Home Assistant.
|
||||||
|
|
||||||
## Supported devices
|
## Supported devices
|
||||||
|
|
||||||
@ -42,10 +42,10 @@ All Proliphix NT (Network Thermostat) series devices that support the HTTP API s
|
|||||||
|
|
||||||
Before setting up the Proliphix integration, ensure you have:
|
Before setting up the Proliphix integration, ensure you have:
|
||||||
|
|
||||||
- Your Proliphix thermostat connected to your home network via Ethernet
|
- Your Proliphix thermostat connected to your home network via Ethernet.
|
||||||
- The IP address of your thermostat (you can find this in your router's device list or on the thermostat's display)
|
- The IP address of your thermostat (you can find this in your router's device list or on the thermostat's display).
|
||||||
- The username and password for your thermostat's web interface
|
- The username and password for your thermostat's web interface.
|
||||||
- Network connectivity between Home Assistant and your thermostat (no firewall blocking communication)
|
- Network connectivity between Home Assistant and your thermostat (no firewall blocking communication).
|
||||||
|
|
||||||
{% tip %}
|
{% tip %}
|
||||||
It's recommended to assign a static IP address to your Proliphix thermostat in your router settings to prevent the IP from changing.
|
It's recommended to assign a static IP address to your Proliphix thermostat in your router settings to prevent the IP from changing.
|
||||||
@ -73,10 +73,10 @@ of OID values. A complete collection of the API is available in this [API docume
|
|||||||
|
|
||||||
The integration creates a climate entity for your Proliphix thermostat with the following features:
|
The integration creates a climate entity for your Proliphix thermostat with the following features:
|
||||||
|
|
||||||
- **Current temperature**: Shows the current room temperature as measured by the thermostat
|
- Current temperature: Shows the current room temperature as measured by the thermostat.
|
||||||
- **Target temperature**: Displays and allows you to set the desired temperature
|
- Target temperature: Displays and allows you to set the desired temperature.
|
||||||
- **HVAC modes**: Supports switching between heating, cooling, and off modes
|
- HVAC modes: Supports switching between heating, cooling, and off modes.
|
||||||
- **Operating state**: Shows whether the system is currently idle, heating, or cooling
|
- Operating state: Shows whether the system is currently idle, heating, or cooling.
|
||||||
|
|
||||||
The climate entity allows you to control your thermostat directly from Home Assistant, including setting target temperatures and changing operating modes.
|
The climate entity allows you to control your thermostat directly from Home Assistant, including setting target temperatures and changing operating modes.
|
||||||
|
|
||||||
@ -160,7 +160,7 @@ automation:
|
|||||||
|
|
||||||
## Known limitations
|
## Known limitations
|
||||||
|
|
||||||
- **No fan control**: The integration currently does not support fan mode control (auto/on/off).
|
- No fan control: The integration currently does not support fan mode control (auto/on/off).
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
@ -168,10 +168,10 @@ If you're experiencing issues with your Proliphix integration, try these trouble
|
|||||||
|
|
||||||
### The integration won't connect to my thermostat
|
### The integration won't connect to my thermostat
|
||||||
|
|
||||||
1. **Verify network connectivity**: Ensure you can access the thermostat's web interface directly using a web browser at `http://[IP_ADDRESS]`
|
1. Verify network connectivity: Ensure you can access the thermostat's web interface directly using a web browser at `http://[IP_ADDRESS]`.
|
||||||
2. **Check credentials**: Confirm your username and password are correct by logging into the thermostat's web interface
|
2. Check credentials: Confirm your username and password are correct by logging into the thermostat's web interface.
|
||||||
3. **Firewall settings**: Ensure no firewall rules are blocking communication between Home Assistant and the thermostat
|
3. Firewall settings: Ensure no firewall rules are blocking communication between Home Assistant and the thermostat.
|
||||||
4. **IP address changes**: If using DHCP, the thermostat's IP may have changed. Check your router for the current IP address
|
4. IP address changes: If using DHCP, the thermostat's IP may have changed. Check your router for the current IP address.
|
||||||
|
|
||||||
## Removing the integration
|
## Removing the integration
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user