How to connect homematic manager with Home Assistant (using RPI-RF-MOD hardware)

Hallo all

I have this problem where I’m grateful for help:
I want to learn Homeatic Components to Home Asisstant.
Therefore I use homatic-manager (V2.5).
After starting the homematic-manager (hman), no connection to home assistant seems to be established. I assume this because I would expect a green tick at the top right of the IP address.
I use RPI 3B, RPI-RF-MOD of ELV as hardware and the add-on HomeMatic OCCU.

Does anybody has an Idea or clue how to get connection established?

Trouble shooting I tried so far but did not solve problem:

  1. Switched off Windows firewall

  2. Rebooted Hardware, server and main system (settings area of home assistant)

  3. Power-Off-On

Some basic system information:
home assistant:
System HassOS 2.11
Deployment: production
home assistant supervisor 157

Add-on was up and running: puzzle in home assistant add-on overview is green.

Add-on:

{
  "rf_enable": true,
  "rf": [
    {
      "type": "CCU2",
      "device": "/dev/ttyAMA0"
    }
  ],
  "wired_enable": false,
  "wired": [
    {
      "serial": "xy",
      "key": "abc",
      "ip": "192.168.0.0"
    }
  ],
  "hmip_enable": false,
  "hmip": [
    {
      "type": "HMIP_CCU2",
      "device": "/dev/ttyUSB0"
    }
  ]
}

Network:
image

configuration.yaml

homematic:
  interfaces:
    rf:
      host: core-homematic
      port: 2000   
    wired:
      host: core-homematic
      port: 2001
    hmip:
      host: core-homematic
`     port: 2010`

Hardware

  • serial:
    • /dev/ttyS0
    • /dev/ttyAMA0
  • input:
  • disk:
  • gpio:
    • gpiochip100
    • gpio18
    • gpiochip0
    • gpiochip128
  • audio:
    • 0:
      • name: bcm2835_alsa - bcm2835 ALSA
      • type: ALSA
      • devices:
        • [object Object]
        • [object Object]

If analysis data is still missing here (e.g. log messages), then I am willing to deliver it, would appreciate a hint what to do.

Thanks in advance,

Jens

Hi Jens,

do you find a solution for your configuration of the RPI-RF-MOD in hass.io?

Greetings

Sven

Hello Sven,

after updates of Home Assistant I finally worked, but I am not able to tell the reason why it did.

Cheers,

Jens