registerzahl auf außentemp gestellt

This commit is contained in:
Nils Reiners
2025-04-17 15:17:46 +02:00
parent d745d47f52
commit 6816358a95
4 changed files with 5 additions and 5 deletions

4
README
View File

@@ -7,4 +7,6 @@ Was needs to be done on the Raspberry pi before the tool can run.
2) Virtual Environment was created and python packages installed
- python3 -m vemv allmende_ems
- source allmende_ems/bin/activate
- cd projects/allmende_ems
- cd projects/allmende_ems
- pip install -r requirements.txt

View File

@@ -0,0 +1 @@
,nils,nils-ThinkPad-P52,17.04.2025 14:59,file:///home/nils/.config/libreoffice/4;

Binary file not shown.

View File

@@ -9,10 +9,7 @@ unit_id = 1
# Liste von interessanten Holding-Register-Adressen
registers = {
10: {'desc': 'Modus (0=OFF, 1=AUTO, 2=Sommer, ...)', 'type': 'UINT'},
51: {'desc': 'Solltemperatur WP in °C', 'type': 'REAL'},
71: {'desc': 'Solltemperatur HK1 in °C', 'type': 'REAL'},
91: {'desc': 'Solltemperatur HK2 in °C', 'type': 'REAL'}
300: {'desc': 'Außentemperatur in °C', 'type': 'REAL'},
}
client = ModbusTcpClient(ip, port=port)