peribeir / homeassistant-rademacher

This custom integration provides access to Rademacher Devices connected to a HomePilot (or Start2Smart) bridge.
GNU General Public License v3.0
56 stars 11 forks source link

Password will not work #29

Closed Powerpitte closed 2 years ago

Powerpitte commented 2 years ago

Hi,

I can't connect to HomePilot, neither to Version 5.3 nor 5.4.

regards Daniel

image

peribeir commented 2 years ago

Hi @Powerpitte

I'll need some logs from Home assistant. Can you send HA logs right after you try to add the integration?

Br, Pedro.

Powerpitte commented 2 years ago

Hi @Powerpitte

I'll need some logs from Home assistant. Can you send HA logs right after you try to add the integration?

Br, Pedro.

Hi @peribeir Thanks for coming back on this. Could you assist me for the best way to get the logs? What log level do I need? BR Daniel

peribeir commented 2 years ago

Hi Daniel,

You can enable info logging for the component by adding the following to your configuration.yaml (located in the config folder):

logger:
  default: warning
  logs:
    custom_components.rademacher: info

Then restart and retry adding the integration and reproduce the problem.

Then you can send me the logs in the homeassistant.log file (should be located in the same folder as the configuration.yaml).

In the end, you can remove the lines in configuration.yaml and restart again.

Powerpitte commented 2 years ago

Hi,

with Version 1.6.1 it works! Thanks!

BR Daniel