From e6dc8697714aa9d2468181e40dfd8689f71aba88 Mon Sep 17 00:00:00 2001 From: smokyflex <138321605+smokyflex@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:57:18 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea0dc68..85a4128 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ https://loxwiki.atlassian.net/wiki/spaces/LOX/pages/1704984631/Fr+ling+Pelletske ## Modbus TCP -After the hardware setup, there are many ways to test the modbus communication. QModMaster is a great tool for exploring Registers via a GUI - https://github.com/zhanglongqi/qModMaster. You could also write some short script in Python using the module pyModbusTCP (https://pypi.org/project/pyModbusTCP/), see **** in this repo for an example. +After the hardware setup, there are many ways to test the modbus communication. QModMaster is a great tool for exploring Registers via a GUI - https://github.com/zhanglongqi/qModMaster. You could also write some short script in Python using the module pyModbusTCP (https://pypi.org/project/pyModbusTCP/), see the /src/ section in this repo for an example. Information on Register addresses etc. can be studied in the ModBus Lambdatronic 3200 Modbus Definition Document (google search should provide a link to download). @@ -116,4 +116,4 @@ There are 18 registers for that because we could have a max of 18 possible heati * 4 ... Dauerabsenken * 5 ... Partybetrieb -However when experimenting with those registeres I am unable to neither read the correct heating mode value nor write to it. Any help here would be much appreciated. \ No newline at end of file +However when experimenting with those registeres I am unable to neither read the correct heating mode value nor write to it. Any help here would be much appreciated.