Neue HomeMatic Integration für Home Assistant (Tester & Feedback erwünscht)

Open Source Hausautomation

Moderator: Co-Administratoren

danielperna84
Beiträge: 113
Registriert: 04.12.2019, 22:10
Hat sich bedankt: 4 Mal
Danksagung erhalten: 30 Mal

Re: Neue HomeMatic Integration für Home Assistant (Tester & Feedback erwünscht)

Beitrag von danielperna84 » 17.03.2023, 23:49

@daelch

Da Repo (https://github.com/danielperna84/hahomematic) ist zwar meins, aber der Code kommt von SukramJ. Er wäre also derjenige der dazu eher was sagen kann. Hierzu am besten im Repo eine Diskussion starten.

Neouser73
Beiträge: 1
Registriert: 25.03.2023, 22:47
System: CCU

Re: Neue HomeMatic Integration für Home Assistant (Tester & Feedback erwünscht)

Beitrag von Neouser73 » 26.03.2023, 17:53

Hallo Homematicgemeinde. Ich versuche gerade meine Homematic CCU2 (FW 2.61.7) mit Homeassistant über die Integration von Daniel Perna zu verbinden. Leider scheint es da ein Problem zu geben weil ich keinerlei Geräte oder Entitäten in Homeassistant sehen kann.
Mein Systemaufbau:
CCU2 FW 2.61.7
Rasspberry 3 mit Homeassistant OS,
Home Assistant 2023.3.6
Supervisor 2023.03.2
Operating System 9.5
Frontend 20230309.1 - latest
hat jemand vielleicht Erfahrung mit der CCU2 bzw. kennt das Problem?
hier meine Diagnoseinformationen und ein Auszug aus dem Log.

Code: Alles auswählen

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2023.3.6",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.10.10",
    "docker": true,
    "arch": "aarch64",
    "timezone": "Europe/Berlin",
    "os_name": "Linux",
    "os_version": "5.15.84-v8",
    "supervisor": "2023.03.2",
    "host_os": "Home Assistant OS 9.5",
    "docker_version": "20.10.22",
    "chassis": "embedded",
    "run_as_root": true
  },
  "custom_components": {
    "hacs": {
      "version": "1.31.0",
      "requirements": [
        "aiogithubapi>=22.10.1"
      ]
    },
    "homematicip_local": {
      "version": "1.33.1",
      "requirements": [
        "hahomematic==2023.3.0"
      ]
    }
  },
  "integration_manifest": {
    "domain": "homematicip_local",
    "name": "Homematic(IP) Local",
    "codeowners": [
      "@danielperna84",
      "@SukramJ"
    ],
    "config_flow": true,
    "dependencies": [],
    "documentation": "https://github.com/danielperna84/custom_homematic",
    "homekit": {},
    "integration_type": "hub",
    "iot_class": "local_push",
    "issue_tracker": "https://github.com/danielperna84/hahomematic/issues",
    "loggers": [
      "hahomematic"
    ],
    "requirements": [
      "hahomematic==2023.3.0"
    ],
    "ssdp": [
      {
        "manufacturer": "EQ3",
        "manufacturerURL": "http://www.homematic.com"
      }
    ],
    "version": "1.33.1",
    "zeroconf": [],
    "is_built_in": false
  },
  "data": {
    "config": {
      "entry_id": "7a633d2fa4509edf27f79e24e5b058f4",
      "version": 1,
      "domain": "homematicip_local",
      "title": "CCU2_EFH",
      "data": {
        "instance_name": "CCU2_EFH",
        "host": "xxx.xxx.xxx.xxx",
        "username": "**REDACTED**",
        "password": "**REDACTED**",
        "tls": false,
        "verify_tls": false,
        "sysvar_scan_enabled": true,
        "sysvar_scan_interval": 30,
        "callback_host": null,
        "callback_port": null,
        "json_port": 80,
        "interface": {
          "BidCos-RF": {
            "port": 2001
          },
          "BidCos-Wired": {
            "port": 2000
          }
        }
      },
      "options": {},
      "pref_disable_new_entities": true,
      "pref_disable_polling": false,
      "source": "user",
      "unique_id": "unknown",
      "disabled_by": null
    },
    "platform_stats": {},
    "devices": []
  }
}
  


Auszug aus Logdatei

Code: Alles auswählen

2023-03-25 21:32:56.859 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-03-25 21:32:56.866 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration homematicip_local which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-03-25 21:33:18.982 ERROR (MainThread) [hahomematic.json_rpc_client] DO_POST failed: ClientConnectorError: Cannot connect to host xxx.xxx.xxx.xx:1 ssl:default [Connect call failed ('xxx.xxx.xxx.xx', 1)]
2023-03-25 21:33:19.397 ERROR (MainThread) [hahomematic.json_rpc_client] DO_POST failed: ClientConnectorError: Cannot connect to host xxx.xxx.xxx.xx:1 ssl:default [Connect call failed ('xxx.xxx.xxx.xx', 1)]
2023-03-25 21:33:19.403 WARNING (MainThread) [hahomematic.json_rpc_client] POST failed: Error while logging in via JSON-RPC
2023-03-25 21:33:19.773 ERROR (MainThread) [hahomematic.json_rpc_client] DO_POST failed: ClientConnectorError: Cannot connect to host xxx.xxx.xxx.xx:1 ssl:default [Connect call failed ('xxx.xxx.xxx.xx', 1)]
2023-03-25 21:33:19.873 ERROR (MainThread) [hahomematic.json_rpc_client] DO_POST failed: ClientConnectorError: Cannot connect to host xxx.xxx.xxx.xx:1 ssl:default [Connect call failed ('xxx.xxx.xxx.xx', 1)]
2023-03-25 21:33:19.878 WARNING (MainThread) [hahomematic.json_rpc_client] POST failed: Error while logging in via JSON-RPC
2023-03-25 21:33:19.883 WARNING (MainThread) [hahomematic.central_unit] CREATE_CLIENTS failed for CCU2_EFH
2023-03-25 21:33:19.912 WARNING (MainThread) [hahomematic.central_unit] CHECK_CONNECTION failed: No clients exist. Trying to create clients for server CCU2_EFH
2023-03-25 21:33:19.979 ERROR (MainThread) [hahomematic.json_rpc_client] DO_POST failed: ClientConnectorError: Cannot connect to host xxx.xxx.xxx.xx:1 ssl:default [Connect call failed ('xxx.xxx.xxx.xx', 1)]
2023-03-25 21:33:19.991 ERROR (MainThread) [hahomematic.json_rpc_client] DO_POST failed: ClientConnectorError: Cannot connect to host xxx.xxx.xxx.xx:1 ssl:default [Connect call failed ('xxx.xxx.xxx.xx', 1)]
Vielleicht habe ich ja auch einen Denkfehler bzgl. der Kopplung da in der github Doku die Rede von einem Homematic Hub ist welches ich nicht benutze.

BG
Neouser73

Antworten

Zurück zu „Home Assistant“