New custom component : ZiGate (obsolete)

Maybe with this ?

Unfortunatly I did not manage to make the PiZigate works with Hassio. Did someone manage it?

For those like who forget to read update on README file.
Battery info has moved from generated entities and is now on generic zigate entity.
With a nice tip for battery level alerts.

No news about native raw mode ?:slight_smile:
Still strange behavior with the zigate …
All my Ikea plug disappeared…

No time to work on zigpy-zigate sorry

Hello,
Just to be sure, no time now or the zigpy-zigate have to find a new développer ?
Thanks for all you already done !

I’m working on it from time to time and we’re close now to a working version.
The main “problem” is that I’m not an asyncio guru so it takes time to make things work.
Any help will be appreciate

1 Like

Hello Everyone,
I have some strange value of aquara temp sensor ( -100° and 654.36% of humidity)
Someone already have that such of Value ?
Thanks

yes I get the same value when the battery is almost dead

1 Like

Hi,

I am trying to connect a PiZiGate to my RPI4.
I am running in different problems with the integration/ZHA way.
There I have been trying the ZiGate component approach, but still without any success.
I have read the thead but this didn’t help.

Here is what I get after hassio is restarted :

Error doing job: Future exception was never retrieved
10:36 custom_components/zigate/init.py (ERROR)
ZiGate has not been found, please check configuration.
10:36 custom_components/zigate/init.py (ERROR)
ZiGate not found
10:36 custom_components/zigate/init.py (ERROR)
upnp: Error on device update!
10:36 components/upnp/device.py (ERROR) - le message est apparu pour la première fois à 10:36 et est apparu 8 fois.
Error doing job: Task exception was never retrieved
10:35 loader.py (ERROR)

2019-12-22 10:35:54 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for zigate which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2019-12-22 10:35:58 DEBUG (SyncWorker_18) [custom_components.zigate] Port : None
2019-12-22 10:35:58 DEBUG (SyncWorker_18) [custom_components.zigate] Host : None
2019-12-22 10:35:58 DEBUG (SyncWorker_18) [custom_components.zigate] GPIO : True
2019-12-22 10:35:58 DEBUG (SyncWorker_18) [custom_components.zigate] Led : True
2019-12-22 10:35:58 DEBUG (SyncWorker_18) [custom_components.zigate] Channel : None
2019-12-22 10:35:58 DEBUG (SyncWorker_18) [custom_components.zigate] Scan interval : 0:02:00
2019-12-22 10:35:59 DEBUG (SyncWorker_18) [custom_components.zigate] ZiGate object created <zigate.core.ZiGateGPIO object at 0xb270deb0>
2019-12-22 10:35:59 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/entity_component.py”, line 218, in async_setup_platform
self.hass, self.config, self.domain, platform_type
File “/usr/src/homeassistant/homeassistant/setup.py”, line 231, in async_prepare_setup_platform
integration = await loader.async_get_integration(hass, platform_name)
File “/usr/src/homeassistant/homeassistant/loader.py”, line 278, in async_get_integration
Integration.resolve_from_root, hass, components, domain
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/loader.py”, line 154, in resolve_from_root
manifest_path = pathlib.Path(base) / domain / “manifest.json”
File “/usr/local/lib/python3.7/pathlib.py”, line 908, in truediv
return self._make_child((key,))
File “/usr/local/lib/python3.7/pathlib.py”, line 695, in _make_child
drv, root, parts = self._parse_args(args)
File “/usr/local/lib/python3.7/pathlib.py”, line 649, in _parse_args
a = os.fspath(a)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Thanks for any help you could provide.