Hi,
I am facing some problems with the installation of OCCU inside of Hassio. I am using the new RPI-RF-MOD and can not establish a connection.
Log:
2018/09/05 17:00:39.556 <Info&gt; BidCoS-Service started
2018/09/05 17:00:39.558 <Info&gt; XmlRpc Server is listening on TCP port 2001
2018/09/05 17:00:39.562 <Debug&gt; CCU2CommController::init() - Legacy initialization.
2018/09/05 17:00:44.564 <Debug&gt; () CCU2CommController::startCoprocessorApp(): Trying to start coprocessor application
2018/09/05 17:00:45.064 CCU2CommController::startCoprocessorAppThreadFunction(): Send start command
2018/09/05 17:00:45.065 CCU2CommController::SendSystemCommdand()
2018/09/05 17:00:45.065 CCU2CommController::SendSystemCommdand() sending: fd 00 03 00 00 03 18 0a
2018/09/05 17:00:45.067 RX SERIAL: xxx
2018/09/05 17:00:45.067 RX SERIAL: xxx
2018/09/05 17:00:45.067 RX FRAME: xxx
2018/09/05 17:00:45.067 () CCU2CommController::handleIncomingSerialFrame(): Response not ok. Coprocessor busy.
Config:
{
"rf_enable": true,
"rf": [
{
"type": "CCU2",
"device": "/dev/ttyAMA0",
"reset": false
}
],
"wired_enable": false,
"wired": [
{
"serial": "xy",
"key": "abc",
"ip": "192.168.0.0"
}
]
}
Any suggestions how to solve the problem?
Thanks in advance!