Git Product home page Git Product logo

custom_components's People

Contributors

sander76 avatar

Watchers

 avatar  avatar

custom_components's Issues

Unexpected error occurred

logdump

Unexpected error

Traceback (most recent call last):
  File "/home/pi/venv/lib/python3.5/site-packages/homematicip-0.8-py3.5.egg/homematicip/async/connection.py", line 75, in api_call
    result = await self._websession.post(path, data=body, headers=self.headers)
  File "/home/pi/venv/lib/python3.5/site-packages/aiohttp/client.py", line 320, in _request
    traces=traces
  File "/home/pi/venv/lib/python3.5/site-packages/aiohttp/connector.py", line 418, in connect
    traces=traces
  File "/home/pi/venv/lib/python3.5/site-packages/aiohttp/connector.py", line 733, in _create_connection
    traces=traces
  File "/home/pi/venv/lib/python3.5/site-packages/aiohttp/connector.py", line 838, in _create_direct_connection
    req=req, client_error=client_error)
  File "/home/pi/venv/lib/python3.5/site-packages/aiohttp/connector.py", line 797, in _wrap_create_connection
    return await self._loop.create_connection(*args, **kwargs)
  File "/usr/lib/python3.5/asyncio/base_events.py", line 762, in create_connection
    yield from self.sock_connect(sock, address)
  File "/usr/lib/python3.5/asyncio/selector_events.py", line 451, in sock_connect
    return (yield from fut)
  File "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup
    future.result()
  File "/usr/lib/python3.5/asyncio/futures.py", line 285, in result
    raise CancelledError
concurrent.futures._base.CancelledError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/pi/.homeassistant/custom_components/homematic_ip.py", line 110, in connect
    await self._handle_connection()
  File "/home/pi/.homeassistant/custom_components/homematic_ip.py", line 97, in _handle_connection
    await self._home.get_current_state()
  File "/home/pi/venv/lib/python3.5/site-packages/homematicip-0.8-py3.5.egg/homematicip/async/home.py", line 27, in get_current_state
    'home/getCurrentState', json.dumps(self._connection.clientCharacteristics))
  File "/home/pi/venv/lib/python3.5/site-packages/homematicip-0.8-py3.5.egg/homematicip/async/connection.py", line 93, in api_call
    raise HmipConnectionError("Failed to connect to HomeMaticIp server")
homematicip.base.base_connection.HmipConnectionError: Failed to connect to HomeMaticIp server

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.