Modbus Fröling Heizung
Verfasst: 14. Dez 2022 11:06
Hallo zusammen,
ich möchte aus meiner Fröling Heizung via com port Werte in OH 3 darstellen.
Ich habe folgende Komponente dafür besorgt: ebyte nb114 serial server.
Dieser ist so konfiguriert:
https://ibb.co/drVFCQF

in der modbus.things
steht folgendes:
diese Brücke wird auch als "online" angezeigt
ich habe ein Regular Poll angelegt
Hier kommt folgender Error:
COMMUNICATION_ERROR
Error with read: org.openhab.core.io.transport.modbus.internal.ModbusSlaveIOExceptionImpl: Modbus IO Error with cause=ModbusIOException, EOF=false, message='I/O exception: SocketTimeoutException Read timed out', cause2=null
Was mache ich falsch?
Gruß Dirk
ich möchte aus meiner Fröling Heizung via com port Werte in OH 3 darstellen.
Ich habe folgende Komponente dafür besorgt: ebyte nb114 serial server.
Dieser ist so konfiguriert:
https://ibb.co/drVFCQF
in der modbus.things
steht folgendes:
Code: Alles auswählen
Bridge modbus:tcp:modbus-gatewayHeizung "Modbus TCP/IP Gateway Heizung" [ host="192.168.1.196", port=8887, id=2 ] {
}
ich habe ein Regular Poll angelegt
Code: Alles auswählen
UID: modbus:poller:modbus-gatewayHeizung:17740b384f
label: Regular Poll
thingTypeUID: modbus:poller
configuration:
length: 5
start: 0
refresh: 500
maxTries: 1
cacheMillis: 50
type: holding
bridgeUID: modbus:tcp:modbus-gatewayHeizung
Hier kommt folgender Error:
COMMUNICATION_ERROR
Error with read: org.openhab.core.io.transport.modbus.internal.ModbusSlaveIOExceptionImpl: Modbus IO Error with cause=ModbusIOException, EOF=false, message='I/O exception: SocketTimeoutException Read timed out', cause2=null
Was mache ich falsch?
Gruß Dirk