You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| heatingcircuit1-error-number | Number | true |[Nr]| Error Number (0 = No error) |
175
-
| heatingcircuit1-operating-state | Number | true |[Nr]| Operating State: See Modbus description manual, link above||
176
-
| heatingcircuit1-flow-line-temperature | Number:Temperature| true |[Nr]| Actual temperature flow line sensor |
177
-
| heatingcircuit1-return-line-temperature | Number:Temperature| true |[Nr]| Actual temperature return line sensor |
178
-
| heatingcircuit1-room-device-temperature | Number:Temperature| true |[0.01°C]| Actual temperature room device sensor (min = -29.9°C; max = 99.9°C) |
179
-
| heatingcircuit1-setpoint-flow-line-temperature | Number:Temperature| true |[0.01°C]| Setpoint temperature flow line (min = 15.0°C; max = 65.0°C) |
180
-
| heatingcircuit1-operating-mode | Number | true |[Nr]| Operating Mode: See Modbus description manual, link above |
181
-
| heatingcircuit1-offset-flow-line-temperature | Number:Temperature| true |[0.01°C]| Setting for flow line temperature setpoint offset(min = -10.0K; max = 10.0K) |
182
-
| heatingcircuit1-room-heating-temperature | Number:Temperature| rue |[0.01°C]| Setting for heating mode room setpoint temperature(min = 15.0°C; max = 40.0 °C) |
This group contains general operational information about the heating circuit.
@@ -198,7 +159,6 @@ This group contains general operational information about the heating circuit.
198
159
| heatingcircuit-offset-flow-line-temperature | Number:Temperature| false | Setting for flow line temperature setpoint offset(min = -10.0K; max = 10.0K) |
199
160
| heatingcircuit-room-heating-temperature | Number:Temperature| false | Setting for heating mode room setpoint temperature(min = 15.0°C; max = 40.0 °C) |
200
161
| heatingcircuit-room-cooling-temperature | Number:Temperature| false | Setting for cooling mode room setpoint temperature(min = 15.0°C; max = 40.0 °C) |
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/BoilerConfiguration.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/BufferConfiguration.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/GeneralConfiguration.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/HeatingCircuitConfiguration.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/HeatpumpConfiguration.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/LambdaBindingConstants.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/LambdaConfiguration.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/LambdaHandlerFactory.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
@@ -36,7 +36,7 @@
36
36
importorg.slf4j.Logger;
37
37
importorg.slf4j.LoggerFactory;
38
38
39
-
/**
39
+
/*
40
40
* The {@link LambdaHandlerFactory} is responsible for creating things and thing
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/dto/AmbientBlock.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/dto/BoilerBlock.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.modbus.lambda/src/main/java/org/openhab/binding/modbus/lambda/internal/dto/BoilerReg50Block.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
/**
1
+
/*
2
2
* Copyright (c) 2010-2024 Contributors to the openHAB project
3
3
*
4
4
* See the NOTICE file(s) distributed with this work for additional
0 commit comments