core: Gogogate2 Cover platform does not work with new hardware iSmartgate
Home Assistant release with the issue: 101.2
Last working Home Assistant release (if known):
Operating environment (Hass.io/Docker/Windows/etc.): Hassio
Please provide details about your environment. RP3b+
Integration: https://www.home-assistant.io/integrations/gogogate2/
Description of problem: Platform will not setup. Several other community members are reporting the same issue: https://community.home-assistant.io/t/any-integrations-with-ismartgate-pro/136986
Gogogate2 - Login secirty token may have expired, will attempt relogin on next attempt
Problem-relevant configuration.yaml entries and (fill out even if it seems unimportant):
- platform: gogogate2 username: admin password: XXXXXXXXX ip_address: 192.168.2.180
Traceback (if applicable): Wed Nov 06 2019 16:17:36 GMT-0500 (Eastern Standard Time) Error while setting up platform gogogate2 Traceback (most recent call last): File “/usr/src/homeassistant/homeassistant/helpers/entity_platform.py”, line 150, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) File “/usr/local/lib/python3.7/asyncio/tasks.py”, line 442, in wait_for return fut.result() 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/components/gogogate2/cover.py”, line 45, in setup_platform devices = mygogogate2.get_devices() File “/usr/local/lib/python3.7/site-packages/pygogogate2/init.py”, line 80, in get_devices self.apicode = devices.find(‘apicode’).text AttributeError: ‘NoneType’ object has no attribute ‘find’ Connection lost. Reconnecting…
Additional information: The new hardware appears to work identically to the previous generation. I can log in locally at the address and with the user/pass above.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 18 (7 by maintainers)
Hi @guice @euromem I don’t have a new iSmartGate to test any changes on but would take a pull request on my pygogogate2 component so we can get it working in HA