Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Bom-badil committed Sep 10, 2021
1 parent e920095 commit 83e9e2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Settings file (xslx):

Thanks to user ClearY /ClearEyetem) from the Haustechnikdialog forum for providing this:
Thanks to user ClearY / ClearEyetem) from the Haustechnikdialog forum for providing this:
https://www.haustechnikdialog.de/Forum/t/226142/Neue-Fernwaermeanlage-How-to-start
The file helps you to note all settings of your Trovis.

Expand All @@ -19,8 +19,8 @@ The following points need to be validated / changed in case of need:
- Interface: Default in code is /dev/ttytrovis, may need to be changed to /dev/trovis or such
- Unit no.: Default in code is 247, may need to be changed as set in trovis menu

A 'block' the sniffers shall check for readable registers/coils should not exceed 120
(recommended: 100 to keep it easy and to be on safe side).
A 'block' the sniffers checks for readable registers/coils should not exceed 120
(recommended: 100 in order to keep it easy and to be on safe side).

Pretty much on top of the code, you can add search blocks by adding new lines as follows
(add as many lines/search blocks as you like):
Expand All @@ -30,7 +30,7 @@ suchbereiche.append([765,798]) # Check third block of 100 registers (765-7

Usage:
- check/validate above points
- amend registers as needed to source code
- amend registers as needed in source code
- run a shell:
> cd /usr/local/smarthome/plugins/trovis_557x/tools # or wherever shNG resides
> python3 register_sniffer.py
Expand Down

0 comments on commit 83e9e2a

Please sign in to comment.