registerzahl auf außentemp gestellt
This commit is contained in:
5
main.py
5
main.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user