From b7b2cc3405a77629ba41199b70d79613bdfb87ef Mon Sep 17 00:00:00 2001 From: Mark Hannon Date: Tue, 6 May 2025 17:14:09 +1000 Subject: [PATCH] Add cover --- source/_integrations/zimi.markdown | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/source/_integrations/zimi.markdown b/source/_integrations/zimi.markdown index 02093dae53fd..f02dfef0bae5 100644 --- a/source/_integrations/zimi.markdown +++ b/source/_integrations/zimi.markdown @@ -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 @@ -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. @@ -72,10 +72,10 @@ 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
1xSwitch | Fan {Name}
Fan {Name} | Future | -| Garage Door Controller | Cover | 1xCover
2xSensor | Cover {Name}
Cover {Temperature}
Cover {Humidity} | Future | +| Garage Door Controller | Cover | 1xCover
2xSensor | Cover {Name}
Cover {Temperature}
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}
Light {Name} | Yes | @@ -83,7 +83,11 @@ When you add a supported device, the following entities will be created: | Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name}
Switch {Name} | Future | | Multi-Purpose Switch (3 button) | Switch | 3xSwitch | Switch {Name}
Switch {Name}
Switch {Name} | Future | | Multi-Purpose Switch (4 button) | Switch | 4xSwitch | Switch {Name}
Switch {Name}
Switch {Name}
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 @@ -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 @@ -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