Skip to content

Add cover entity #38894

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 13 additions & 10 deletions source/_integrations/zimi.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ featured: false
ha_iot_class: Local Push
ha_release: 2025.6
ha_codeowners:
- '@markhannon'
- '@mhannon11'
- "@markhannon"
- "@mhannon11"
ha_category:
- Light
ha_domain: zimi
Expand Down Expand Up @@ -55,9 +55,9 @@ If the Zimi discovery process is unsuccessful (that is, if the Zimi Cloud Connec

{% configuration_basic %}
host:
description: "The IP address of your Zimi Cloud Connect. You can find it via your router admin interface."
description: "The IP address of your Zimi Cloud Connect. You can find it via your router admin interface."
port:
description: "The port number used to connect to your Zimi Cloud Connect. If no port number is entered, the integration will use the default port. (The default port will be correct in almost all deployment scenarios)"
description: "The port number used to connect to your Zimi Cloud Connect. If no port number is entered, the integration will use the default port. (The default port will be correct in almost all deployment scenarios)"
{% endconfiguration_basic %}

It is possible to add multiple Zimi Cloud Connect devices.
Expand All @@ -72,18 +72,22 @@ The integration will support all Zimi devices. Note that the naming conventions
When you add a supported device, the following entities will be created:

| Zimi product | HA device name | HA entities | HA default friendly name | Supported |
|---------------------------------|----------------|---------------------|------------------------------------------------------------------|-----------|
| Blind Controller | Cover | 1xCover | Cover {Name} | Future |
| ------------------------------- | -------------- | ------------------- | ---------------------------------------------------------------- | --------- |
| Blind Controller | Cover | 1xCover | Cover {Name} | Yes |
| Fan and Light Controller | Fan | 1xFan<br>1xSwitch | Fan {Name}<br>Fan {Name} | Future |
| Garage Door Controller | Cover | 1xCover<br>2xSensor | Cover {Name}<br>Cover {Temperature}<br>Cover {Humidity} | Future |
| Garage Door Controller | Cover | 1xCover<br>2xSensor | Cover {Name}<br>Cover {Temperature}<br>Cover {Humidity} | Yes |
| Light Dimmer Switch | Light | 1xLight | Light {Name} | Yes |
| Multi Dimmer Switch (2 button) | Light | 1xLight | Light {Name} | Yes |
| Multi Dimmer Switch (4 button) | Light | 2xLight | Light {Name}<br>Light {Name} | Yes |
| Multi-Purpose Switch (1 button) | Switch | 1xSwitch | Switch {Name} | Future |
| Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name}<br>Switch {Name} | Future |
| Multi-Purpose Switch (3 button) | Switch | 3xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name} | Future |
| Multi-Purpose Switch (4 button) | Switch | 4xSwitch | Switch {Name}<br>Switch {Name}<br>Switch {Name}<br>Switch {Name} | Future |
|Power Point | Outlet | 2xOutlet | Outlet {Name}|Future|
| Power Point | Outlet | 2xOutlet | Outlet {Name} | Future |

### Zimi cover controller

- Cover entity: Basic open and close as set to percentage

### Zimi light controller

Expand All @@ -97,7 +101,6 @@ The integration receives updates instantly from the Zimi Cloud Controller via th

Entity name changes made in the Zimi app will not be reflected in Home Assistant until after a restart. This is because entity names are only read during integration setup and Home Assistant startup.


## Troubleshooting

### Missing Zimi devices
Expand All @@ -109,7 +112,7 @@ To do this:
1. Go to **Settings** > **Devices & Services**.
2. Select **Zimi**.
3. Select **Add Hub**.
This will re-run the discovery process.
This will re-run the discovery process.

### Device authorization failure

Expand Down