From e59f75cd98acef177c4ac03c9c48976ab61f713c Mon Sep 17 00:00:00 2001 From: Nils Reiners Date: Thu, 17 Apr 2025 15:21:09 +0200 Subject: [PATCH] =?UTF-8?q?register=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 818e202..0e0058d 100644 --- a/main.py +++ b/main.py @@ -10,6 +10,7 @@ unit_id = 1 # Liste von interessanten Holding-Register-Adressen registers = { 300: {'desc': 'Außentemperatur in °C', 'type': 'REAL'}, + 315: {'desc': 'Spannung FU Ausgang in V', 'type': 'REAL'}, } client = ModbusTcpClient(ip, port=port)