EZcontrol XS1
The EZcontrol XS1
Configuration
Add the following entry to the configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file.
After changing the configuration.yaml
The configuration.yaml file is the main configuration file for Home Assistant. It lists the integrations to be loaded and their specific configurations. In some cases, the configuration needs to be edited manually directly in the configuration.yaml file. Most integrations can be configured in the UI. [Learn more] file, restart Home Assistant to apply the changes. The integration is now shown on the integrations page under Settings > Devices & services. Its entities are listed on the integration card itself and on the Entities tab.
# Example configuration.yaml entry
xs1:
host: "192.168.2.100"
The integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] will automatically detect the configuration of the XS1 Gateway only on initialization which currently means when Home Assistant boots. When you change the configuration of the XS1 you (currently) have to restart Home Assistant to see the effects.
Configuration Variables
Custom port if you are running your gateway behind some kind of proxy.
Defines if https
should be used for API requests (only possible via your own proxy).
Supported device types
This integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more] currently only covers part of the device types supported by the XS1 gateway, unsupported types are simply ignored.
Sensors
Any type of sensor is supported.
If you are using climate devices the “current temp” sensor will be automatically used by the actuator (if named correctly). To make this work have a look at the actuator description below.
Actuators
Type | Supported | Notes |
---|---|---|
switch |
Yes | |
dimmer |
Partly | Dimmers are currently handled like switches so actual dimming is not supported :( |
temperature |
Yes |
Climate actuator/sensor
Home Assistant can combine temperature sensors and climate actuators into a single device. The XS1 gateway does not allow this, but a sensor and actuator can be configured separately. To make Home Assistant register them in the same climate device just prefix the sensor name with the actuator name on the XS1 gateway configuration, f.ex:
- Actuator device name: “Bedroom_Temp”
- Sensor device name: “Bedroom_Temp_Sensor”
Examples
In this section, you find some real-life examples of how to use this integrationIntegrations connect and integrate Home Assistant with your devices, services, and more. [Learn more].
Full configuration
This example shows how you can use the optional configuration options.
# Example configuration.yaml entry
xs1:
host: "192.168.2.100"
port: 80
ssl: false
username: myuser
password: 123totallySecure