Releases: markhannon/zimi-integration
Version 2.0.6 Improved Group Actions
Improved support for group actions (i.e. turning on/off multiple entities with a single button). Previous versions of zcc-helper did not correctly seperate the control messages if many were sent in a batch. This version fixes that.
Version 2.0.5 Improved blind handling
Fixed support for blind detection Fixed blind open/close behaviour Fixed partial open/close behaviour for blinds and garage doors Fixed 'no close' when setting 0%
Version 2.0.4 Core 2025.6 Release Version
This version matches HA core 2025.6.1. Please upgrade HA and use the core version of the integration.
Version 2.0.3 Core PR Sync
Sync with core PR. User visible changes are using the HA naming conventions as per:
| Zimi product | HA device name | HA entities | HA default friendly name | Supported |
|---|---|---|---|---|
| Blind Controller | Cover | 1xCover | Cover {Name} | Yes |
| Fan and Light Controller | Fan | 1xFan 1xSwitch |
Fan {Name} Fan {Name} |
Yes |
| 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 |
| Multi-Purpose Switch (1 button) | Switch | 1xSwitch | Switch {Name} | Yes |
| Multi-Purpose Switch (2 button) | Switch | 2xSwitch | Switch {Name} Switch {Name} |
Yes |
| Multi-Purpose Switch (3 button) | Switch | 3xSwitch | Switch {Name} Switch {Name} Switch {Name} |
Yes |
| Multi-Purpose Switch (4 button) | Switch | 4xSwitch | Switch {Name} Switch {Name} Switch {Name} Switch {Name} |
Yes |
| Power Point | Outlet | 2xOutlet | Outlet {Name} | Yes |
This means that users will need to rename entities as well as change their type from switch in many cases in order to align with the HA conventions. The concept and how to change switches to more specific entities is at https://www.home-assistant.io/integrations/switch_as_x/
There should be no further naming changes - PR's for the basic design, switches and lights have already been merged in the HA core. Fans, Covers and Sensors are in the queue.
Full Changelog: version_2.0.3-dev1...version_2.0.3
Version 2.0.1 HA Core Branch
This version is a sync of the latest status of the core integration PR. It replaces the old 1.x series versions which will no longer be updated. For best results please delete your old integrations on version 1.x and then upgrade to this version and re-install the integration.
It has a very automated configuration flow. In most cases the configuration will be fully automated, if there are multiple zcc on the LAN they will be presented in a drop-down to select, and in worst case you will need just to enter IP and port number.
This release also pulls in the latest zcc-helper which populates device level information in the API which is then presented to HA so there is a proper device and entity level mapping that did not exist before.
Version 2.0.0 HA Core Branch
This is the code version that will be released into the HA core.
See home-assistant/core#129876 and home-assistant/home-assistant.io#36668 for progress.
User visible changes include a more standardised configuration with more limited options (host, port and mac) with enabling of debug being done by the standard HA process. Logging has been cleaned up, documentation is prepared.
As the PR and subsequent PR's are approved I will update this HACS repo for the near future.
Version 1.4.3
Likely to be the final release of the pre-core integration code base. (Try the 2.x.x pre-release if you want to try the new code base)
Changes since 1.4.2:
- Update lights to set new ColorMode correctly for later HA versions
-Update fan to set new FanEntityFeature correctly for later HA versions
-Simulate stop garage door by sending open_to to current position.
Will likely have a small amount of hysteris but no stop command exists in zimi API
Version 1.4.2
Include hacs.json
Better cover behaviour
Better connect() behaviour
Version 1.4.0
Merge of refactored code from ongoing core integration updates as well as version 3.2.1 of the zcc-helper.
Due to core integration updates the logging in this release is substantially quieter to meet core integration guidelines. (If you want the old noisy logging of zcc messages set verbosity to the undocumented value of 3)
With the new zcc helper 3.2.1 you should find reliablity of re-connect after zcc reboots etal is much better
Version 1.3.2
New stable re-authentication and re-connect