Hi, ich habe ähnliche Probleme mit hmcon, rpi3 und dem rpc-Adapter. Angeschlossen an den rpi3 ist ebenfalls das Homematic Funkmodul
bei mir kommen die selben JS-alerts:
"RF getLinks {}"
"RF System.list.Methods {}"
"RF listBidcosInterfaces {}"
iobroker.admin Log:
hm-rpc.0 2017-05-13 09:18:23.498 info binrpc client is trying to connect to localhost:8083 with ["xmlrpc_bin://192.168.178.35:8084","hm-rpc.0"]
weiter tut sich nichts. Tippe auf falsche rpc-Adapter Konfiguration.
rfd.log
2017/05/13 09:08:49.202 <info>BidCoS-Service started
2017/05/13 09:08:49.203 <info>XmlRpc Server is listening on TCP port 2001
2017/05/13 09:08:49.208 <error>No BidCoS-Interface available
2017/05/13 09:08:49.208 <warning>Error initializing interfaces</warning></error></info></info>
hm-manager.json
{
"webServerPort": 8083,
"rpcListenIp": "127.0.0.1",
"rpcListenPort": "2015",
"rpcListenPortBin": "2016",
"daemons": {
"RF": {
"type": "BidCos-RF",
"ip": "127.0.0.1",
"port": 2001,
"protocol": "binrpc"
}
},
"language": "de"
}
service rfd status
rfd.service - LSB: HomeMatic rfd
Loaded: loaded (/etc/init.d/rfd)
Active: active (exited) since Sa 2017-05-13 09:08:49 CEST; 16min ago
Process: 1745 ExecStart=/etc/init.d/rfd start (code=exited, status=0/SUCCESS)
kann mir jemand weiterhelfen?
Zur Info: ich hatte am rpi3 vorher ein 433MHz Funkmodul, blockiert da wiringPi evtl. den Service oder sonst irgendwas?
EDIT:
hm-rpc.0 2017-05-13 11:34:57.956 error Socket error: Error: connect ECONNREFUSED 127.0.0.1:2001
habe noch ein bisschen rumprobiert und erhalte jetzt diese Fehlermeldung…
Viele Grüße
scooop