Skip to content

Commit f867c2c

Browse files
committed
README
1 parent 1903fd7 commit f867c2c

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

README.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,35 @@
11
# Nibe MQTT integration
22
MQTT integration for controlling Nibe heatpumps. Supports HomeAssistant MQTT Autodiscovery.
33

4-
Uses [nibe](https://github.com/yozik04/nibe) library which supports connections:
5-
- RS485 communication via NibeGW developed by Pauli Anttila for [Openhab's integration](https://www.openhab.org/addons/bindings/nibeheatpump/)
6-
- TCP/Serial Modbus (experimental)
4+
## Connection methods
5+
6+
- RS485 hardwired using NibeGW on Arduino or RPi. NibeGW was developed by Pauli Anttila for [Openhab's integration](https://www.openhab.org/addons/bindings/nibeheatpump/).
7+
- TCP Modbus for S Models
8+
- Serial Modbus for Nibe Modbus 40)
79

810
#### Supported heatpump models
11+
912
- F1145
10-
- F1155
1113
- F1245
14+
- F1155
1215
- F1255
1316
- F1345
1417
- F1355
1518
- F370
1619
- F470
1720
- F730
1821
- F750
22+
- S320
23+
- S325
24+
- S330
25+
- S332
26+
- S735
27+
- S1156
28+
- S1256
29+
- S2125
1930
- SMO20
2031
- SMO40
32+
- SMOS40
2133
- VVM225
2234
- VVM310
2335
- VVM320
@@ -111,8 +123,11 @@ You need to set `word_swap` setting in yaml to match the setting in the service
111123
Failing to do so will start throwing errors with decoding errors of 32-bit registers.
112124

113125
## Disclaimer
126+
114127
Nibe is registered mark of NIBE Energy Systems.
115128

116-
The code was developed as a way of integrating personally owned Nibe heatpump, and it cannot be used for other purposes. It is not affiliated with any company, and it doesn't have a commercial intent.
129+
The code was developed as a way of integrating personally owned Nibe heatpump, and it cannot be used for other purposes. It is not affiliated with any company, and it doesn't have commercial intent.
117130

118131
The code is provided AS IS and the developers will not be held responsible for failures in the heatpump operation or any other malfunction.
132+
133+
**IMPORTANT**: Using this library to control your heatpump is done at your own risk. The developers assume no responsibility for any damage that may occur to your heating system, property, or for any unsafe conditions that may result from improper use. Changing heatpump parameters can potentially damage your equipment or create hazardous conditions. Users should have sufficient knowledge of their heating system before attempting to control it.

0 commit comments

Comments
 (0)