Bouni / max-cube-protocol

A attempt to write down the protocol of the eQ3 / ELV MAX! Cube
MIT License
119 stars 36 forks source link

Setup failed for maxcube: Component failed to initialize. #44

Open vpomax opened 5 years ago

vpomax commented 5 years ago

My eQ-3 Max!|Cube works fine but if I try to connect with my Home Assistant v. 0.80.3 with Hassio it give me the following error:

ERROR (MainThread) [homeassistant.setup] Setup failed for maxcube: Component failed to initialize.

I put in configuration.yaml

maxcube:
  gateways:
    - host: 192.168.1.222
      port: 62910

What's wrong?

Bouni commented 5 years ago

Hi, actually I didn't write the Home-Assistant integration for the Max Cube nor the used maxcube-api python module. And I don't use the Max Cube anymore because I moved into a new house with completely different heating system. Is there no other message in the logs? If I look at the setup routine, there should be more detailed output: https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/components/maxcube.py#L46-L79