Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MadOne authored Oct 23, 2024
1 parent 92556c5 commit f42d251
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
This is a fork from MadOne: https://github.com/MadOne/weishaupt_modbus/
This is the successor of the integration from MadOne.
MadOne and OStrama are working together on this version.

I started to build a structure that finally will allow loading of the modbus structure from a file.
As a first step, all modbus parameters will be concentrated in the file hpconst.py as a set of object lists.
Expand Down Expand Up @@ -50,5 +51,16 @@ This is type specific. The data stored in the integration fit to a WBB 12. If yo

You have to enable modbus in your heatpump settings.

## Setting up the HeatPump

ToDo: Pictures and explanation of how to enable modbus
In order to use this integration you have to enable modbus in your heatpump.
Go to:
User -> Settings (second Page) -> Modbus TCP

**Parameter: On**

**Network**: Here you have 2 options. Either you place the IP of your HomeAssistent to exclusively allow this ip to connect to the heatpump via ModBus or you place your network to allow all the IPs in that range.
For example: **192.168.178.123** (Home Assistant IP) or 192.168.178.0 for all ips between 192.168.178.1 and 192.167.178.254.
Option 1 is the savest but Option 2 enables you to connect to the heatpump from multiple devices(developing machine, or maybe my possibly upcomming dedicated android app?). I suggest to go for option 1 (HomeAssistant IP).

**Netmask**: Select the netmask of your network. This will be **255.255.255.000** for you otherwise you would know the correct one ;)

0 comments on commit f42d251

Please sign in to comment.