Integration to Zimi / Powermesh

Update:
This is working again after the latest updates:
Home Assistant 2022.8.7
Supervisor 2022.08.5
Operating System 8.5
Frontend 20220802.0 - latest

I have the Zimi Garage Door with the Cloud controller and it all seems to be working fine in Home Assistant …I can move the slider in Home Assistant to 50 and the door with be half open/close depending on where it stated at, so i know the door is working fine in home assistan… I setup an Automation to turn off the lights using the “zimi garage door closing” as the trigger and then the action “turn off lights” but it wont trigger the automation

With those who have this working currently with their HA setup is it running purely locally or via cloud api?

I’m not an expert by any means but I believe it’s via the cloud. At least, the Zimi hub / gateway is a must.

correct, Gateway cloud

I learn something every day, thanks.

I’m just about to pull the pin on some Zimi Powermesh Fan Controllers. Do these work with the HA integration?

Is this integration working,

I see no results for ZIMI under add new integration

Am I missing something ?
Cheers

yes they work in HA,

1 Like

you need to use HACS and add custom repository to install

Hi all,
My Zimi integration has stopped working. I am using Home Assistant 2023.3.4, Supervisor 2023.03.1 and
Operating System 9.5.
From the Integrations page:
image

From the Home Assistant Core log:

Setup failed for custom integration zimi: Requirements for zimi not found: [‘zcc-helper==3.0’].

I have power cycled the Zimi and restarted HA, no change.

Is there anyone who can help?

Thanks in advance.

I’m also facing the same issue.

This error originated from a custom integration.

Logger: homeassistant.config_entries
Source: custom_components/zimi/controller.py:73
Integration: zimi
First occurred: 10:42:00 PM (1 occurrences)
Last logged: 10:42:00 PM

‘’’
Error setting up entry ZIMI Controller for zimi
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/config_entries.py”, line 383, in async_setup
result = await component.async_setup_entry(hass, self)
File “/config/custom_components/zimi/init.py”, line 30, in async_setup_entry
connected = await controller.connect()
File “/config/custom_components/zimi/controller.py”, line 73, in connect
description = await ControlPointDiscoveryService().discover()
File “/usr/local/lib/python3.10/site-packages/zcc/discovery.py”, line 76, in discover
transport, _ = await self.loop.create_datagram_endpoint(
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 1385, in create_datagram_endpoint
raise exceptions[0]
File “/usr/local/lib/python3.10/asyncio/base_events.py”, line 1369, in create_datagram_endpoint
sock.bind(local_address)
OSError: [Errno 98] Address in use
‘’’

Mine seems to have fixed itself, possibly after a few restarts I did for other reasons.
This happens from time to time, no idea why.

Any word on Matter support for the new Senoa range ? Or at least a plug-in for home assist ?

you’d have to ask Zimi that, this add-on was created by external users not the company itself

Add on ? But no plug-in ?

I hope this is the right place to post this.
My Zimi integration has failed, in the integration screen I see the little box with the Zimi logo ‘Failed to set up’.
I have tried to delete and reintegrate. This worked the last time it failed but not this time. I have also power-cycled the Zimi gateway. Have restarted Home Assistant numerous times.

My versions:
Home Assistant 2023.6.2
Supervisor 2023.06.2
Operating System 10.3
Frontend 20230608.0 - latest

Can someone please assist?

Thank you so so much in advance.

From the Home Assistant Core log:

Error setting up entry ZIMI Controller for zimi
12:54:09 – (ERROR) zimi (custom integration)
Logger: homeassistant.config_entries
Source: custom_components/zimi/controller.py:85
Integration: zimi
First occurred: 12:54:09 (1 occurrences)
Last logged: 12:54:09

Error setting up entry ZIMI Controller for zimi
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/zimi/__init__.py", line 30, in async_setup_entry
    connected = await controller.connect()
                ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/zimi/controller.py", line 85, in connect
    self.logger.info("\n%s", self.controller.describe())
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/zcc/controller.py", line 195, in describe
    description += self.devices[key].describe()
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/zcc/device.py", line 106, in describe
    self.__states,
    ^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/zcc/device.py", line 61, in __states
    key = list(self.states['controlState'].keys())[0]
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range

Fixed by the latest Zimi integration version 1.2.

Very much appreciated!

Newbie here. Would love to set up my ZCC and garage controller.
Where do I find this new Zimi Integration Ver. 1.2?
And (this is how new) how do I install it?