HA with RaspberryMatic

Hi All,

I’m new to HA and RaspberryMatic… But as IT-guy I was able to set thnigs up and both are running for themselves nicely. RapberryMatic on RPI3B with CCU3-ish version. HA in the current version (updatet 2019-12-14).

I’ve upgraded RaspberryMatic from “normal” CCU2.

In HA I see the “ccu3” device on the “Overview” tab and I see all current variables. But on the overview tab there is not a single RaspberryMatic-device shown.

I have set the log level vor “Homematic” to “debug”. But there are no errors.

Any ideas?

The “Homematic”-Addon for HASS.IO is not required, is it?

Regards
Ingo

Can you post your homematic configuration from your homeassistant config?

What;s CCU? Google is telling me Coronary care unit.

“CCU2” or “CCU3” means the ready-to-use Homematic product “Central Control Unit”. (https://www.eq-3.com/products/homematic/detail/homematic-central-control-unit-ccu2.html)

This is the RaspberryMatic-related config of HA:

homematic:
  interfaces:
    rf:
      host: 192.168.1.10
      port: 2001
      resolvenames: json
      username: homa
      password: xyz123abc
    ip:
      host: 192.168.1.10
      port: 2010
      resolvenames: json
      username: homa
      password: xyz123abc
    groups:
      host: 192.168.1.10
      port: 9292
      resolvenames: json
      username: homa
      password: xyz123abc
      path: /groups
  hosts:
    ccu3:
      host: 192.168.1.10
      username: homa
      password: xyz123abc

Are you using SSL on CCU3. Have you followed the CCU3 specific instructions here…?

Yes. I found the article and went through. Before I wrote here I mean.

The firewall of CCU3 (RaspberryMatic) ws first “restricted” (Eingeschränkt in german) and later I opened everything - for test.

SSL is not yet enabled.

Do you use hassio or have you installed Home Assistant on a regular Linux? In case of the latter, the HomeMatic component works be starting a XML-RPC server with a dynamic port (if not manually set) to which the CCU sends data. With a manual installation a restrictive Firewall could be the issue. In that case you should set a local_port and punch hole for that into your firewall.

I use hass.io!

My hass.io and RaspberryMatic are running on different RPi devices!